Current File : /home/pacjaorg/public_html/sceju/wp-content/plugins/learnpress/assets/css/admin/admin-rtl.css
/**
 * Mixin
 */
@-webkit-keyframes rotating4 {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotating4 {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes animation4 {
  from {
    right: -40%;
    width: 40%;
  }
  to {
    right: 100%;
    width: 10%;
  }
}
@keyframes animation4 {
  from {
    right: -40%;
    width: 40%;
  }
  to {
    right: 100%;
    width: 10%;
  }
}
.learn-press-message {
  position: relative;
  margin: 24px auto;
  padding: 10px 20px;
  border-radius: var(--lp-border-radius, 5px);
  background-color: #E5F7FF;
  color: #007AFF;
  width: 100%;
}
.learn-press-message.error {
  background-color: #FEE5E5;
  color: #FF3B30;
}
.learn-press-message.warning {
  background-color: #FEF7E6;
  color: #FF9500;
}
.learn-press-message.success {
  background-color: #EBF8E5;
  color: #3AB500;
}
.learn-press-message.info {
  background-color: rgba(0, 122, 255, 0.1019607843);
  color: #007AFF;
}
.learn-press-message a {
  text-decoration: underline;
}

.lp-toast.toastify {
  background: #EBF8E5;
  color: #3AB500;
  border-radius: var(--lp-border-radius, 5px);
  box-shadow: 0 0 0;
  display: flex;
  align-items: center;
}
.lp-toast.toastify .toast-close {
  background: transparent !important;
  font-size: 0;
  padding-right: 12px;
}
.lp-toast.toastify .toast-close:before {
  content: "\f00d";
  font-family: "lp-icon";
  font-size: 16px;
  color: #000;
  line-height: 17px;
}
.lp-toast.toastify .toast-close:hover {
  opacity: 1;
}
.lp-toast.toastify.error {
  background-color: #FEE5E5;
  color: #FF3B30;
}

/**
 * Styles for displaying list of table
 */
.lp-toolbar-buttons {
  position: relative;
  z-index: 10;
  height: 50px;
}
.lp-toolbar-buttons .lp-toolbar-btn {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.lp-toolbar-buttons .lp-toolbar-btn a,
.lp-toolbar-buttons .lp-toolbar-btn span {
  outline: none;
  color: #666;
  box-shadow: none;
}
.lp-toolbar-buttons .lp-toolbar-btn .lp-btn-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-right: -15px;
  line-height: 1.875rem;
  text-align: center;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move {
  cursor: ns-resize;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move a,
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move span {
  cursor: ns-resize;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move:hover a,
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move span {
  color: var(--lp-primary-color);
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove {
  cursor: pointer;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove:hover a,
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove:hover span {
  color: #e74c3c;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle .dashicons-arrow-down,
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle .dashicons-arrow-down-alt2 {
  display: none;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-up,
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-up-alt2 {
  display: none;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-down,
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-down-alt2 {
  display: inline-block;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown {
  color: #000;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0 0;
  border: 1px solid #999;
  background: #fdfeff;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li {
  margin: 0;
  list-style: none;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li a {
  display: block;
  margin: 0;
  padding: 3px 8px;
  color: #757575;
  font-size: 0.8em;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li a:hover {
  background: #eee;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li.active a {
  background: #eee;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled, .lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled:hover {
  _background: #f5f5f5;
}
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled .lp-btn-icon, .lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled:hover .lp-btn-icon {
  color: #666;
}
.lp-toolbar-buttons .lp-toolbar-btn:hover {
  display: inline-block;
  background: none;
}
.lp-toolbar-buttons .lp-toolbar-btn:hover .lp-btn-icon {
  color: #444;
}
.lp-toolbar-buttons .lp-toolbar-btn:hover ul {
  display: block;
}
.lp-toolbar-buttons .lp-toolbar-btn:hover ul:hover {
  display: block;
}

.column-content-actions.lp-toolbar-buttons {
  width: 30px;
  padding: 0;
  white-space: nowrap;
}

.learn-press-box-data {
  position: relative;
  margin: 20px 0 0 0;
  border: 1px solid #ddd;
}
.learn-press-box-data .lp-box-data-head {
  padding: 10px 15px;
  background: #fff;
}
.learn-press-box-data .lp-box-data-head h3 {
  margin: 0;
  padding: 15px;
  font-size: 1em;
}
.learn-press-box-data .lp-box-data-head .lp-box-data-actions {
  float: left;
  position: relative;
  z-index: 10;
}
.learn-press-box-data .lp-box-data-head .lp-box-data-actions .lp-btn {
  display: inline-block;
  width: 30px;
  height: 50px;
  line-height: 2.875rem;
  text-align: center;
  vertical-align: middle;
}
.learn-press-box-data .lp-box-data-head .lp-box-data-actions::after {
  display: block;
  clear: both;
  content: "";
}
.learn-press-box-data .lp-box-data-head::after {
  display: block;
  clear: both;
  content: "";
}
.learn-press-box-data .lp-box-data-content {
  padding: 15px;
  border-top: 1px solid #ddd;
  background: #fff;
}
.learn-press-box-data .lp-box-data-foot {
  padding: 15px;
}
.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-up,
.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-up-alt2 {
  display: none;
}
.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-down,
.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-down-alt2 {
  display: inline-block;
}
.learn-press-box-data.closed .lp-box-data-content {
  display: none;
}

.lp-list-options {
  width: 100%;
  border-collapse: collapse;
}
.lp-list-options th,
.lp-list-options td {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  background: #f5f5f5;
}
.lp-list-options thead th {
  text-align: right;
}
.lp-list-options tbody tr td {
  padding: 0 15px;
  background: #f4fcff;
}
.lp-list-options tbody tr td.lp-toolbar-buttons {
  _overflow: hidden;
  position: relative;
  width: 30px;
  height: 42px;
  white-space: nowrap;
}
.lp-list-options tbody tr td.lp-toolbar-buttons .lp-toolbar-btn {
  visibility: hidden;
  position: relative;
  height: 43px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.lp-list-options tbody tr:nth-child(odd) td {
  background: #fff;
}
.lp-list-options tbody tr:hover td.lp-toolbar-buttons .lp-toolbar-btn {
  visibility: visible;
}
.lp-list-options tbody td {
  text-align: right;
}
.lp-list-options tbody td input[type=text] {
  width: 100%;
}
.lp-list-options tbody td input[type=text][value=""] {
  font-style: italic;
}
.lp-list-options tbody td.column-content-answer_correct {
  width: 125px;
}
.lp-list-options tbody td.lp-remove-list-option, .lp-list-options tbody td.lp-move-list-option {
  width: 20px;
  padding: 0;
  text-align: center;
}
.lp-list-options tbody td.lp-remove-list-option a, .lp-list-options tbody td.lp-move-list-option a {
  visibility: hidden;
  color: #999;
}
.lp-list-options tbody td.lp-remove-list-option:hover, .lp-list-options tbody td.lp-move-list-option:hover {
  background: #dbf5ff;
}
.lp-list-options tbody td.lp-move-list-option {
  cursor: ns-resize;
}
.lp-list-options tbody td.lp-move-list-option a {
  cursor: ns-resize;
}
.lp-list-options tbody td.lp-move-list-option:hover a {
  color: var(--lp-primary-color);
}
.lp-list-options tbody td.lp-remove-list-option {
  cursor: pointer;
}
.lp-list-options tbody td.lp-remove-list-option:hover a {
  color: #e74c3c;
}

.lp-animation {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

.lp-ajax-search {
  display: inline-block;
  position: relative;
  z-index: 999999;
}
.lp-ajax-search .lp-search-term {
  min-width: 300px;
  height: 28px;
  margin: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.lp-ajax-search .lp-search-term:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.lp-ajax-search .lp-search-term:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.lp-ajax-search .lp-search-term:focus:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.lp-ajax-search .lp-search-results {
  position: absolute;
  top: 100%;
  width: 100%;
  margin: -1px 0 0 0;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lp-ajax-search .lp-search-results .lp-search-items {
  overflow: auto;
  max-height: 300px;
  margin: 0;
}
.lp-ajax-search .lp-search-results .lp-search-items li {
  margin: 0;
}
.lp-ajax-search .lp-search-results .lp-search-items li label {
  display: block;
  padding: 8px 10px;
  border-bottom: 1px solid #f3f3f3;
}
.lp-ajax-search .lp-search-results .lp-search-items li label input {
  float: right;
  margin-top: 1px;
  margin-left: -100%;
}
.lp-ajax-search .lp-search-results .lp-search-items li label span {
  display: inline-block;
  margin-right: 25px;
}
.lp-ajax-search .lp-search-results .lp-search-items li label span a.lp-add-item {
  visibility: hidden;
  margin-right: 10px;
}
.lp-ajax-search .lp-search-results .lp-search-items li.active {
  background: #dbf5ff;
}
.lp-ajax-search .lp-search-results .lp-search-items li:hover {
  color: #fff;
  background: #0085ba;
}
.lp-ajax-search .lp-search-results .lp-search-items li:hover a.lp-add-item {
  visibility: visible;
}
.lp-ajax-search .lp-search-results .lp-search-actions {
  margin: 0;
  padding: 10px;
  border-top: 1px solid #ddd;
}

#learn-press-ajax-search-overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.update-overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

#course-editor.ajax-search #learn-press-ajax-search-overlay {
  display: block;
}
#course-editor.ajax-search .lp-ajax-search {
  z-index: 100000;
}

.advanced-list {
  width: 100%;
  min-width: 200px;
  border-radius: var(--lp-border-radius);
  background: #fff;
  list-style: none;
}
.advanced-list li {
  display: inline-block;
  margin: 0 0 5px 5px;
  padding: 3px 8px;
  background: #eee;
  border-radius: var(--lp-border-radius);
}
.advanced-list li .remove-item {
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
  cursor: pointer;
}
.advanced-list li .remove-item:hover {
  color: #0085ba;
}
.advanced-list li .remove-item::before {
  font-family: dashicons;
  text-decoration: none;
  content: "\f335";
}
.advanced-list li span {
  display: inline-block;
}
.advanced-list.locked .remove-item {
  display: none;
}
.advanced-list::after {
  display: block;
  clear: both;
  content: "";
}

.lp-label-counter {
  display: inline-block;
  height: 20px;
  padding: 0 10px;
  border-radius: 20px;
  color: #fff;
  background: #2196f3;
  font-weight: bold;
  line-height: 1.25rem;
}
.lp-label-counter.disabled {
  background: #ddd;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.rwmb-duration {
  border: 1px solid #ddd;
}

ul .clearfix {
  clear: both;
  height: 0;
  opacity: 0;
}

.clearfix-after::after {
  display: block;
  clear: both;
  height: 0;
  opacity: 0;
  content: "";
}

.lp-button {
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: var(--lp-border-radius);
  color: #374151;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}

.search-box .ts-wrapper {
  float: right;
  margin-left: 4px;
}
.search-box .ts-wrapper .ts-control {
  padding: 3px;
  height: 30px;
}
.search-box .ts-wrapper .ts-control li {
  margin: 0;
}

.ts-wrapper {
  min-width: 200px;
  width: fit-content;
}
.ts-wrapper .ts-control input[type=text] {
  width: auto;
}
.ts-wrapper .ts-control li {
  margin: 0 0 5px 5px;
  padding: 3px 8px;
  background: #eee;
  border-radius: var(--lp-border-radius);
}
.ts-wrapper .ts-control .item {
  padding: 3px 8px;
  background: #eee;
  border-radius: var(--lp-border-radius);
}
.ts-wrapper .ts-dropdown .spinner {
  visibility: visible;
}
.ts-wrapper .ts-dropdown .spinner::after {
  content: "";
  border: none;
}

@-moz-keyframes lp-spinner {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes lp-spinner {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes lp-spinner {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.lp-modal-choose-items-open {
  overflow: hidden;
}

.lp-modal-search {
  height: 100%;
  padding: 20px;
  color: #777;
  background-color: red;
}
.lp-modal-search li.selected {
  display: none;
}

/* message box */
#learn-press-message-box-block {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.8;
  background-color: #000;
}

#learn-press-message-box-window {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  text-align: center;
}

#message-box-wrap {
  /* text-align: center; */
  display: inline-block;
  max-width: 70%;
  margin: 0 auto;
  text-align: right;
}

.message-box-title {
  margin: 0 0 40px 0;
  color: #fff;
  font-size: 2.125rem;
}

.message-box-content {
  font-size: 1rem;
  line-height: 1.5;
}

.message-box-animation {
  width: 220px;
  height: 20px;
  margin: 20px 0 0;
  background-image: url("../../images/animation.gif");
}

.message-box-buttons {
  margin: 20px 0 0;
  padding-top: 20px;
  border-top: 1px solid #929292;
}

.message-box-button {
  margin-left: 10px !important;
}

.tipsy {
  position: absolute;
}

.learnpress a,
.learnpress a:active {
  outline: none;
  box-shadow: none;
}
.learnpress .lp-install-sample-data-options {
  padding: 0 20px 10px 20px;
  border: 1px solid #ddd;
}
.learnpress .lp-install-sample-data-options legend {
  font-size: 1rem;
}

/* Metabox email template field */
.lp-email-templates {
  overflow: hidden;
  margin-top: 5px;
}

.learn-press-email-variables {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.learn-press-email-variables li {
  display: inline-block;
  cursor: pointer;
}

/* Metabox dropdown pages field */
.learn-press-dropdown-pages input[type=text] {
  min-width: 300px;
  margin: 0;
  vertical-align: top;
}
.learn-press-dropdown-pages .select2-container {
  min-width: 220px !important;
}
.learn-press-dropdown-pages .select2-container .select2-selection--single {
  height: 30px;
  border-color: #7e8993;
}
.learn-press-dropdown-pages .select2-container .select2-selection__rendered {
  line-height: 1.75em !important;
}
.learn-press-dropdown-pages .select2-container .select2-selection__arrow {
  left: 1px;
  width: 23px;
  height: 28px;
  background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 5px top 55%;
  background-size: 16px 16px;
}
.learn-press-dropdown-pages .select2-container .select2-selection__arrow b {
  display: none;
}
.learn-press-dropdown-pages .quick-add-page-actions a {
  font-size: 0.8125rem;
  text-decoration: none;
}
.learn-press-dropdown-pages .quick-add-page-inline {
  margin-top: 0;
}

.lp-select-2 + .select2-container .select2-selection--single {
  height: 30px;
  border-color: #7e8993;
}
.lp-select-2 + .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 1.75em !important;
}
.lp-select-2 + .select2-container .select2-selection--single .select2-selection__arrow {
  left: 1px;
  width: 23px;
  height: 28px;
  background: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 5px top 55%;
  background-size: 16px 16px;
}
.lp-select-2 + .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

/* Tooltip */
.learn-press-tooltip {
  display: inline-block;
  margin: 0 5px;
  color: #999;
  font-size: 1.0625rem;
  vertical-align: middle;
}
.learn-press-tooltip.icon::after {
  font-family: Dashicons;
  content: "\f223";
}
.learn-press-tooltip:hover {
  opacity: 1;
  color: #0073aa;
}

/* Metabox payment order field */
.rwmb-payment-order-wrapper .rwmb-label {
  margin-bottom: 20px !important;
}
.rwmb-payment-order-wrapper .rwmb-input {
  margin-right: 0 !important;
}

.learn-press-payments,
.learn-press-emails {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.learn-press-payments th,
.learn-press-payments td,
.learn-press-emails th,
.learn-press-emails td {
  padding: 10px;
}
.learn-press-payments .order,
.learn-press-emails .order {
  width: 30px;
  padding-left: 0;
  color: #ddd;
  text-align: center;
  cursor: not-allowed;
}
.learn-press-payments .name,
.learn-press-emails .name {
  min-width: 250px;
  font-weight: normal;
  text-transform: capitalize;
}
.learn-press-payments .name a,
.learn-press-emails .name a {
  text-decoration: none;
}
.learn-press-payments .status,
.learn-press-emails .status {
  width: 100px;
  text-align: center;
  cursor: pointer;
}
.learn-press-payments .status .dashicons,
.learn-press-emails .status .dashicons {
  border-radius: 50%;
  color: #fff;
  background: #ddd;
}
.learn-press-payments .status a,
.learn-press-emails .status a {
  display: block;
  margin-top: 5px;
  font-size: 0.75rem;
  text-decoration: none;
}
.learn-press-payments .status.enabled .dashicons,
.learn-press-emails .status.enabled .dashicons {
  background: #0085ba;
}
.learn-press-payments thead th,
.learn-press-emails thead th {
  border-bottom: 1px solid #ddd;
  text-align: right;
}
.learn-press-payments tbody tr:nth-child(even) td,
.learn-press-emails tbody tr:nth-child(even) td {
  background: #fff;
}
.learn-press-payments tbody tr:nth-child(odd) td,
.learn-press-emails tbody tr:nth-child(odd) td {
  background: #f5f5f5;
}
.learn-press-payments tbody td,
.learn-press-emails tbody td {
  border-bottom: 1px solid #ddd;
}
.learn-press-payments tbody .ui-sortable-helper,
.learn-press-emails tbody .ui-sortable-helper {
  margin-right: -1px;
  border: 1px solid #ddd;
}
.learn-press-payments tbody .ui-sortable-placeholder,
.learn-press-emails tbody .ui-sortable-placeholder {
  visibility: visible !important;
  border: 1px solid #ddd;
}
.learn-press-payments tbody .ui-sortable-placeholder td,
.learn-press-emails tbody .ui-sortable-placeholder td {
  height: 35px;
  padding: 0;
  background: #f7f7f7;
}
.learn-press-payments ~ .email-actions,
.learn-press-emails ~ .email-actions {
  text-align: right;
}
.learn-press-payments.sortable .order:hover,
.learn-press-emails.sortable .order:hover {
  color: #0073aa;
  cursor: ns-resize;
}

/* Submenu tools/templates */
.lp-template-overrides {
  margin-top: 20px;
}
.lp-template-overrides thead th h4 {
  margin: 0;
}
.lp-template-overrides tbody th {
  font-weight: bold;
}
.lp-template-overrides tbody th p {
  display: inline-block;
  margin: 0 10px 0 0;
}
.lp-template-overrides tbody th p a {
  margin: 0;
  padding: 2px 8px;
  border: none;
  border-radius: 3px;
  outline: none;
  box-shadow: none;
  font-weight: normal;
}
.lp-template-overrides tbody th p a.current {
  color: #fff;
  background: #00aadc;
}
.lp-template-overrides .template-row.outdated code::before, .lp-template-overrides .template-row.up-to-date code::before {
  display: inline-block;
  margin-top: -2px;
  margin-left: 3px;
  font-family: Dashicons;
  vertical-align: middle;
}
.lp-template-overrides .template-row.outdated .template-version {
  color: #f00;
}
.lp-template-overrides .template-row.outdated .template-file code::before {
  color: #f00;
  content: "\f534";
}
.lp-template-overrides .template-row.up-to-date .template-version {
  color: #1859ff;
}
.lp-template-overrides .template-row.up-to-date .template-file code::before {
  color: #0085ba;
  content: "\f147";
}
.lp-template-overrides .template-version,
.lp-template-overrides .core-version {
  width: 100px;
}
.lp-template-overrides #learn-press-no-templates td p {
  color: #0073aa;
}

/* General */
.description code {
  font-size: smaller;
}

#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result {
  display: none;
  padding: 10px;
  background: #f5f5f5;
}
#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result input {
  width: 80px;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#field-_lp_course_result input[name=_lp_course_result] ~ #passing-condition-quiz-result p {
  margin: 7px 0 0;
  color: #777;
  font-style: italic;
}
#field-_lp_course_result input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
  display: block;
}

.widget .widget-content .rwmb-field:not(:last-of-type) {
  margin: 0 0 10px;
}
.widget .widget-content .rwmb-field:not(:last-of-type):first-child {
  margin-top: 10px;
}
.widget .widget-content .rwmb-field:last-child {
  margin-bottom: 10px;
}
.widget .widget-content .rwmb-field .rwmb-label,
.widget .widget-content .rwmb-field .rwmb-input {
  width: 100%;
}
.widget .widget-content .rwmb-field .rwmb-label {
  margin-bottom: 2px;
}
.widget .widget-content .rwmb-field .rwmb-label label {
  font-weight: 400;
}
.widget .widget-content .rwmb-field .rwmb-input input[type=text] {
  width: 100%;
}

.course-attributes {
  margin: 20px 0;
}
.course-attributes .learn-press-attribute {
  margin-top: -1px;
  margin-bottom: 0;
  border: 1px solid #ddd;
}
.course-attributes .learn-press-attribute > h4 {
  margin: 0;
  padding: 10px 15px;
  background: #f5f5f5;
}
.course-attributes .learn-press-attribute .learn-press-attribute-data {
  padding: 15px;
  border-top: 1px solid #ddd;
}

#wpfooter {
  z-index: 5;
}

.learn-press-advertisement-slider {
  margin: 50px 0 0 20px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 10;
}
.learn-press-advertisement-slider .slider-items:after {
  display: block;
  clear: both;
  content: "";
}
.learn-press-advertisement-slider .slide-item {
  position: relative;
  float: right;
  width: 100%;
  margin-left: -100%;
  padding: 20px;
  opacity: 0;
  background: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.learn-press-advertisement-slider .slide-item .slide-thumbnail {
  float: right;
  width: 35%;
}
.learn-press-advertisement-slider .slide-item .slide-thumbnail a {
  display: block;
  line-height: 1;
  margin-bottom: 0;
}
.learn-press-advertisement-slider .slide-item .slide-thumbnail img {
  max-width: 100%;
}
.learn-press-advertisement-slider .slide-item .slide-detail {
  margin-right: 35%;
  padding-right: 20px;
}
.learn-press-advertisement-slider .slide-item .slide-detail h2 {
  margin-top: 0;
}
.learn-press-advertisement-slider .slide-item .slide-detail .description-short {
  display: none;
}
.learn-press-advertisement-slider .slide-item.slide-active {
  opacity: 1;
}
.learn-press-advertisement-slider .slider-controls {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.learn-press-advertisement-slider .slider-controls .next-item,
.learn-press-advertisement-slider .slider-controls .prev-item {
  font-family: "dashicons";
  width: 40px;
  height: 40px;
  border: 1px solid #DDD;
  line-height: 2.5rem;
  font-size: 1rem;
  cursor: pointer;
  float: right;
  margin-right: 10px;
  text-align: center;
  color: #DDD;
}
.learn-press-advertisement-slider .slider-controls .next-item:hover,
.learn-press-advertisement-slider .slider-controls .prev-item:hover {
  border-color: #0085ba;
}
.learn-press-advertisement-slider .slider-controls .next-item:hover:before,
.learn-press-advertisement-slider .slider-controls .prev-item:hover:before {
  color: #0085ba;
}
.learn-press-advertisement-slider .slider-controls .next-item:before {
  content: "\f345";
}
.learn-press-advertisement-slider .slider-controls .prev-item:before {
  content: "\f341";
}

@media only screen and (max-width: 1200px) {
  .learn-press-advertisement-slider .slide-item .slide-thumbnail {
    width: 50%;
  }
  .learn-press-advertisement-slider .slide-item .slide-detail {
    margin-right: 50%;
  }
  .learn-press-advertisement-slider .slide-item .slide-detail .description-short {
    display: block;
  }
  .learn-press-advertisement-slider .slide-item .slide-detail .description-full {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .learn-press-advertisement-slider {
    margin-right: 56px;
  }
  .learn-press-advertisement-slider .slide-item .slide-thumbnail {
    width: 100%;
    float: none;
  }
  .learn-press-advertisement-slider .slide-item .slide-thumbnail img {
    width: 100%;
  }
  .learn-press-advertisement-slider .slide-item .slide-detail {
    margin-right: 0;
    padding-right: 0;
  }
  .learn-press-advertisement-slider .slide-item .slide-detail h2 {
    padding-top: 20px;
  }
  .learn-press-advertisement-slider .slide-item .slide-detail .description-short {
    display: block;
  }
  .learn-press-advertisement-slider .slide-item .slide-detail .description-full {
    display: none;
  }
  .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls {
    margin-bottom: 0;
  }
  .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button {
    margin-bottom: 0;
  }
  .wp-responsive-open .learn-press-advertisement-slider {
    margin-right: 56px;
  }
  .wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-thumbnail {
    width: 100%;
    float: none;
  }
  .wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-thumbnail img {
    width: 100%;
  }
  .wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail {
    margin-right: 0;
    padding-right: 0;
  }
  .wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail h2 {
    padding-top: 20px;
  }
  .wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .description-short {
    display: block;
  }
  .wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .description-full {
    display: none;
  }
  .wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls {
    margin-bottom: 0;
  }
  .wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button {
    margin-bottom: 0;
  }
}
.lp-admin-tabs {
  position: relative;
  margin-top: 20px;
}
.lp-admin-tabs .lp-admin-tab-navs {
  display: none;
  float: right;
  position: relative;
  z-index: 5;
  width: 250px;
  margin: 0 0 0 -250px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lp-admin-tabs .lp-admin-tab-navs .nav-section {
  margin: 0;
}
.lp-admin-tabs .lp-admin-tab-navs .nav-section > a,
.lp-admin-tabs .lp-admin-tab-navs .nav-section > span {
  display: block;
  padding: 8px 20px;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  text-transform: capitalize;
}
.lp-admin-tabs .lp-admin-tab-navs .nav-section .learn-press-tooltip {
  float: left;
  margin-left: 0;
}
.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active, .lp-admin-tabs .lp-admin-tab-navs .nav-section:hover {
  border-right: 2px solid #563d7c;
  color: #563d7c;
}
.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active > a,
.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active > span, .lp-admin-tabs .lp-admin-tab-navs .nav-section:hover > a,
.lp-admin-tabs .lp-admin-tab-navs .nav-section:hover > span {
  padding-right: 18px;
}
.lp-admin-tabs.has-sections .lp-admin-tab-navs {
  display: block;
}
.lp-admin-tabs.has-sections .lp-admin-tab-content {
  float: right;
  position: relative;
  z-index: 0;
  width: 100%;
  padding-right: 271px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lp-admin-tabs.has-sections::before {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 250px;
  border-right: 1px solid #ddd;
  content: "";
}
.lp-admin-tabs::after {
  display: block;
  clear: both;
  content: "";
  z-index: 10;
}

.wrap.learn-press-settings .lp-admin-tab-content {
  padding: 18px;
  background: #fff;
}
.wrap.learn-press-settings .lp-admin-tab-content .subsubsub {
  float: none;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.wrap.learn-press-settings .lp-admin-tab-content .subsubsub .active {
  font-weight: bold;
}
.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li {
  text-transform: capitalize;
}
.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li::after {
  display: inline-block;
  padding: 0 10px;
  content: "|";
}
.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li:last-child::after {
  content: "";
}
.wrap.learn-press-settings .lp-admin-tab-content h2 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.wrap #learn-press-uninstall-sample-data {
  float: left;
  opacity: 0.5;
}
.wrap #learn-press-uninstall-sample-data:hover {
  opacity: 1;
}

.learnpress .rwmb-field {
  position: relative;
  margin-bottom: 20px;
}
.learnpress .rwmb-field .rwmb-label {
  display: block;
  float: right;
  width: 190px;
  margin-bottom: 5px;
  font-size: 0.875rem;
  _text-transform: capitalize;
}
.learnpress .rwmb-field .rwmb-label label > small {
  display: block;
  color: #999;
  font-weight: normal;
  font-style: italic;
}
.learnpress .rwmb-field .rwmb-input {
  float: none;
  width: auto;
  margin-right: 190px;
}
.learnpress .rwmb-field .rwmb-input input[type=checkbox],
.learnpress .rwmb-field .rwmb-input input[type=radio] {
  margin: 1px 0 0 5px;
}
.learnpress .rwmb-field .rwmb-input label > input[type=checkbox],
.learnpress .rwmb-field .rwmb-input label > input[type=radio] {
  margin-top: -1px;
}
.learnpress .rwmb-field .description {
  margin-top: 8px;
  color: #888;
}
.learnpress .rwmb-field .description code {
  padding: 3px 0 3px 3px;
}
.learnpress .rwmb-field .description.err {
  color: #f00;
}
.learnpress .rwmb-field .rwmb-input-list {
  margin-right: 0;
}
.learnpress .rwmb-field #course_evaluation_method_quiz_options {
  position: relative;
  margin-right: 25px;
}
.learnpress .rwmb-field #course_evaluation_method_quiz_options::after {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: #fff;
  content: "";
}
.learnpress .rwmb-field input[name=_lp_course_result]:checked ~ #course_evaluation_method_quiz_options::after {
  display: none;
}
.learnpress .rwmb-field.rwmb-heading-wrapper h4 {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 0 0;
  border-bottom: 2px solid #563d7c;
  font-size: 1rem;
  text-transform: initial;
}
.learnpress .rwmb-field.disabled .field-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #fff;
  content: "";
}
.learnpress .rwmb-field.rwmb-text-wrapper .rwmb-text {
  width: 50%;
  min-width: 200px;
}
.learnpress .rwmb-field.rwmb-duration-wrapper .rwmb-input select,
.learnpress .rwmb-field.rwmb-duration-wrapper .rwmb-input input {
  vertical-align: top;
}
.learnpress .lp-course-sale_start-field.hide,
.learnpress .lp-course-sale_end-field.hide {
  display: none;
}
.learnpress.lp-submenu-settings .lp-admin-settings-buttons {
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.learnpress.lp-submenu-settings .lp-admin-settings-buttons #learn-press-reset-settings {
  float: left;
}
.learnpress.lp-submenu-settings .rwmb-input {
  float: none;
  width: auto;
  margin-right: 270px;
  color: #000;
}
.learnpress .rwmb-google-fonts-wrapper .rwmb-input label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.learnpress .rwmb-google-fonts-wrapper .rwmb-input input {
  width: 90%;
}
.learnpress #learn-press-toggle-course-results {
  display: block;
}
.learnpress .lp-item-assigned {
  font-size: 0.875rem;
}
.learnpress .lp-item-assigned a {
  text-decoration: none;
}
.learnpress .lp-item-assigned ul {
  margin-bottom: 0;
}
.learnpress .lp-item-assigned ul ul strong {
  font-weight: normal;
}
.learnpress .lp-item-assigned li {
  margin: 0;
}
.learnpress .lp-item-assigned li a {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  .learnpress #meta-box-tab-course_settings .rwmb-field .rwmb-label {
    float: none;
    width: auto;
  }
  .learnpress #meta-box-tab-course_settings .rwmb-field .rwmb-input {
    float: right;
    width: 100%;
    margin-right: 0;
  }
}
.lp-metabox__table .titledesc label > small {
  display: block;
  color: #999;
  font-weight: normal;
  font-style: italic;
}
.lp-metabox__table .forminp-text > input,
.lp-metabox__table .forminp-email > input,
.lp-metabox__table .forminp-password > input,
.lp-metabox__table .forminp-url > input {
  min-width: 260px;
}
.lp-metabox__table .forminp-textarea textarea {
  width: 400px;
}

.lp-option-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lp-metabox__custom-fields table {
  width: 100%;
  max-width: max-content;
  padding: 0 !important;
}
.lp-metabox__custom-fields table th {
  padding: 7px 7px 7px 0 !important;
}
.lp-metabox__custom-fields table th.sort {
  width: 17px;
  padding: 7px !important;
}
.lp-metabox__custom-fields table td {
  position: relative;
  padding: 4px 7px 4px 0 !important;
  vertical-align: middle !important;
}
.lp-metabox__custom-fields table td.sort {
  width: 17px;
  padding-left: 7px !important;
  background: #f9f9f9;
  font-size: 0.9375rem;
  text-align: center;
  cursor: move;
}
.lp-metabox__custom-fields table td.sort::before {
  height: 100%;
  color: #999;
  font-family: Dashicons;
  text-align: center;
  content: "\f333";
}
.lp-metabox__custom-fields table td .delete {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  text-indent: -9999px;
}
.lp-metabox__custom-fields table td .delete::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #999;
  font-family: Dashicons;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  content: "\f153";
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.lp-metabox__custom-fields table td .delete:hover::before {
  color: #a00;
}
.lp-metabox__custom-fields table td:last-child {
  padding-left: 7px !important;
}

.lp-metabox-field__color {
  font-size: 0 !important;
}
.lp-metabox-field__color .colorpickpreview {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  margin-left: 3px;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  line-height: 1.75rem;
}
.lp-metabox-field__color .iris-picker {
  display: none;
  position: absolute;
  z-index: 100;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.lp-metabox-field__image-advanced-upload {
  padding-top: 10px;
}
.lp-metabox-field__image-advanced-images {
  clear: both;
  margin: 0;
  padding: 0;
}
.lp-metabox-field__image-advanced-images > li {
  float: right;
  position: relative;
  box-sizing: border-box;
  width: 80px;
  margin: 9px 0 0 9px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  background: #f7f7f7;
  cursor: move;
}
.lp-metabox-field__image-advanced-images > li img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-metabox-field__image-advanced-images > li ul.actions {
  position: absolute;
  top: -8px;
  left: -8px;
  padding: 2px;
}
.lp-metabox-field__image-advanced-images > li ul.actions li {
  float: left;
  margin: 0 2px 0 0;
}
.lp-metabox-field__image-advanced-images > li ul.actions li a.delete {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  text-indent: -9999px;
}
.lp-metabox-field__image-advanced-images > li ul.actions li a.delete::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin: 0;
  border-radius: 50%;
  color: #999;
  background: #fff;
  font-family: Dashicons;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  content: "\f153";
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.lp-metabox-field__image-advanced-images > li ul.actions::before {
  display: table;
  content: " ";
}
.lp-metabox-field__image-advanced-images > li:hover ul.actions {
  display: block;
}
.lp-metabox-field__image-advanced-images > li.lp-metabox-sortable-placeholder {
  position: relative;
  border: 3px dashed #ddd;
}
.lp-metabox-field__image-advanced-images > li.lp-metabox-sortable-placeholder::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #ddd;
  font-family: Dashicons;
  font-size: 2.618em;
  font-weight: normal;
  font-variant: normal;
  line-height: 4.5rem;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  content: "\f161";
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.lp-metabox-field__image-advanced-images::before {
  display: table;
  content: " ";
}
.lp-metabox-field__image-advanced-images::after {
  display: table;
  clear: both;
  content: " ";
}

.lp-metabox-field__image--inner {
  position: relative;
  box-sizing: border-box;
  width: 120px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  background: #f7f7f7;
}
.lp-metabox-field__image--inner img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-metabox-field__image--upload {
  padding-top: 10px;
}

.lp-meta-box__inner {
  display: block;
  position: relative;
}
.lp-meta-box__inner .form-field:not(fieldset) {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 0;
  padding: 15px 0;
  flex-wrap: wrap;
}
.lp-meta-box__inner .form-field:not(fieldset) label {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  padding: 0;
  color: #23282d;
  font-size: 0.875rem;
  font-weight: 600;
  flex: 0 0 auto;
}
.lp-meta-box__inner .form-field:not(fieldset) .checkbox {
  margin: 2px 0 !important;
  vertical-align: middle;
}
.lp-meta-box__inner .form-field:not(fieldset) .description {
  flex: 1;
  display: inline;
  clear: none;
  margin: 0 7px 0 0;
  padding: 0;
  font-size: 0.875rem;
}
.lp-meta-box__inner fieldset.form-field {
  display: grid;
  grid-template-columns: 180px 1fr;
  position: relative;
  margin: 0;
  padding: 15px 0;
}
.lp-meta-box__inner fieldset.form-field h4 {
  width: 180px;
  min-width: 180px;
  max-width: 180px;
  margin: 0;
  padding: 0;
  color: #23282d;
  font-size: 0.875rem;
  font-weight: 600;
  flex: 0 0 auto;
}
.lp-meta-box__inner fieldset.form-field ul {
  margin: 0;
  font-size: 0.875rem;
}
.lp-meta-box__inner fieldset.form-field .description {
  grid-column-start: 2;
  margin-top: 10px;
}
.lp-meta-box__duration-select {
  width: auto !important;
}
.lp-meta-box__duration input[type=number] {
  width: 80px !important;
}
.lp-meta-box__duration .description {
  flex-basis: 100% !important;
  width: 100%;
  margin-top: 8px !important;
  margin-right: 180px !important;
}
.lp-meta-box__wp-editor {
  display: block;
}
.lp-meta-box__wp-editor .description {
  flex-basis: 100% !important;
  width: 100%;
  margin-top: 8px !important;
  margin-right: 180px !important;
  color: #666;
}
.lp-meta-box__wp-editor__textarea {
  border: none !important;
}
.lp-meta-box select {
  width: auto !important;
}
.lp-meta-box select ~ .description {
  flex-basis: 100% !important;
  width: 100%;
  margin-top: 8px !important;
  margin-right: 180px !important;
  color: #666;
}
.lp-meta-box input[type=number],
.lp-meta-box input[type=email],
.lp-meta-box input[type=text],
.lp-meta-box input[type=password],
.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea) {
  width: 50%;
}
.lp-meta-box input[type=number] + .description,
.lp-meta-box input[type=email] + .description,
.lp-meta-box input[type=text] + .description,
.lp-meta-box input[type=password] + .description,
.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea) + .description {
  flex-basis: 100% !important;
  width: 100%;
  margin-top: 8px !important;
  margin-right: 180px !important;
  color: #666;
}
.lp-meta-box input[type=checkbox] {
  margin-top: 2px;
}
.lp-meta-box .short {
  width: 50%;
}
.lp-meta-box textarea:not(.lp-meta-box__wp-editor__textarea) {
  height: 4.6rem;
  line-height: 1.5em;
  vertical-align: top;
}
.lp-meta-box .learn-press-tip.ready {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}

#course-settings .inside {
  margin: 0 !important;
  padding: 0 !important;
}
#course-settings .lp-meta-box__course-tab {
  display: grid;
  grid-template-columns: 20% 80%;
}
#course-settings .lp-meta-box__course-tab__tabs {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 10px;
  border-left: 1px solid #eee;
  background-color: #fafafa;
}
#course-settings .lp-meta-box__course-tab__tabs li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
#course-settings .lp-meta-box__course-tab__tabs li a {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #eee;
  box-shadow: none;
  text-decoration: none;
}
#course-settings .lp-meta-box__course-tab__tabs li a i {
  margin-left: 5px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
}
#course-settings .lp-meta-box__course-tab__tabs li a i[class^=dashicon] {
  font-family: "Dashicons";
}
#course-settings .lp-meta-box__course-tab__tabs li.active a {
  position: relative;
  color: #555;
  background-color: #eee;
}
@media (max-width: 767px) {
  #course-settings .lp-meta-box__course-tab__tabs {
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    flex-direction: row;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    white-space: nowrap;
    list-style: none;
    align-items: center;
    flex-wrap: nowrap;
  }
  #course-settings .lp-meta-box__course-tab__tabs li {
    min-width: 25%;
    margin-left: 20px;
  }
}
#course-settings .lp-meta-box__course-tab__content > div {
  padding: 20px;
}
@media (max-width: 767px) {
  #course-settings .lp-meta-box__course-tab {
    grid-template-columns: auto;
  }
}

#price_course_data ._lp_sale_price_field,
#price_course_data ._lp_price_field {
  position: relative;
}
#price_course_data ._lp_sale_price_field .learn-press-tip-floating,
#price_course_data ._lp_price_field .learn-press-tip-floating {
  top: 54px;
  right: 92px;
  opacity: 0.8;
  background: #a00;
}
#price_course_data ._lp_sale_price_field .learn-press-tip-floating::before,
#price_course_data ._lp_price_field .learn-press-tip-floating::before {
  top: -7px;
  border: 7px solid transparent;
  border-top-width: 0;
  border-bottom-color: #a00;
}

.lp_course_extra_meta_box__content {
  flex: 1;
}
.lp_course_extra_meta_box__fields {
  margin-bottom: 10px;
}
.lp_course_extra_meta_box__field {
  position: relative;
  max-width: 600px;
  margin-bottom: 10px;
}
.lp_course_extra_meta_box__field .sort {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  color: #666;
  text-decoration: none;
  cursor: grab;
  align-items: center;
  justify-content: center;
}
.lp_course_extra_meta_box__field .sort::after {
  font-family: Dashicons;
  font-size: 1.25rem;
  line-height: 1;
  content: "\f333";
}
.lp_course_extra_meta_box__field .delete {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  color: #666;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.lp_course_extra_meta_box__field .delete::after {
  font-family: Dashicons;
  font-size: 1.25rem;
  line-height: 1;
  content: "\f335";
}
.lp_course_extra_meta_box__input {
  width: 100% !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.lp_repeater_meta_box__wrapper {
  flex: 1 !important;
}
.lp_repeater_meta_box__fields {
  position: relative;
  margin-bottom: 10px;
}
.lp_repeater_meta_box__field {
  display: grid;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
}
.lp_repeater_meta_box__field_active .lp_repeater_meta_box__content {
  display: block;
}
.lp_repeater_meta_box__field_active .lp_repeater_meta_box__title__toggle::after {
  transform: rotate(-180deg);
}
.lp_repeater_meta_box__title {
  display: grid;
  grid-template-columns: 44px 1fr 40px 40px;
  align-items: center;
  position: relative;
  background-color: #eee;
}
.lp_repeater_meta_box__title__title {
  flex: 1;
  padding: 14px 0;
}
.lp_repeater_meta_box__title__sort {
  display: flex;
  height: 100%;
  color: #666;
  text-decoration: none;
  cursor: grab;
  align-items: center;
  justify-content: center;
}
.lp_repeater_meta_box__title__sort::after {
  font-family: Dashicons;
  font-size: 1.25rem;
  line-height: 1;
  content: "\f333";
}
.lp_repeater_meta_box__title__delete {
  display: flex;
  height: 100%;
  color: #666;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.lp_repeater_meta_box__title__delete::after {
  font-family: Dashicons;
  font-size: 1.25rem;
  line-height: 1;
  content: "\f335";
}
.lp_repeater_meta_box__title__toggle {
  display: flex;
  height: 100%;
  color: #666;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.lp_repeater_meta_box__title__toggle::after {
  font-family: Dashicons;
  font-size: 1.25rem;
  line-height: 1;
  content: "\f347";
}
.lp_repeater_meta_box__content {
  display: none;
  padding: 14px 20px;
}
.lp_repeater_meta_box__content > label {
  display: grid;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px;
  grid-template-rows: auto 1fr;
}
.lp_repeater_meta_box__content > label:last-child {
  margin-bottom: 0;
}
.lp_repeater_meta_box__content > label span {
  margin-bottom: 5px;
}
.lp_repeater_meta_box__content > label textarea,
.lp_repeater_meta_box__content > label input {
  width: 100% !important;
}

.lp_course_faq_meta_box__content {
  flex: 1;
}
.lp_course_faq_meta_box__fields {
  position: relative;
  margin-bottom: 10px;
}
.lp_course_faq_meta_box__field {
  display: grid;
  position: relative;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  grid-row-gap: 10px;
}
.lp_course_faq_meta_box__field label {
  display: grid;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  grid-template-rows: auto 1fr;
}
.lp_course_faq_meta_box__field label span {
  margin-bottom: 5px;
}
.lp_course_faq_meta_box__field label textarea,
.lp_course_faq_meta_box__field label input {
  width: 100% !important;
}
.lp_course_faq_meta_box__field a.delete {
  display: flex;
  position: absolute;
  top: 15px;
  left: 50px;
  width: 30px;
  height: 30px;
  color: #666;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}
.lp_course_faq_meta_box__field a.delete::after {
  font-family: Dashicons;
  font-size: 1.25rem;
  line-height: 1;
  content: "\f335";
}
.lp_course_faq_meta_box__field .sort {
  display: flex;
  position: absolute;
  top: 15px;
  left: 20px;
  width: 30px;
  height: 30px;
  color: #666;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  cursor: grab;
}
.lp_course_faq_meta_box__field .sort::after {
  font-family: Dashicons;
  font-size: 1.25rem;
  line-height: 1;
  content: "\f333";
}

input[name=_lp_course_result]:checked ~ #passing-condition-quiz-result {
  display: block;
}

#passing-condition-quiz-result {
  display: none;
}
#passing-condition-quiz-result input {
  width: 80px !important;
  margin-top: 5px !important;
}
#passing-condition-quiz-result p {
  padding: 10px 16px;
  background-color: #eee;
  font-size: 0.875rem;
}

.lp-meta-box__file_list {
  display: inline-block;
  clear: both;
  margin: 0;
  padding: 0;
}
.lp-meta-box__file_list > li {
  display: flex;
  flex-flow: column nowrap;
  float: right;
  position: relative;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  margin: 9px 0 0 9px;
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  background: #f7f7f7;
  cursor: move;
  align-items: center;
  justify-content: center;
}
.lp-meta-box__file_list > li img {
  display: block;
  width: 100%;
  height: auto;
}
.lp-meta-box__file_list > li img.is_file {
  width: 30px;
}
.lp-meta-box__file_list > li img.is_file ~ span {
  margin-top: 5px;
  font-size: 0.75rem;
}
.lp-meta-box__file_list > li.lp-metabox-sortable-placeholder {
  position: relative;
  border: 3px dashed #ddd;
}
.lp-meta-box__file_list > li.lp-metabox-sortable-placeholder::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #ddd;
  font-family: Dashicons;
  font-size: 2.618em;
  font-weight: normal;
  font-variant: normal;
  line-height: 4.5rem;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  content: "\f161";
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.lp-meta-box__file_list > li ul.actions {
  position: absolute;
  top: -8px;
  left: -8px;
  padding: 2px;
}
.lp-meta-box__file_list > li ul.actions li {
  float: left;
  margin: 0 2px 0 0;
}
.lp-meta-box__file_list > li ul.actions li a.delete {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 1.4em;
  text-indent: -9999px;
}
.lp-meta-box__file_list > li ul.actions li a.delete::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin: 0;
  border-radius: 50%;
  color: #999;
  background: #fff;
  font-family: Dashicons;
  font-weight: 400;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-indent: 0;
  text-transform: none;
  content: "\f153";
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.lp-meta-box__file_list > li ul.actions::before {
  display: table;
  content: " ";
}
.lp-meta-box__file::before {
  display: table;
  content: " ";
}
.lp-meta-box__file::after {
  display: table;
  clear: both;
  content: " ";
}

.lp-metabox-evaluate-final_quiz {
  display: block;
}
.lp-metabox-evaluate-final_quiz__message {
  display: inline-block;
  min-width: 50%;
  margin-top: 10px;
  padding: 8px 20px;
  border: 2px solid #36af27;
  border-radius: 4px;
  background: #f7f7f7;
  text-align: center;
}
.lp-metabox-evaluate-final_quiz__message-error {
  border-color: lightcoral;
}

.lp_widget_autocomplete__loading {
  margin-top: 0 !important;
  padding: 7px 10px;
  border: 1px solid #949494;
  border-top: none !important;
  background: #eee;
  font-size: 13px !important;
}
.lp_widget_autocomplete__select {
  overflow: auto;
  right: 0;
  width: 100%;
  max-height: 148px;
  margin-top: -1px;
  background: #eee;
  font-size: 0.8125rem;
}
.lp_widget_autocomplete__item {
  overflow: hidden;
  padding: 7px 10px;
  border: 1px solid #949494;
  border-top: none;
  border-bottom-color: #afafaf;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.lp_widget_autocomplete__item__selected, .lp_widget_autocomplete__item:hover {
  color: #fff;
  background-color: #007cba;
}

.widget .select2-selection__rendered {
  font-size: 0.8125rem;
}

.sortable-wrapper {
  margin: 1em 0;
}
.sortable-wrapper .sortable {
  margin: 0.5em 0;
}
.sortable-wrapper .sortable .dashicons-move {
  cursor: move;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.sortable-wrapper > label {
  font-weight: 600;
  font-size: 14px;
}

.sortable__item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.sortable__item:last-child {
  margin-bottom: 0;
}

.widget-content p {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

:root {
  --lp-addon-item-padding: 10px;
  --lp-border-radius: 3px;
  --lp-addon-item-border-color: #c3c4c7;
}

@media screen and (min-width: 1600px) {
  .plugin-card:not(.hide-if-js):nth-child(even) {
    margin-left: 8px;
  }
  .plugin-card:not(.hide-if-js):nth-child(3n) {
    margin-left: 0;
  }
}
/*** Style Addons Manager ***/
#lp-addons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 20px;
  padding-left: 20px;
  /***** Toggle *****/
}
#lp-addons.max-3-items {
  grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
}
#lp-addons a {
  text-decoration: none;
}
#lp-addons button {
  padding: 6.5px 17px;
  background: rgb(151, 71, 255);
  color: white;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
#lp-addons button.btn-addon-action.handling span {
  display: none;
}
#lp-addons button.btn-addon-action.handling span.dashicons {
  display: inline-flex;
}
#lp-addons button.btn-addon-action span.dashicons {
  align-items: center;
  display: none;
  font-size: 1.125em;
  width: auto;
  height: auto;
  animation: rotation 2s infinite linear;
}
#lp-addons button[data-action=update] {
  background: #27BF49;
}
#lp-addons button[data-action=setting] {
  background: #2D72DA;
}
#lp-addons .lp-addon-item {
  background: white;
  padding: var(--lp-addon-item-padding);
  border: 1px solid var(--lp-addon-item-border-color);
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
#lp-addons .lp-addon-item.hide, #lp-addons .lp-addon-item.search-not-found {
  display: none;
}
#lp-addons .lp-addon-item__content {
  text-align: center;
  min-height: 290px;
}
#lp-addons .lp-addon-item__content img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-top: 20px;
}
#lp-addons .lp-addon-item__content a {
  text-decoration: none;
}
#lp-addons .lp-addon-item__content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#lp-addons .lp-addon-item__content p::before {
  content: none;
}
#lp-addons .lp-addon-item__actions {
  border-top: 1px solid var(--lp-addon-item-border-color);
  padding: 10px var(--lp-addon-item-padding) 0;
  margin: 0 calc(var(--lp-addon-item-padding) * -1);
  display: flex;
  align-items: center;
}
#lp-addons .lp-addon-item__actions__left {
  flex: 3;
  display: flex;
  gap: 5px;
  align-items: center;
}
#lp-addons .lp-addon-item__actions__left button {
  display: none;
}
#lp-addons .lp-addon-item__actions__right button {
  display: none;
  background: transparent;
  color: #2271b1;
}
#lp-addons .lp-addon-item__purchase {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
#lp-addons .lp-addon-item__purchase__wrapper div {
  position: absolute;
  bottom: 20%;
  right: var(--lp-addon-item-padding);
  left: var(--lp-addon-item-padding);
  background: white;
  border: 1px solid var(--lp-addon-item-border-color);
  padding: var(--lp-addon-item-padding);
  border-radius: 3px;
  flex-direction: column;
  display: none;
  gap: 5px;
  box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.25);
}
#lp-addons .lp-addon-item__purchase__wrapper div input {
  width: 100%;
}
#lp-addons .lp-addon-item__purchase label {
  text-transform: capitalize;
}
#lp-addons .lp-addon-item.installed.activated button[data-action=setting] {
  display: block;
}
#lp-addons .lp-addon-item.installed.activated button[data-action=deactivate] {
  display: block;
}
#lp-addons .lp-addon-item.installed.activated.update button[data-action=update] {
  display: block;
}
#lp-addons .lp-addon-item.installed:not(.activated) button[data-action=activate] {
  display: block;
}
#lp-addons .lp-addon-item.installed.purchase button[data-action=update-purchase-code] {
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  height: 12px;
}
#lp-addons .lp-addon-item.installed.purchase button[data-action=update-purchase-code] span {
  animation: none;
  display: inline;
}
#lp-addons .lp-addon-item.not_installed.purchase button[data-action=purchase] {
  display: block;
}
#lp-addons .lp-addon-item.not_installed.free button[data-action=install] {
  display: block;
}
#lp-addons .lp-addon-item.not_installed .lp-addon-item__actions__right {
  display: none;
}
#lp-addons .lp-addon-item.update button[data-action=update] {
  display: block;
}
#lp-addons .lp-toggle-switch .lp-toggle-switch-label {
  height: 20px;
  align-items: center;
  margin-bottom: 0;
  background: #b4b9be;
  cursor: pointer;
  display: inline-flex;
  justify-content: space-between;
  position: relative;
  transition: right 0.15s ease-out;
  border-radius: 100px;
}
#lp-addons .lp-toggle-switch .lp-toggle-switch-label:after {
  background: #FFFFFF;
  content: "";
  display: block;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  transition: all 0.25s ease-in-out;
  border-radius: 50%;
}
#lp-addons .lp-toggle-switch .lp-toggle-switch-label::before {
  right: 0;
}
#lp-addons .lp-toggle-switch .lp-toggle-switch-label .toggle-on,
#lp-addons .lp-toggle-switch .lp-toggle-switch-label .toggle-off {
  opacity: 1;
  padding-right: 6px;
  padding-left: 6px;
  font-size: 0.8em;
  line-height: 1.125em;
}
#lp-addons .lp-toggle-switch .lp-toggle-switch-label .toggle-on {
  color: #fff;
  opacity: 0;
  padding-left: 0;
  width: 12px;
}
#lp-addons .lp-toggle-switch .lp-toggle-switch-label .toggle-off {
  width: 12px;
  color: #777;
  padding-right: 0;
}
#lp-addons .lp-toggle-switch input.lp-toggle-switch-input {
  display: none;
}
#lp-addons .lp-toggle-switch input.lp-toggle-switch-input:checked + label {
  background: #0073aa;
}
#lp-addons .lp-toggle-switch input.lp-toggle-switch-input:checked + label:after {
  right: auto;
  left: 5px;
  background: #ffffff;
}
#lp-addons .lp-toggle-switch input.lp-toggle-switch-input:checked + label .toggle-on {
  opacity: 1;
}
#lp-addons .lp-toggle-switch input.lp-toggle-switch-input:checked + label .toggle-off {
  opacity: 0;
}
#lp-addons .lp-toggle-switch .dashicons {
  animation: rotation 2s infinite linear;
}
#lp-addons .screen-reader-text:focus {
  clip-path: inset(50%);
  -webkit-clip-path: inset(50%);
}

/*** Tab of Addons Manager ***/
.lp-nav-tab-wrapper {
  display: flex;
  margin-bottom: 20px;
  justify-content: start;
  gap: 5px;
  border-bottom: 1px solid #c3c4c7;
}
.lp-nav-tab-wrapper .nav-tab {
  border: 1px solid #c3c4c7;
  border-bottom: none;
  margin-right: 0;
  padding: 5px 10px;
  line-height: 1.6em;
  font-weight: 600;
  background: #dcdcde;
  color: #50575e;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 3px 3px 0 0;
}
.lp-nav-tab-wrapper .nav-tab-active {
  background: #f0f0f1;
  border-bottom: 1px solid #f0f0f1;
}

.wp-submenu .lp-notify {
  display: none;
  vertical-align: top;
  box-sizing: border-box;
  margin: 1px 5px -1px 0;
  padding: 0 5px;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #d63638;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.6;
  text-align: center;
}

/*** Theme Manager ***/
.related-themes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 20px;
}
.related-themes li {
  margin: 0;
}
.related-themes .plugin-card-top {
  padding-bottom: 0;
  background: #fff;
}
.related-themes .theme-content {
  position: relative;
}
.related-themes .image-thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.related-themes .theme-description {
  margin: 0 0 25px 0;
  display: -webkit-box;
  overflow: hidden;
  min-height: 8em;
  max-height: 8em;
  line-height: 1.6em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: #777;
}
.related-themes .theme-title {
  min-height: 3.2em;
  margin-left: 100px;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.3em;
}
.related-themes .theme-title a {
  color: #545454;
}
.related-themes .theme-rating {
  display: inline-block;
  float: left;
}
.related-themes .star-rating {
  display: inline-block;
}
.related-themes .count-rating {
  position: relative;
  top: 2px;
  font-size: 0.9375rem;
}
.related-themes .theme-detail {
  position: absolute;
  top: -3px;
  left: 3px;
  line-height: 1.6em;
  text-align: left;
}
.related-themes .theme-detail::after {
  display: block;
  clear: both;
  content: "";
}
.related-themes .theme-detail .theme-price {
  display: inline-block;
  color: #545454;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3em;
}
.related-themes .theme-footer {
  clear: both;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  border-top: 1px solid #ddd;
  background-color: #fafafa;
}

/**
 * Order
 */
.post-type-lp_order .wp-list-table .column-order_status {
  width: 150px;
}
.post-type-lp_order .wp-list-table .order_status span {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  font-size: 0.75rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.post-type-lp_order .wp-list-table .order_status span.pending {
  background: #bdbdbd;
}
.post-type-lp_order .wp-list-table .order_status span.processing {
  background: #ffc107;
}
.post-type-lp_order .wp-list-table .order_status span.completed {
  background: #4caf50;
}
.post-type-lp_order .wp-list-table .order_status span.cancelled {
  background: #444;
}
.post-type-lp_order .wp-list-table .order_status span.failed {
  background: #f00;
}
.post-type-lp_order .wp-list-table .order_status span.trash {
  color: rgba(128, 128, 128, 0.68);
}
.post-type-lp_order .wp-list-table .order_status span i {
  display: inline-block;
}
.post-type-lp_order .wp-list-table .column-title,
.post-type-lp_order .wp-list-table .column-order_total,
.post-type-lp_order .wp-list-table .column-order_date {
  width: 150px;
}
.post-type-lp_order .wp-list-table .column-order_items ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.post-type-lp_course .column-price .origin-price {
  margin-left: 10px;
  color: #f00;
  font-size: 0.75rem;
  text-decoration: line-through;
}

.wp-list-table .column-preview {
  float: none;
  text-align: right;
}
.wp-list-table .column-instructor {
  width: 150px;
}
.wp-list-table .column-instructor .post-author {
  display: inline-block;
}
.wp-list-table .column-instructor .post-author img {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 50%;
  vertical-align: middle;
}
.wp-list-table .column-instructor .post-author a {
  display: inline-block;
  vertical-align: middle;
}
.wp-list-table .column-students {
  width: 80px;
}
.wp-list-table .column-price {
  width: 120px;
}
.wp-list-table .column-thumbnail {
  width: 100px;
  padding-top: 11px;
}
.wp-list-table .column-thumbnail img {
  max-width: 100%;
  height: auto;
}

.post-type-page .column-lp-page {
  width: 200px;
}
.post-type-page .for-plugin-page {
  margin: 0;
  color: #f00;
  font-size: 0.6875rem;
}

.post-state .post-author {
  font-size: 0.875rem;
  font-weight: normal;
  font-style: italic;
}

#learn-press-box-edit-slug {
  overflow: hidden;
  margin: 0 -10px;
  padding: 10px;
  border: 1px solid #ddd;
  color: #b79186;
  background: #fff;
}
#learn-press-box-edit-slug .button {
  float: left;
  height: 24px;
  line-height: 1.375rem;
}

.lp-overlay {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(209, 213, 219, 0.8);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: opacity;
}

.wp-admin .lp-modal-dialog .lp-modal-header {
  padding: 2em;
}
.wp-admin .lp-modal-dialog .lp-modal-header h3 {
  font-size: 1.4em;
}

.lp-modal-dialog {
  display: flex;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.lp-modal-dialog .learn-press-message {
  width: auto;
  margin: 0 !important;
}
.lp-modal-dialog .lp-modal-content {
  display: inline-block;
  overflow: hidden;
  z-index: 2;
  width: auto;
  max-width: 600px;
  border-radius: 8px;
  text-align: right;
  vertical-align: middle;
  background: white;
  color: black;
}
.lp-modal-dialog .lp-modal-content h2, .lp-modal-dialog .lp-modal-content h3 {
  margin: 0;
}
.lp-modal-dialog .lp-modal-content .lp-group-step h3 {
  border-bottom: 1px solid #eee;
}
.lp-modal-dialog .lp-modal-content .main-content .terms-upgrade .pd-2em {
  padding: 0 1em;
}
.lp-modal-dialog .lp-modal-header {
  background: #7c60d9;
  border-bottom: 1px solid #eee;
  padding: 1em;
}
.lp-modal-dialog .lp-modal-header h3 {
  margin: 0;
  color: white;
  font-weight: 400;
}
.lp-modal-dialog .lp-modal-body .main-content {
  max-height: 500px;
  overflow: auto;
  overscroll-behavior: contain;
}
.lp-modal-dialog .lp-modal-body .main-content h3, .lp-modal-dialog .lp-modal-body .main-content h2, .lp-modal-dialog .lp-modal-body .main-content .pd-2em {
  padding: 1em;
}
.lp-modal-dialog .lp-modal-footer {
  padding: 20px;
  background-color: #f9fafb;
  text-align: left;
}
.lp-modal-dialog .btn-yes {
  color: #fff;
  background-color: #7c60d9;
}

#lp-modal-overlay {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: #000;
}

#lp-modal-window {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 50%;
  right: 50%;
  padding: 35px 60px 28px 60px;
  background: #fff;
  transform: translate(50%, -50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#lp-modal-window #lp-modal-content {
  margin: 0 0 24px 0;
  color: #333;
  font-weight: 400;
  text-align: center;
}
#lp-modal-window #lp-modal-content > * {
  margin: 0 0 0.5em;
}
#lp-modal-window #lp-modal-buttons {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}
#lp-modal-window #lp-modal-buttons .lp-button {
  position: relative;
  margin: 0 10px 0 10px;
}

.learn-press-modal {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  top: 0;
  display: table;
}
.learn-press-modal .modal-overlay {
  position: fixed;
  z-index: 1000000;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
}
.learn-press-modal .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
  z-index: 1000010;
  position: relative;
}
.learn-press-modal .modal-wrapper .modal-container {
  max-width: 800px;
  width: 90%;
  margin: 0px auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.learn-press-modal .modal-wrapper header {
  font-size: 1.125rem;
  padding: 20px;
  border-bottom: 1px solid #DDD;
  font-weight: 600;
  color: #000;
}
.learn-press-modal .modal-wrapper article {
  margin: 30px 20px;
}
.learn-press-modal .modal-wrapper article input[name=search] {
  width: 100%;
  font-size: 1rem;
  box-sizing: border-box;
  margin: 0;
  box-shadow: none;
  color: #444;
  padding: 8px 10px;
  height: 42px;
  border-radius: 2px;
  border-color: #e4e4e4;
  font-weight: 400;
  vertical-align: middle;
}
.learn-press-modal .modal-wrapper article .search-results {
  margin: 0;
  margin-top: 30px;
}
.learn-press-modal .modal-wrapper article .search-results li > label {
  display: block;
}
.learn-press-modal .modal-wrapper footer {
  padding: 15px 20px;
  overflow: hidden;
  border: 1px solid #eee;
}
.learn-press-modal .modal-wrapper footer .search-nav {
  float: right;
}
.learn-press-modal .modal-wrapper footer .search-nav a, .learn-press-modal .modal-wrapper footer .search-nav span {
  display: inline-block;
  line-height: 1.625rem;
  height: 28px;
  margin: 0;
  padding: 0 10px 1px;
}
.learn-press-modal .modal-wrapper footer button {
  float: left;
  margin-right: 3px;
}

#modal-search-items.loading .search-results:before {
  position: absolute;
  top: 75px;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  z-index: 9;
  background: url("../../images/spinner.gif") no-repeat center center;
}

.modal-search {
  position: relative;
  display: inline-block;
  min-width: 300px;
}
.modal-search .search-input {
  border: 1px solid #DDD;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-search .search-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-search .search-input:focus {
  border-color: #DDD;
}
.modal-search .search-results-content {
  position: absolute;
  top: 100%;
  width: 100%;
  right: 0;
  background: #FFF;
  border: 1px solid #DDD;
  border-top: none;
  z-index: 1000;
  margin-top: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-search .search-results-content .search-results {
  margin: 0;
}
.modal-search .search-results-content .search-results .result-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.modal-search .search-results-content .search-results .result-item label {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.modal-search .search-results-content .search-results .result-item:hover {
  background: #f4fcff;
}
.modal-search .has-items .search-input {
  border-bottom-color: transparent;
}
.modal-search .has-items .search-results-content {
  border-top: none;
}
.modal-search .checked-items {
  text-align: center;
}
.modal-search .checked-items .button {
  font-size: 0.75rem;
  height: 20px;
  line-height: 1.25rem;
}
.modal-search .checked-items .disabled {
  color: #777;
}
.modal-search .search-navigator {
  margin: 5px 0;
  text-align: center;
}
.modal-search .search-navigator .page-numbers {
  display: inline-block;
  padding: 2px 5px;
  text-decoration: none;
  line-height: 1;
}
.modal-search .search-navigator .page-numbers.next, .modal-search .search-navigator .page-numbers.prev {
  display: none;
}

.lp-order-statuses {
  margin: 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
}
.lp-order-statuses .lp-skeleton-animation {
  grid-column: 1/3;
}
.lp-order-statuses li {
  width: 100%;
  margin: 0;
  background: #fff;
}
.lp-order-statuses li span {
  font-size: 1.1rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-weight: 400;
}
.lp-order-statuses li p {
  margin: 0;
  padding: 0;
  color: #adadad;
  font-size: 0.75rem;
}
.lp-order-statuses li.counter-number {
  text-align: center;
  /*&.order-completed {

  	strong::before {
  		color: #0085ba;
  		content: "\f058";
  	}
  }

  &.order-processing {

  	strong::before {
  		margin-left: -1px;
  		color: #563f7a;
  		content: "\f321";
  	}
  }

  &.order-pending {

  	strong::before {
  		color: #aaa;
  		content: "\f534";
  	}
  }

  &.order-cancelled {

  	strong::before {
  		color: #f00;
  		content: "\f153";
  	}
  }*/
}
.lp-order-statuses li.counter-number .counter-inner {
  padding: 10px 0;
  border: 1px solid #f3f3f3;
  background: #f9f9f9;
}
.lp-order-statuses li.clear {
  float: none;
}
.lp-order-statuses li.featured-theme {
  width: auto;
  margin: 12px -12px 0 -12px;
  padding: 8px 12px 0 12px;
  border-top: 1px solid #eee;
}
.lp-order-statuses li.featured-theme .star-rating {
  display: inline-block;
  line-height: 0.875rem;
  vertical-align: middle;
}
.lp-order-statuses li.featured-theme .star-rating .star {
  width: 14px;
  height: 14px;
  font-size: 0.875rem;
}
.lp-order-statuses li.featured-theme > div {
  margin-bottom: 3px;
}
.lp-order-statuses li.featured-theme > div span {
  color: #999;
  font-size: 0.75rem;
  vertical-align: middle;
}
.lp-order-statuses li:nth-child(even) .counter-inner {
  margin-right: 0;
}
.lp-order-statuses li:nth-child(odd) .counter-inner {
  margin-left: 0;
}
.lp-order-statuses li.total-raised {
  grid-column: 1/3;
  box-sizing: border-box;
  padding: 10px 0;
  border: 1px solid #f3f3f3;
  background: #f9f9f9;
  text-align: center;
  color: #0073aa;
}
.lp-order-statuses li.total-raised span {
  margin-bottom: 10px;
  font-size: 1.625rem;
}
.lp-order-statuses li.total-raised span i {
  font-size: 1.5625rem;
}
.lp-order-statuses::after {
  display: block;
  clear: both;
  content: "";
}

.featured-theme {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}
.featured-theme p {
  margin: 0;
  font-size: 12px;
}
.featured-theme .star-rating {
  display: inline-block;
  line-height: 0.75rem;
}
.featured-theme .star-rating .star {
  font-size: 0.8125rem;
  width: 13px;
  height: 13px;
}
.featured-theme span {
  font-size: 0.6875rem;
}

.lp-place-holder {
  background: #fff;
  padding: 10px;
  display: block;
  margin: 20px auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.lp-place-holder [class*=line-] {
  height: 6px;
  width: 400px;
  background: #f6f7f9;
  margin-bottom: 13px;
  margin-left: 5px;
}
.lp-place-holder .thumbnail {
  height: 40px;
  width: 40px;
  float: right;
  margin-left: 20px;
  display: inline-block;
}
.lp-place-holder .line-heading {
  width: 80%;
  height: 20px;
}
.lp-place-holder .line-sm {
  width: 30%;
  margin-top: 10px;
}
.lp-place-holder .line-xs {
  width: 50%;
}
.lp-place-holder .line-df {
  margin-top: 30px;
  width: 380px;
}
.lp-place-holder .line-lg {
  width: 200px;
}
.lp-place-holder .line-lgx {
  width: 450px;
}
.lp-place-holder [class*=line],
.lp-place-holder .thumbnail {
  animation: lpTimeLine;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background: linear-gradient(to left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px auto;
  background-position: 100px 0;
}

@keyframes lpTimeLine {
  0% {
    background-position: -350px 0;
  }
  100% {
    background-position: 400px 0;
  }
}
.post-type-lp_order {
  /*Export order function style*/
  /* The Modal (background) */
  /* Modal Content/Box */
  /* The Close Button */
  /*tabs css*/
}
.post-type-lp_order #post-body-content {
  display: none;
}
.post-type-lp_order #order_details {
  border: none !important;
  background: transparent !important;
}
.post-type-lp_order #order_details .hndle,
.post-type-lp_order #order_details .handlediv,
.post-type-lp_order #order_details .postbox-header {
  display: none;
}
.post-type-lp_order #order_details .inside {
  display: block !important;
  margin: 0;
  padding: 0;
}
.post-type-lp_order #order_details .order-data {
  margin: 0 0 20px 0 !important;
  padding: 30px !important;
  border: 1px solid #ccd0d4 !important;
  background-color: #fff !important;
  box-shadow: none !important;
}
.post-type-lp_order #order_details .order-data-field {
  margin-bottom: 20px;
}
.post-type-lp_order #order_details .order-data-field label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.post-type-lp_order #order_details .order-data-number {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 600;
}
.post-type-lp_order #order_details .payment-method-title {
  color: #777;
  font-size: 1rem;
}
.post-type-lp_order #order_details .payment-method-title strong {
  color: #23282d;
}
.post-type-lp_order #order_details .order-data-heading {
  margin-top: 40px;
  font-size: 1rem;
}
.post-type-lp_order #order_details .order-users {
  display: inline-block;
}
.post-type-lp_order #order_details .order-users .description {
  margin-top: 10px;
  padding: 10px;
  background: #eee;
}
.post-type-lp_order #order_details .order-data-date .order-date {
  width: 120px;
}
.post-type-lp_order #order_details .order-data-date .order-hour,
.post-type-lp_order #order_details .order-data-date .order-minute {
  width: 50px;
}
.post-type-lp_order #order_details .order-data-note {
  display: inline-block;
}
.post-type-lp_order #order_details .order-data-note .order-note {
  padding: 10px;
  color: #fff;
  background-color: #c1a3b6;
  font-size: 0.875rem;
}
.post-type-lp_order #order_details .order-items {
  margin: 0;
  border: 1px solid #ccd0d4 !important;
  background-color: #fff;
}
.post-type-lp_order #order_details .order-items table {
  width: 100%;
  border-collapse: collapse;
}
.post-type-lp_order #order_details .order-items table thead {
  margin: 0;
  padding: 0;
}
.post-type-lp_order #order_details .order-items table thead tr {
  background-color: #f8f8f8;
}
.post-type-lp_order #order_details .order-items table thead th {
  padding: 15px;
  border-bottom: none;
  color: #999;
  font-weight: 400;
  text-align: right;
}
.post-type-lp_order #order_details .order-items table thead th:first-child {
  padding-right: 30px;
}
.post-type-lp_order #order_details .order-items table thead th:last-child {
  padding-left: 30px;
}
.post-type-lp_order #order_details .order-items table tbody td,
.post-type-lp_order #order_details .order-items table tfoot td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: right;
}
.post-type-lp_order #order_details .order-items table tbody {
  margin: 0;
  padding: 0;
}
.post-type-lp_order #order_details .order-items table tbody tr td {
  padding: 15px;
}
.post-type-lp_order #order_details .order-items table tbody tr td:first-child {
  padding-right: 30px;
}
.post-type-lp_order #order_details .order-items table tbody tr td:last-child {
  padding-left: 30px;
}
.post-type-lp_order #order_details .order-items table tfoot {
  margin: 0;
  padding: 0;
}
.post-type-lp_order #order_details .order-items table tfoot tr {
  background-color: #f8f8f8;
}
.post-type-lp_order #order_details .order-items table tfoot tr:last-child td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.post-type-lp_order #order_details .order-items table tfoot td {
  padding: 10px 15px;
  padding-bottom: 0;
  border: none;
  font-size: 0.875rem;
  text-align: left;
}
.post-type-lp_order #order_details .order-items table tfoot td:first-child {
  padding-right: 30px;
}
.post-type-lp_order #order_details .order-items table tfoot td:last-child {
  padding-left: 30px;
}
.post-type-lp_order #order_details .order-items table .column-price,
.post-type-lp_order #order_details .order-items table .column-total,
.post-type-lp_order #order_details .order-items table .column-quantity {
  width: 150px;
  text-align: left;
}
.post-type-lp_order #order_details .order-items table .row-subtotal td .order-subtotal,
.post-type-lp_order #order_details .order-items table .row-subtotal td .order-total,
.post-type-lp_order #order_details .order-items table .row-total td .order-subtotal,
.post-type-lp_order #order_details .order-items table .row-total td .order-total {
  font-weight: 700;
}
.post-type-lp_order #order_details .order-items table .remove-order-item {
  outline: none;
  color: #ccc;
  text-decoration: none;
}
.post-type-lp_order #order_details .order-items table .remove-order-item .dashicons {
  font-size: 1.25rem;
}
.post-type-lp_order #order_details .order-items table .remove-order-item:hover {
  color: #f00;
}
.post-type-lp_order #order_details .order-items table .order-item-row:hover .remove-order-item {
  display: inline-block;
}
.post-type-lp_order #order-export__button:hover {
  cursor: pointer;
}
.post-type-lp_order .export-modal.modal {
  display: none;
  position: fixed;
  z-index: 10;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.post-type-lp_order .export-modal .modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  border: 1px solid #888;
  width: 60%;
  position: relative;
}
.post-type-lp_order .export-modal .close {
  color: #aaa;
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  top: -5px;
  left: 11px;
}
.post-type-lp_order .export-modal .close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.post-type-lp_order .export-modal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.post-type-lp_order .export-modal .panel {
  display: none;
}
.post-type-lp_order .export-modal .panel.active {
  display: block;
}
.post-type-lp_order #order-export__tabs.tabs {
  display: flex;
  justify-content: space-around;
  height: 40px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.post-type-lp_order #order-export__tabs.tabs > * {
  width: 100%;
  color: dimgray;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-type-lp_order #order-export__tabs.tabs > *:hover:not(.active) {
  background-color: #dcdcdc;
}
.post-type-lp_order #order-export__tabs.tabs > .active {
  color: white;
  background-color: #4CAF50;
}
.post-type-lp_order #lp-invoice__content {
  padding: 20px 40px 0;
  margin-bottom: 25px;
}
.post-type-lp_order #lp-invoice__content thead th {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 10px 20px;
}
.post-type-lp_order #lp-invoice__content tbody td {
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 10px 20px;
}
.post-type-lp_order #lp-invoice__content tfoot td {
  border-bottom: 1px solid #000;
  text-align: center;
  padding: 10px 20px;
}
.post-type-lp_order .export-options__content {
  margin-bottom: 25px;
  padding: 10px 40px;
}
.post-type-lp_order .export-options {
  position: relative;
}
.post-type-lp_order .export-options__loading {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-type-lp_order .export-options__loading .spinner {
  background: url("../../images/spinner.gif") no-repeat center center;
  z-index: 9;
  display: inline-block;
  visibility: visible;
}
.post-type-lp_order .export-options__loading.active {
  opacity: 1;
  z-index: 9;
  visibility: visible;
}
.post-type-lp_order #lp-invoice__export {
  color: white;
  background-color: #4CAF50;
  border: 1px solid #4CAF50;
  padding: 10px 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.post-type-lp_order #lp-invoice__export:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  cursor: pointer;
}
.post-type-lp_order #lp-invoice__update {
  color: white;
  background-color: #4CAF50;
  border: 1px solid #4CAF50;
  padding: 10px 20px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
.post-type-lp_order #lp-invoice__update:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  cursor: pointer;
}
.post-type-lp_order #lp-invoice__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.post-type-lp_order .export-options__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.post-type-lp_order .lp-invoice__body table {
  border-spacing: 0;
  width: 100%;
}
.post-type-lp_order .lp-order-status .dashicons {
  display: inline-flex !important;
  align-items: center;
  font-size: 1rem;
}

#learn-press-toggle-settings-js-css {
  display: none;
}
#learn-press-toggle-settings-js-css + table {
  display: none;
}
#learn-press-toggle-settings-js-css:checked + table {
  display: table;
}

.color-schemas {
  margin: 0 0 20px 20px;
  float: right;
}
.color-schemas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.color-schemas ul > li > label {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.color-schemas .wp-color-picker {
  width: 80px;
  height: 24px;
  vertical-align: top;
  margin: 0;
}
.color-schemas .wp-picker-holder {
  position: absolute;
}
.color-schemas .buttons {
  display: none;
}
.color-schemas table {
  border-collapse: collapse;
  position: relative;
}
.color-schemas table td, .color-schemas table th {
  padding: 10px 10px;
}
.color-schemas table tbody {
  border: 1px solid transparent;
  position: relative;
}
.color-schemas table tbody td, .color-schemas table tbody th {
  text-align: right;
  background: #F5F5F5;
}
.color-schemas table tbody tr:first-child td, .color-schemas table tbody tr:first-child th {
  padding-bottom: 0;
}
.color-schemas table:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}
.color-schemas tfoot td, .color-schemas tfoot th {
  padding-right: 0;
  padding-left: 0;
}
.color-schemas .remove-schema {
  float: left;
  color: #FF0000;
}
.color-schemas .wp-color-result {
  margin: 0;
}
.color-schemas .clone-schema {
  display: none;
}
.color-schemas:first-child .remove-schema,
.color-schemas:first-child .apply-schema {
  display: none;
}
.color-schemas:nth-child(2) {
  clear: both;
}
.color-schemas:hover tbody {
  opacity: 1;
}
.color-schemas.current tbody {
  border-color: #DDD;
}
.color-schemas.current tbody td, .color-schemas.current tbody th {
  background: rgba(5, 215, 255, 0.26);
}
.color-schemas.current table:after {
  display: none;
}
.color-schemas.current .clone-schema {
  display: inline-block;
}

.wp-picker-container {
  position: relative;
}
.wp-picker-container .wp-picker-holder {
  z-index: 99999;
}

.lp-install-sample {
  max-width: 600px;
  margin: 0;
  padding: 10px 25px;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  background-color: #fff;
}
.lp-install-sample__options {
  margin-bottom: 20px;
  padding: 0 20px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.lp-install-sample__options legend {
  padding: 5px;
  font-weight: 500;
}
.lp-install-sample__buttons {
  display: flex;
  margin-top: 25px;
  align-items: center;
  justify-content: space-between;
}
.lp-install-sample__toggle-options {
  margin-left: auto;
  margin-right: 10px;
}
.lp-install-sample__uninstall {
  float: left;
}
.lp-install-sample__response {
  margin: 0;
  padding: 10px;
  border: 2px solid #059601;
  border-radius: 6px;
}
.lp-install-sample__response.fail {
  border-color: #d85554;
}

.lp-update-db-modal {
  display: flex;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.lp-update-db-modal__hidden {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.lp-update-db-modal__overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(209, 213, 219, 0.8);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-property: opacity;
}
.lp-update-db-modal__content {
  display: inline-block;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  max-width: 510px;
  border-radius: 8px;
  text-align: right;
  vertical-align: middle;
}
.lp-update-db-modal__content-header {
  padding: 24px 24px 16px 24px;
  background-color: #fff;
}
.lp-update-db-modal__content-start {
  display: flex;
  flex-direction: flex-start;
}
.lp-update-db-modal__content-icon {
  display: flex;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 999px;
  background-color: rgb(254, 226, 226);
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.lp-update-db-modal__content-icon svg {
  width: 24px;
  height: 24px;
  color: rgb(220, 38, 38);
}
.lp-update-db-modal__content-icon svg:last-child {
  color: rgb(37, 141, 108);
}
.lp-update-db-modal__content-icon__success {
  display: none;
}
.lp-update-db-modal__content-text {
  margin-right: 18px;
  text-align: right;
}
.lp-update-db-modal__content-text h3 {
  margin: 0;
  font-weight: 500;
}
.lp-update-db-modal__content-text p {
  margin: 0;
  margin-top: 10px;
  color: #999;
  font-size: 0.875rem;
  font-weight: 400;
}
.lp-update-db-modal__content-footer {
  display: flex;
  flex-direction: row;
  padding: 10px 24px;
  background-color: rgb(249, 250, 251);
  justify-content: flex-end;
  align-items: center;
}
.lp-update-db-modal__content-footer a {
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: rgb(55, 65, 81);
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
}
.lp-update-db-modal__content-footer a:last-child {
  margin-right: 10px;
  color: #fff;
  background-color: #0073aa;
}
.lp-update-db-modal__success .lp-update-db-modal__content-icon {
  background-color: rgb(222, 247, 236);
}
.lp-update-db-modal__success .lp-update-db-modal__content-icon__error {
  display: none;
}
.lp-update-db-modal__success .lp-update-db-modal__content-icon__success {
  display: block;
}

#lp-tool-upgrade-db .wrapper-lp-upgrade-message, #lp-tool-upgrade-db .wrapper-terms-upgrade, #lp-tool-upgrade-db .wrapper-lp-loading {
  display: none;
}

.terms-upgrade {
  max-width: 500px;
  margin: 0 auto;
}
.terms-upgrade .error {
  display: none;
}

.lp-modal-footer .learn-press-notice {
  color: #ff6060;
  font-weight: 500;
  font-style: italic;
}

.lp-modal-body .lp-skeleton-animation {
  width: 500px;
  margin: 0 20px;
}

.tools-select__data {
  overflow: hidden;
}
.tools-select__data li {
  background-color: #fff;
  border: 1px solid #eee;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
  font-size: 0.875rem;
  line-height: 1.4em;
  font-weight: normal;
  padding: 10px;
  width: 100%;
}
.tools-select__data li input {
  margin: 0 0 0 10px;
}

.progressbar__content {
  width: 100%;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.4em;
  background: #eee;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.progressbar__content span {
  z-index: 9;
}

.progressbar__container {
  position: relative;
}

.progressbar__value {
  position: absolute;
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  background: #8A2BE2;
}

.progressbar__item h4 {
  z-index: 9;
  margin: 0;
}

.progressbar__item {
  width: 500px;
  border-bottom: 1px solid #fff;
}

.progressbar__indexs {
  z-index: 9;
}

.lp-tool__message {
  text-align: center;
  color: red;
  padding: 10px 0;
  display: none;
}

.tools-prepare__message {
  background: #dba617;
  padding: 10px 0;
  text-align: center;
  display: none;
}

/*** Admin notices ***/
.lp-admin-notices {
  background: transparent;
  display: none;
  padding: 0;
  border: none;
  margin: 15px 0 15px 20px;
}
.lp-admin-notices .lp-admin-notice {
  position: relative;
  padding: 1px 10px;
}
.lp-admin-notices .lp-mes-beta-version {
  background: #4299e1;
  color: whitesmoke;
}
.lp-admin-notices .lp-mes-beta-version h3, .lp-admin-notices .lp-mes-beta-version a, .lp-admin-notices .lp-mes-beta-version a:visited {
  color: white;
}
.lp-admin-notices .lp-mes-beta-version .btn-lp-notice-dismiss::before {
  color: #fff0f6;
}

.tab-lp-admin-notice {
  margin-right: 5px;
  width: 4px;
  height: 4px;
  background: #ff1919;
  display: inline-flex;
  border-radius: 999px;
  vertical-align: middle;
}

/**
 * General style for admin editor.
 */
.lp-admin-editor {
  position: relative;
  margin: 0;
  background-color: #fff;
}
.lp-admin-editor .heading,
.lp-admin-editor .lp-box-data-content {
  padding: 0;
}

#learn-press-admin-editor-metabox-settings {
  margin-top: 20px;
}

/**
 *  Course admin editor.
 */
#course-editor .inside {
  margin: 0;
  padding: 0;
}

#admin-editor-lp_course .lp-course-curriculum .heading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  padding: 8px 20px;
  align-items: center;
  line-height: 1;
}
#admin-editor-lp_course .lp-course-curriculum .heading h4 {
  margin: 0;
  font-size: 1rem;
}
#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections {
  display: flex;
  width: 40px;
  color: #999;
  font-family: Dashicons;
  font-size: 1.875rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections.close::before {
  content: "\f140";
}
#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections.open::before {
  content: "\f142";
}
#admin-editor-lp_course .lp-course-curriculum .heading .status {
  visibility: hidden;
  position: relative;
  top: 5px;
  margin-right: 10px;
  font-family: Dashicons;
  font-size: 1.25rem;
}
#admin-editor-lp_course .lp-course-curriculum .heading .status::before {
  content: "\f463";
}
#admin-editor-lp_course .lp-course-curriculum .heading .status.loading {
  display: inline-block;
  visibility: visible;
  animation: rotation 2s infinite linear;
}
#admin-editor-lp_course .lp-course-curriculum .curriculum-sections {
  margin: 0;
  margin: 0 20px 20px 20px;
  border: 1px solid #ddd;
}
#admin-editor-lp_course .lp-course-curriculum .section {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  opacity: 1;
  background: #fff;
}
#admin-editor-lp_course .lp-course-curriculum .section:first-child {
  border-top: 0;
}
#admin-editor-lp_course .lp-course-curriculum .section.new-section {
  margin-top: 1px;
  border: none;
}
#admin-editor-lp_course .lp-course-curriculum .section.new-section form {
  margin: 0;
}
#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head {
  background-color: #f4fcff;
}
#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head .creatable {
  position: relative;
  top: 1px;
}
#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head .creatable::before {
  content: "\f132";
}
#admin-editor-lp_course .lp-course-curriculum .section.empty-section {
  position: relative;
}
#admin-editor-lp_course .lp-course-curriculum .section.empty-section::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: #fff;
  content: "";
}
#admin-editor-lp_course .lp-course-curriculum .section.empty-section .section-head .movable::before {
  display: inline-block;
  color: #a2a2a2;
  content: "\f463";
  -webkit-animation: rotating4 2s linear infinite;
  -moz-animation: rotating4 2s linear infinite;
  -ms-animation: rotating4 2s linear infinite;
  -o-animation: rotating4 2s linear infinite;
  animation: rotating4 2s linear infinite;
}
#admin-editor-lp_course .lp-course-curriculum .section.empty-section .section-collapse {
  display: none;
}
#admin-editor-lp_course .lp-course-curriculum .section:hover .section-actions .remove {
  display: inline-block;
}
#admin-editor-lp_course .lp-course-curriculum .section input {
  background-color: transparent;
  box-shadow: none;
}
#admin-editor-lp_course .lp-course-curriculum .section input:focus {
  box-shadow: none;
}
#admin-editor-lp_course .lp-course-curriculum .section .section-head {
  display: flex;
  position: relative;
  height: 42px;
  margin: 0;
  padding: 0;
  background-color: #f4fcff;
  line-height: 2.5rem;
  transition: background 500ms ease-out;
  align-items: center;
}
#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable,
#admin-editor-lp_course .lp-course-curriculum .section .section-head .creatable {
  display: inline-block;
  width: 40px;
  margin: 0;
  color: #999;
  font-family: Dashicons;
  font-size: 1.25rem;
  text-align: center;
  vertical-align: middle;
}
#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable {
  margin-left: -1px;
  cursor: url("../../images/openhand.cur") 7 5, default;
}
#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable::before {
  content: "\f333";
}
#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable:hover {
  color: #0085ba;
}
#admin-editor-lp_course .lp-course-curriculum .section .section-head .section-item-counts {
  line-height: 2.5rem;
}
#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions {
  height: 100%;
  color: #444;
}
#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions > * {
  display: inline-block;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse:hover {
  color: #0085ba;
}
#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse::before {
  display: inline-block;
  width: 40px;
  color: #999;
  font-family: Dashicons;
  font-size: 1rem;
  line-height: 2.5rem;
}
#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse.open::before {
  content: "\f343";
}
#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse.close::before {
  content: "\f347";
}
#admin-editor-lp_course .lp-course-curriculum .section .name {
  width: 100%;
  border: none;
  color: #777;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 3.125rem;
}
#admin-editor-lp_course .lp-course-curriculum .section .name:focus {
  color: #444;
}
#admin-editor-lp_course .lp-course-curriculum .section .section-collapse {
  overflow: hidden;
}
#admin-editor-lp_course .lp-course-curriculum .section .section-content {
  padding: 20px;
  border-top: 1px solid #e5e5e5;
}
#admin-editor-lp_course .lp-course-curriculum .section .details {
  margin-bottom: 20px;
}
#admin-editor-lp_course .lp-course-curriculum .section .title-input {
  padding-right: 0;
  border: none;
  font-size: 1.2em;
  line-height: 1.875rem;
  flex: 1;
}
#admin-editor-lp_course .lp-course-curriculum .section .description-input {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  color: #999;
}
#admin-editor-lp_course .lp-course-curriculum .section .description-input:focus {
  color: #444;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items {
  width: 100%;
  border-collapse: collapse;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items ul {
  position: relative;
  min-height: 5px;
  margin: 0;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item {
  display: flex;
  position: relative;
  margin: 0;
  border: 1px solid #eee;
  border-bottom-width: 0;
  background: #fff;
  transition: background 200ms ease-out;
  justify-content: center;
  align-items: center;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.ui-sortable-helper {
  border-bottom: 1px solid #eee;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:nth-child(2n+1) {
  background-color: #f7f7f7;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.updating::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.removing {
  background-color: #ffeded;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .drag {
  height: 20px;
  padding-top: 3px;
  padding-right: 6px;
  cursor: url("../../images/openhand.cur") 7 5, default;
  fill: #999;
  flex: 0 0 18px;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .drag:hover {
  fill: #0085ba;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .title {
  margin-left: 120px;
  margin-right: 2px;
  flex-grow: 1;
  flex-basis: 100%;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .title input {
  color: inherit;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions {
  display: flex;
  position: absolute;
  top: 0;
  left: 2px;
  bottom: 0;
  align-items: center;
  justify-content: center;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions {
  margin: 0;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions > * {
  visibility: hidden;
  margin-left: 10px;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions .edit {
  text-decoration: none;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions .remove {
  color: #a00;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:hover .drag {
  visibility: visible;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:not(.lp_lesson) .item-actions .actions .preview-item {
  display: none;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item {
  display: flex;
  position: relative;
  border-bottom-width: 1px;
  transition: all 200ms ease-out;
  align-items: center;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .drag {
  display: flex;
  width: 30px;
  color: #999;
  font-family: Dashicons;
  font-size: 1rem;
  vertical-align: middle;
  cursor: default;
  align-items: center;
  justify-content: center;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .drag::before {
  content: "\f132";
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .title {
  display: inline-block;
  margin: 0;
  flex: 1;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types {
  display: inline-block;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:hover, #admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:focus {
  background-color: #fff;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:hover .type, #admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:focus .type {
  display: inline-block;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type {
  display: inline-block;
  padding: 8px 5px;
  color: #ccc;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type input {
  display: none;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.current {
  color: #0085ba;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type::before {
  position: relative;
  top: 2px;
  font-family: Dashicons;
  font-size: 1.25rem;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_quiz {
  padding: 8px 0 8px 6px;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_quiz::before {
  content: "\f469";
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_lesson::before {
  content: "\f330";
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.empty-item::before {
  content: "\f463";
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions {
  text-align: left;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action > a {
  width: 30px;
  height: 30px;
  color: #999;
  line-height: 1.875rem;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action > a:hover {
  color: #0073aa;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item > a:hover {
  color: #e74c3c;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul {
  display: none;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  width: 165px;
  margin: 0;
  border: 1px solid #999;
  background: #fdfeff;
  text-align: center;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li {
  margin: 0;
  border-bottom: 1px solid #eee;
  text-align: left;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li a {
  display: block;
  padding: 10px 25px;
  color: #757575;
  font-size: 0.75rem;
  text-decoration: none;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li a.delete-permanently {
  color: #e74c3c;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li:hover {
  background: #eee;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item:hover ul {
  display: block;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:hover .item-actions .actions > * {
  visibility: visible;
  cursor: pointer;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.lp_quiz .icon::before {
  content: "\f469";
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.lp_lesson .icon::before {
  content: "\f330";
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item {
  position: relative;
  color: #a2a2a2;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: #fff;
  content: "";
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item .item-actions {
  display: none;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.empty-item .icon::before {
  color: #a2a2a2;
  content: "\f463";
  -webkit-animation: rotating4 2s linear infinite;
  -moz-animation: rotating4 2s linear infinite;
  -ms-animation: rotating4 2s linear infinite;
  -o-animation: rotating4 2s linear infinite;
  animation: rotating4 2s linear infinite;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon {
  color: #0085ba;
  font-size: 1.25rem;
  text-align: center;
  flex: 0 0 29px;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon::before {
  font-family: Dashicons;
}
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item input {
  width: 100%;
  padding: 8px 0 8px 10px;
  border: none;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 600;
}
#admin-editor-lp_course .lp-course-curriculum .section-actions {
  padding: 0 20px 20px 20px;
}
#admin-editor-lp_course .lp-course-curriculum .section-actions .remove {
  display: none;
  float: left;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 3px;
  color: #e74c3c;
  line-height: 1.875rem;
  cursor: pointer;
}
#admin-editor-lp_course .lp-course-curriculum .section-actions .remove .icon {
  padding: 0 18px;
}
#admin-editor-lp_course .lp-course-curriculum .section-actions .remove .confirm {
  display: none;
  padding: 0 18px;
}
#admin-editor-lp_course .lp-course-curriculum .section-actions .remove.confirm .confirm {
  display: inline-block;
}
#admin-editor-lp_course .lp-course-curriculum .section-actions .remove.confirm .icon {
  display: none;
}
#admin-editor-lp_course .lp-course-curriculum .ui-sortable-placeholder {
  display: block;
  visibility: visible !important;
  border-color: #bdf4fe !important;
  background: #bdf4fe !important;
}

.wp-admin.post-type-lp_course #meta-box-tab-course_payment .learn-press-tip-floating {
  top: 40px;
  right: 100px;
  opacity: 0.8;
  background: #a00;
}
.wp-admin.post-type-lp_course #meta-box-tab-course_payment .learn-press-tip-floating::before {
  top: -7px;
  border: 7px solid transparent;
  border-top-width: 0;
  border-bottom-color: #a00;
}

.section-item-counts {
  margin: 0;
  margin-right: auto;
  font-size: 0.75rem;
  white-space: nowrap;
}
.section-item-counts span {
  color: #999;
}

#course-editor {
  margin-bottom: 10px;
}
#course-editor .inside .rwmb-custom_html-wrapper > .rwmb-label {
  display: none;
}
#course-editor .inside .rwmb-custom_html-wrapper > .rwmb-input {
  margin-right: 0;
}

/**
 * Quiz admin editor.
 */
#quiz-editor .inside .rwmb-custom_html-wrapper > .rwmb-label {
  display: none;
}
#quiz-editor .inside .rwmb-custom_html-wrapper > .rwmb-input {
  margin-right: 0;
}

#quiz-editor .inside {
  margin: 0;
  padding: 0;
}

#admin-editor-lp_quiz {
  margin: 0;
  padding: 0;
  border: none;
}
#admin-editor-lp_quiz form {
  margin: 0;
}
#admin-editor-lp_quiz .lp-box-data-head {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 6px 20px;
  align-items: center;
}
#admin-editor-lp_quiz .lp-box-data-head h3 {
  padding: 0;
}
#admin-editor-lp_quiz .lp-box-data-head .status {
  visibility: hidden;
  position: relative;
  top: 5px;
  margin-right: 10px;
  font-family: Dashicons;
  font-size: 1.25rem;
}
#admin-editor-lp_quiz .lp-box-data-head .status::before {
  content: "\f463";
}
#admin-editor-lp_quiz .lp-box-data-head .status.loading {
  display: inline-block;
  visibility: visible;
  animation: rotation 2s infinite linear;
}
#admin-editor-lp_quiz .lp-box-data-head .collapse-list-questions {
  display: flex;
  width: 40px;
  height: 30px;
  color: #999;
  font-family: Dashicons;
  font-size: 1.875rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
#admin-editor-lp_quiz .lp-box-data-content {
  margin: 20px;
  margin-top: 0;
  border: 1px solid #ddd;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions {
  border-collapse: collapse;
  color: #777;
}
@media (max-width: 1560px) {
  #admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .fill_in_blanks .question-settings {
    flex-direction: column;
  }
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row {
  display: flex;
  flex-direction: row;
  text-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  #admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row.question-settings {
    flex-direction: column;
  }
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > * {
  width: 100%;
  padding: 12px 8px;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .sort {
  position: relative;
  color: #999;
  cursor: url("../../images/openhand.cur") 7 5, default;
  flex: 0 0 15px;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .sort .svg-icon {
  height: 18px;
  margin-top: -2px;
  vertical-align: middle;
  fill: #999;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .sort:hover {
  fill: #0085ba;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .order {
  padding: 12px 0;
  color: #32373c;
  font-size: 1.2em;
  text-align: right;
  flex: 0 0 25px;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .order::after {
  content: ".";
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .type {
  display: inline-flex;
  position: relative;
  width: 125px;
  height: 32px;
  padding: 0;
  border-radius: 2px;
  background-color: #eee;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.22);
  line-height: 2rem;
  cursor: pointer;
  flex: 0 0 auto;
  align-items: center;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .type > a {
  display: inline-flex;
  width: 100%;
  padding: 0 10px;
  color: #666;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .type > a::after {
  margin-right: 5px;
  font-family: Dashicons;
  font-size: 0.875rem;
  line-height: 1.875rem;
  content: "\f347";
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .type ul {
  visibility: hidden;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  height: auto;
  margin: 0;
  margin-top: -1px;
  border: 1px solid #999;
  border-radius: 2px;
  opacity: 1;
  background: #fdfeff;
  pointer-events: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .type ul li {
  margin: 0;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .type ul li a {
  display: block;
  min-width: 110px;
  padding: 10px 20px;
  color: #757575;
  line-height: 1.25rem;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .type ul li a:hover {
  background-color: #eee;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .type ul li.disabled {
  opacity: 0.4;
  background-color: #fff;
  user-select: none;
  pointer-events: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .type:hover ul {
  visibility: visible;
  opacity: 1;
  pointer-events: visible;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .actions {
  width: 300px;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .name {
  padding-right: 5px;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row:hover > .sort {
  visibility: visible;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row .actions .lp-box-data-actions {
  text-align: left !important;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header {
  display: none;
  border-bottom: 1px solid #ddd;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row > * {
  font-weight: bold;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row > .order::after {
  content: "";
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row > .actions {
  padding: 12px 0;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-actions .name input {
  width: 100%;
  padding: 0;
  border: none;
  color: #777;
  background: transparent;
  box-shadow: none;
  font-size: 0.875rem;
  font-weight: normal;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings {
  padding: 0 20px;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings > * {
  padding: 20px 0 20px 20px;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options {
  border: 1px solid #ddd;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .sort {
  width: 12px;
  padding: 8px 6px;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .answer-text {
  width: calc(100% - 100px);
  padding-right: 0;
  color: #444;
  font-weight: 600;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .order {
  width: 10px;
  padding: 0;
  text-align: left;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .answer-correct {
  width: 65px;
  color: #444;
  font-weight: 600;
  text-align: center;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .actions {
  padding: 0;
  text-align: left;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options .actions .lp-toolbar-btn {
  height: 42px;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr {
  border: 1px solid #ddd;
  background: #f4fcff;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:nth-child(2n) {
  background: #fff;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td {
  position: static;
  padding: 0 10px;
  border: none;
  background: inherit;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.sort {
  width: 12px;
  cursor: url("../../images/openhand.cur") 7 5, default;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.answer-text {
  padding-right: 0;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.answer-correct {
  text-align: center;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr .svg-icon {
  height: 18px;
  vertical-align: middle;
  fill: #999;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:hover .svg-icon {
  visibility: visible;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:hover .sort:hover .svg-icon {
  fill: #0085ba;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-placeholder {
  visibility: visible !important;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-placeholder td {
  height: 43px;
  background: #bdf4fe !important;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper {
  border-left: none;
  border-right: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper td {
  border-bottom: 1px solid #ddd;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.ui-sortable-helper td.sort {
  border-right: 0;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option .sort i {
  display: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option .sort::before {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 4px;
  font-family: Dashicons;
  font-size: 1.125rem;
  content: "\f463";
  -webkit-animation: rotating4 2s linear infinite;
  -moz-animation: rotating4 2s linear infinite;
  -ms-animation: rotating4 2s linear infinite;
  -o-animation: rotating4 2s linear infinite;
  animation: rotating4 2s linear infinite;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option td {
  position: relative;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr.empty-option td::after {
  position: absolute;
  top: 0;
  left: 1px;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: #fff;
  content: "";
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody .answer-text input {
  width: 100%;
  padding: 0;
  border: none;
  color: #777;
  background: transparent;
  box-shadow: none;
  font-size: 0.875rem;
  font-weight: normal;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item {
  border-bottom: 1px solid #ddd;
  background: #f4fcff;
  line-height: 1.125rem;
  /*&:nth-child(2n+1) {
                     background: #f4fcff;
                 }*/
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.ui-sortable-helper {
  border-top: 1px solid #f1f1f1;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.ui-sortable-placeholder {
  display: block;
  visibility: visible !important;
  border-color: #bdf4fe !important;
  background: #bdf4fe !important;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question, #admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating {
  position: relative;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort, #admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort {
  visibility: visible;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort .fa, #admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort .fa {
  display: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-actions .sort::after, #admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating .question-actions .sort::after {
  display: inline-block;
  position: absolute;
  right: 5px;
  font-family: Dashicons;
  font-size: 1.25rem;
  content: "\f463";
  -webkit-animation: rotating4 2s linear infinite;
  -moz-animation: rotating4 2s linear infinite;
  -ms-animation: rotating4 2s linear infinite;
  -o-animation: rotating4 2s linear infinite;
  animation: rotating4 2s linear infinite;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question::after, #admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.updating::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: #fff;
  content: "";
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.empty-question .question-settings {
  display: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .cell {
  padding: 10px;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .name input {
  width: 100%;
  padding: 0;
  border: none;
  color: #32373c;
  background: transparent;
  box-shadow: none;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.125rem;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions {
  margin: 0;
  padding: 0;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons {
  display: grid;
  position: static;
  z-index: 10;
  height: 100%;
  text-align: left;
  grid-template-columns: 30px 30px 30px 40px;
  align-items: center;
  justify-content: end;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons > div a {
  visibility: hidden;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn .lp-btn-icon {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 50%;
  width: 28px;
  height: 30px;
  margin-top: -15px;
  margin-right: -15px;
  line-height: 1.875rem;
  text-align: center;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul {
  z-index: 9;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul a {
  padding: 8px 24px;
  line-height: 1.5rem;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul a.remove {
  border-bottom: 1px solid #eee;
  color: #666;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle {
  width: 40px;
  height: 42px;
  padding-left: 0;
  font-family: Dashicons;
  font-size: 1.25rem;
  line-height: 2.625rem;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle.open::after {
  content: "\f343";
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle.close::after {
  content: "\f347";
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions:hover .lp-toolbar-buttons > div a {
  visibility: visible;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings {
  background: #fff;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside {
  margin: 0;
  padding: 0;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-field {
  margin: 0;
  padding: 20px;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-field:nth-child(2n+1) {
  background: #f4fcff;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .lp-quiz-editor__detail-label {
  margin: 0;
  margin-bottom: 10px;
  color: #666;
  font-weight: 600;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox {
  border: 1px solid #ddd;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .hndle {
  font-weight: 600;
  cursor: default;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .toggle {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  line-height: 2.25rem;
  text-align: center;
  cursor: pointer;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .postbox .toggle::after {
  font-family: Dashicons;
  font-size: 1.125rem;
  content: "\f460";
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .quiz-question-options {
  width: 38px;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox {
  min-width: 34px;
  height: 34px;
  line-height: 2.625rem;
  text-align: center;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox .hndle {
  display: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings.closed .postbox .toggle::after {
  content: "\f132";
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item.sorting_choice .quiz-question-data table.lp-list-options .answer-correct {
  display: none !important;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer {
  margin-top: -1px;
  border-top: 1px solid #ddd;
  background: #f4fcff;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row {
  height: auto;
  text-align: right;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .lp-sortable-handle {
  display: flex;
  width: 30px;
  padding: 8px 10px 8px 6px;
  color: #999;
  font-family: Dashicons;
  font-size: 1.25rem;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .lp-sortable-handle::before {
  content: "\f132";
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .order {
  padding: 8px 0;
  line-height: 1.75rem;
  text-align: right;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question {
  padding: 8px 5px 8px 10px;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title {
  display: inline-block;
  position: relative;
  min-width: 500px;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input {
  width: 100%;
  margin: 0;
  padding: 6px 0;
  border: 0;
  background: transparent;
  font-size: 1.2em;
  line-height: 1.125rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input:focus {
  color: #32373c;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title form input::placeholder {
  display: inline-block;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new {
  display: inline;
  position: relative;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types {
  display: none;
  position: absolute;
  z-index: 9999999;
  top: 100%;
  left: -2px;
  width: 200px;
  margin: 6px;
  border: 1px solid #999;
  background-color: #fff;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li {
  margin: 0;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li a {
  display: block;
  padding: 12px 20px;
  outline: none;
  color: #757575;
  box-shadow: none;
  line-height: 1;
  text-decoration: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li a:hover {
  background: #eee;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li.disabled {
  opacity: 0.5;
  background-color: #eee;
  user-select: none;
  pointer-events: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button:hover + .question-types {
  display: block;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button + .question-types:hover {
  display: block;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button[disabled=disabled]:hover + .question-types {
  display: none;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .select-item {
  display: inline;
}
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question button {
  height: 30px;
  box-shadow: 0 1px 0 #ccc !important;
}
#admin-editor-lp_quiz .lp-box-data-content .question-button-actions {
  text-align: right;
}

/**.section-item-counts span
 *  Question admin editor.
 */
#question-editor .inside .rwmb-custom_html-wrapper .rwmb-label {
  display: none;
}
#question-editor .inside .rwmb-custom_html-wrapper .rwmb-input {
  margin-right: 0;
}

#question-editor .inside {
  margin: 0;
  padding: 0;
}

#admin-editor-lp_question {
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
}
#admin-editor-lp_question form {
  margin: 0;
}
#admin-editor-lp_question .lp-box-data-head {
  display: flex;
  flex-direction: row;
  padding: 10px 20px;
  align-items: center;
}
#admin-editor-lp_question .lp-box-data-head .heading {
  margin: 0;
  padding: 0;
  flex: 1;
}
#admin-editor-lp_question .lp-box-data-head .lp-question-editor {
  position: relative;
  margin-right: auto;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types > a {
  display: inline-flex;
  height: 32px;
  padding: 0 16px;
  border: 1px solid #999;
  border-radius: 2px;
  color: #666;
  line-height: 2rem;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types > a::after {
  margin-right: 5px;
  font-family: Dashicons;
  font-size: 0.875rem;
  line-height: 1.875rem;
  content: "\f347";
}
#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  height: auto;
  margin: 0;
  margin-top: -1px;
  border: 1px solid #999;
  border-radius: 2px;
  background: #fdfeff;
}
#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li {
  margin: 0;
}
#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li:hover, #admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.active {
  background: #eee;
}
#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li a {
  display: block;
  min-width: 110px;
  padding: 10px;
  color: #757575;
  font-size: 0.75rem;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
}
#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.disabled {
  opacity: 0.4;
}
#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul li.disabled a {
  color: #999;
  cursor: not-allowed;
  pointer-events: none;
}
#admin-editor-lp_question .lp-box-data-head .lp-question-editor .question-types ul:hover {
  display: block;
}
#admin-editor-lp_question .lp-box-data-head .lp-question-editor:hover .question-types ul {
  display: block;
}
#admin-editor-lp_question .lp-box-data-content {
  padding: 0 20px 20px 20px;
  border: none !important;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers {
  width: 100%;
  border: 1px solid #ddd;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tr td {
  padding: 0 15px;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
  font-weight: 600;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th.answer-text {
  padding-right: 10px;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers .sort,
#admin-editor-lp_question .lp-box-data-content table.list-question-answers .order,
#admin-editor-lp_question .lp-box-data-content table.list-question-answers .actions {
  width: 10px;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers .sort {
  padding: 0 10px;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers .order {
  width: 10px;
  padding: 0;
  text-align: left;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers .answer-correct {
  width: 65px;
  text-align: center;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers .answer-text {
  padding-right: 8px;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers .actions {
  padding-left: 0;
  text-align: left;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr {
  color: #444;
  background: #fff;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr:nth-child(2n) {
  background: #fff;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td {
  background-color: #fff;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort {
  width: 15px;
  padding: 0;
  font-size: 1.125rem;
  text-align: center;
  cursor: url("../../images/openhand.cur") 7 5, default;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort .svg-icon {
  height: 18px;
  margin-top: -2px;
  vertical-align: middle;
  fill: #999;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort:hover .svg-icon {
  fill: #0085ba;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.order {
  font-size: 0.875rem;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.answer-text input {
  width: 100%;
  padding: 0;
  border: none;
  color: #444;
  background: transparent;
  box-shadow: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: box-shadow 0.2s ease;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.lp-toolbar-buttons {
  z-index: auto;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr:hover td.actions .remove-answer {
  visibility: visible;
  height: 42px;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-placeholder {
  visibility: visible !important;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-placeholder td {
  height: 43px;
  background: #bdf4fe !important;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-helper td {
  border-bottom: 1px solid #ddd;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.ui-sortable-helper td.sort {
  border-right: 0;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option .svg-icon {
  display: none;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option td {
  position: relative;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option .sort::before {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 10px;
  font-family: "Dashicons";
  content: "\f463";
  -webkit-animation: rotating4 2s linear infinite;
  -moz-animation: rotating4 2s linear infinite;
  -ms-animation: rotating4 2s linear infinite;
  -o-animation: rotating4 2s linear infinite;
  animation: rotating4 2s linear infinite;
}
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr.new-option td::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: #fff;
  content: "";
}
#admin-editor-lp_question .lp-box-data-content .add-answer {
  margin: 15px 0 0 0;
}
#admin-editor-lp_question.sorting_choice table.list-question-answers .answer-correct {
  display: none !important;
}

.lp-admin-fib-question-editor,
.admin-quiz-fib-question-editor {
  text-align: right;
}
.lp-admin-fib-question-editor .lp-box-data-content,
.admin-quiz-fib-question-editor .lp-box-data-content {
  margin: 0 !important;
  border: none !important;
}
.lp-admin-fib-question-editor .content-editable,
.admin-quiz-fib-question-editor .content-editable {
  min-height: 240px !important;
  padding: 12px 15px;
  border: 2px solid #ddd;
  border-radius: 4px;
}
.lp-admin-fib-question-editor .content-editable .fib-blank,
.admin-quiz-fib-question-editor .content-editable .fib-blank {
  position: relative;
  color: #2196f3;
}
.lp-admin-fib-question-editor .content-editable .fib-blank::before,
.admin-quiz-fib-question-editor .content-editable .fib-blank::before {
  content: "#" attr(data-index) ". ";
}
.lp-admin-fib-question-editor .fib-blanks,
.admin-quiz-fib-question-editor .fib-blanks {
  min-width: 700px;
  border-collapse: collapse;
}
@media (max-width: 1024px) {
  .lp-admin-fib-question-editor .fib-blanks,
  .admin-quiz-fib-question-editor .fib-blanks {
    width: 100%;
    min-width: 100%;
  }
}
.lp-admin-fib-question-editor .fib-blanks tbody,
.admin-quiz-fib-question-editor .fib-blanks tbody {
  border-bottom: 1px solid #bbb;
}
.lp-admin-fib-question-editor .fib-blanks tbody tr,
.admin-quiz-fib-question-editor .fib-blanks tbody tr {
  background: #eee;
}
.lp-admin-fib-question-editor .fib-blanks tbody tr td,
.admin-quiz-fib-question-editor .fib-blanks tbody tr td {
  padding: 5px;
}
.lp-admin-fib-question-editor .fib-blanks tbody tr.blank-options td,
.admin-quiz-fib-question-editor .fib-blanks tbody tr.blank-options td {
  padding: 0;
}
.lp-admin-fib-question-editor .fib-blanks tbody tr.blank-options ul,
.admin-quiz-fib-question-editor .fib-blanks tbody tr.blank-options ul {
  display: none;
  margin: 5px 0;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
  list-style: none;
}
.lp-admin-fib-question-editor .fib-blanks tbody.open .blank-options ul,
.admin-quiz-fib-question-editor .fib-blanks tbody.open .blank-options ul {
  display: block;
}
.lp-admin-fib-question-editor .fib-blanks tbody .blank-position,
.admin-quiz-fib-question-editor .fib-blanks tbody .blank-position {
  font-weight: 600;
  text-align: center;
}
.lp-admin-fib-question-editor .fib-blanks tbody .blank-actions,
.admin-quiz-fib-question-editor .fib-blanks tbody .blank-actions {
  text-align: left;
}
.lp-admin-fib-question-editor .fib-blanks tbody:last-child,
.admin-quiz-fib-question-editor .fib-blanks tbody:last-child {
  border: none;
}

#fill-in-blanks-editor {
  display: flex;
}
#fill-in-blanks-editor .blank-options {
  flex: 0 0 65%;
}
#fill-in-blanks-editor .blanks {
  width: 100%;
  margin: 0;
}
#fill-in-blanks-editor .blanks .blank {
  margin: 0 0 20px 0;
  padding: 20px;
  border: 1px solid #d9e0f1;
  background: #fbfcff;
}
#fill-in-blanks-editor .blanks .blank label {
  font-weight: bold;
}
#fill-in-blanks-editor .blanks .blank .blank-content {
  width: 100%;
  min-height: 74px;
  font-size: 1rem;
}
#fill-in-blanks-editor .blanks .blank .blank-words .word {
  background: #ddd;
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#fill-in-blanks-editor .blanks .blank .blank-words .word.correct {
  background: #00a1e6;
}
#fill-in-blanks-editor .blanks .blank .blank-tip p {
  font-style: italic;
}
#fill-in-blanks-editor .blanks .blank .button-remove {
  color: #f00;
}
#fill-in-blanks-editor .passage-preview {
  margin-right: 20px;
  padding: 15px 20px;
  border: 1px solid #ddd;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  flex: 1;
}
#fill-in-blanks-editor .passage-preview .blank-input {
  /* line-height: 11px; */
  display: inline-block;
  position: relative;
  width: 50px;
  height: 16px;
  margin: -2px 10px;
  padding: 0;
  border: none;
  border-bottom: 1px dashed #ddd;
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
  vertical-align: middle;
}
#fill-in-blanks-editor .blanks-list {
  width: 100%;
}
#fill-in-blanks-editor .blanks-list textarea {
  width: 100%;
  min-height: 300px;
  margin-bottom: 20px;
  outline: none;
  background: #f9f9f9;
  box-shadow: none;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
#fill-in-blanks-editor .blanks-list code {
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#fill-in-blanks-editor .blanks-list code.correct {
  background: #00a1e6;
}

/**
 * Modal choose items.
 */
#lp-modal-choose-items {
  display: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#lp-modal-choose-items.show {
  display: block;
  z-index: 99999999;
  opacity: 1;
}
#lp-modal-choose-items.loading .lp-choose-items ul.list-items::before {
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../../images/spinner.gif") no-repeat center center;
  background-color: #fff;
  content: "";
}
#lp-modal-choose-items .lp-choose-items {
  position: relative;
  max-width: 800px;
  margin: 5% 20% 10% auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 200ms ease-out;
}
#lp-modal-choose-items .lp-choose-items.show-preview .header .preview-title {
  display: flex;
  align-items: center;
}
#lp-modal-choose-items .lp-choose-items .header {
  position: relative;
}
#lp-modal-choose-items .lp-choose-items .header .preview-title {
  display: none;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-right: 20px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  font-weight: 600;
}
#lp-modal-choose-items .lp-choose-items .header .preview-title h3 {
  margin: 0;
}
#lp-modal-choose-items .lp-choose-items .header .tabs {
  margin: 0;
  border-bottom: 1px solid #ddd;
}
#lp-modal-choose-items .lp-choose-items .header .tabs .tab {
  display: inline-block;
  position: relative;
  margin: 0;
}
#lp-modal-choose-items .lp-choose-items .header .tabs .tab:not(:last-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  height: 44px;
  margin-top: -22px;
  border-left: 1px solid #ddd;
  content: "";
}
#lp-modal-choose-items .lp-choose-items .header .tabs .tab.active::after {
  display: inline-block;
  position: absolute;
  bottom: -6px;
  right: 50%;
  width: 10px;
  height: 10px;
  margin-right: -6px;
  border: 1px solid #ddd;
  border-left: 0;
  border-bottom: 0;
  background: #fff;
  content: "";
  transform: rotate(-45deg);
}
#lp-modal-choose-items .lp-choose-items .header .tabs .tab.active a {
  color: #0073aa;
}
#lp-modal-choose-items .lp-choose-items .header .tabs .tab a {
  display: inline-block;
  height: 44px;
  padding: 0 20px;
  color: #333;
  font-weight: 600;
  line-height: 2.75rem;
  text-decoration: none;
}
#lp-modal-choose-items .lp-choose-items .header .tabs .tab a:focus {
  box-shadow: none;
}
#lp-modal-choose-items .lp-choose-items .header .close {
  display: inline-block;
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  padding: 12px;
  font-size: 1em;
  cursor: pointer;
}
#lp-modal-choose-items .lp-choose-items .main {
  overflow: hidden;
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}
#lp-modal-choose-items .lp-choose-items .main .section-item {
  display: block;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: color 200ms ease-out;
}
#lp-modal-choose-items .lp-choose-items .main .section-item::before {
  position: relative;
  top: 3px;
  font-family: Dashicons;
}
#lp-modal-choose-items .lp-choose-items .main .search {
  margin-bottom: 20px;
  background: transparent;
}
#lp-modal-choose-items .lp-choose-items .main .search input.modal-search-input {
  width: 100%;
  height: 36px;
  padding: 0 14px;
  font-size: 1rem;
  line-height: 2.25rem;
}
#lp-modal-choose-items .lp-choose-items .main .list-items {
  overflow-y: auto;
  position: relative;
  min-height: 260px;
  max-height: 460px;
  margin: 0;
}
#lp-modal-choose-items .lp-choose-items .main .list-items li {
  margin: 15px 0;
  cursor: pointer;
}
#lp-modal-choose-items .lp-choose-items .main .pagination .index {
  margin-right: 20px;
  line-height: 1.75rem;
}
#lp-modal-choose-items .lp-choose-items .lp-added-items-preview {
  overflow: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 420px;
  padding: 20px;
  background-color: #fff;
  transform: translate(-100%, 0);
}
#lp-modal-choose-items .lp-choose-items .lp-added-items-preview.show {
  transform: translate(0, 0);
}
#lp-modal-choose-items .lp-choose-items .lp-added-items-preview .list-added-items li {
  margin: 15px 0;
}
#lp-modal-choose-items .lp-choose-items .lp-added-items-preview .list-added-items li:first-child {
  margin: -10px 0 15px 0;
}
#lp-modal-choose-items .lp-choose-items .footer {
  padding: 20px;
}

body.lp-item-moving {
  cursor: url("../../images/closedhand.cur") 7 5, default !important;
}

@media screen and (max-width: 900px) {
  #admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .question-settings.table-row {
    display: block;
    width: auto;
    text-align: right;
  }
  #admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .question-settings.table-row > * {
    width: auto;
  }
}
#learn-press-reset-course-users,
#learn-press-reset-user-courses,
#learn-press-reset-user-item {
  max-width: 100%;
}
#learn-press-reset-course-users table,
#learn-press-reset-user-courses table,
#learn-press-reset-user-item table {
  width: 100%;
  border-collapse: collapse;
}
#learn-press-reset-course-users .courses-list,
#learn-press-reset-user-courses .courses-list,
#learn-press-reset-user-item .courses-list {
  margin: 0;
}
#learn-press-reset-course-users input[type=text],
#learn-press-reset-user-courses input[type=text],
#learn-press-reset-user-item input[type=text] {
  min-width: 300px;
  height: 28px;
  margin-right: 0;
}
#learn-press-reset-course-users .action-reset.dashicons-trash,
#learn-press-reset-user-courses .action-reset.dashicons-trash,
#learn-press-reset-user-item .action-reset.dashicons-trash {
  color: #FF0000;
}
#learn-press-reset-course-users .action-reset.dashicons-update,
#learn-press-reset-user-courses .action-reset.dashicons-update,
#learn-press-reset-user-item .action-reset.dashicons-update {
  -webkit-animation: rotating4 2s linear infinite;
  -moz-animation: rotating4 2s linear infinite;
  -ms-animation: rotating4 2s linear infinite;
  -o-animation: rotating4 2s linear infinite;
  animation: rotating4 2s linear infinite;
}

.learn-press-tip {
  display: none;
  margin: 0 5px;
  color: #444;
  font-size: 0.8em;
  font-style: normal;
  line-height: 1;
  vertical-align: baseline;
  cursor: pointer;
}
.learn-press-tip.ready {
  display: inline-block;
}
.learn-press-tip::before {
  font-family: "lp-icon";
  content: "\f059";
}
.learn-press-tip:hover {
  opacity: 0.8;
}

.learn-press-tip-floating {
  position: absolute;
  z-index: 9999999;
  min-width: 20px;
  margin-right: -1px;
  padding: 0.618em 1em;
  color: #fff;
  background: #383838;
  font-size: 0.8em;
  line-height: 1.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.learn-press-tip-floating > * {
  font-size: 0.8em;
}
.learn-press-tip-floating .close {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  color: #fff;
  background: #468fbc;
  line-height: 1rem;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.learn-press-tip-floating .close::before {
  font-family: "lp-icon";
  content: "\f00d";
}
.learn-press-tip-floating p {
  margin: 0;
}
.learn-press-tip-floating::before {
  position: absolute;
  bottom: -6px;
  right: 50%;
  width: 0;
  height: 0;
  margin-right: -6px;
  border: 6px solid transparent;
  border-top-color: #383838;
  border-bottom-width: 0;
  content: "";
}

.lp-group-step {
  border-bottom: 1px solid #eee;
}
.lp-group-step h3 {
  padding: 0 2em;
}
.lp-group-step label {
  margin-bottom: 5px;
  font-size: 0.8em;
  font-weight: 500;
  font-style: italic;
}
.lp-group-step .lp-item-step {
  display: flex;
  position: relative;
  min-height: 35px;
  margin: 0;
  padding: 1em 0 1em 1em;
  border-top: 1px solid #eee;
  align-items: center;
  cursor: pointer;
}
.lp-group-step .lp-item-step:hover {
  background: #eee;
}
.lp-group-step .lp-item-step.running .lp-item-step-left::before {
  opacity: 1;
}
.lp-group-step .lp-item-step.running .lp-item-step-left input {
  opacity: 0;
}
.lp-group-step .lp-item-step.running::before {
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background: #0073aa;
  content: "";
  opacity: 0.1;
  transition: 0.8s linear;
}
.lp-group-step .lp-item-step.running .progress-bar {
  opacity: 0.1;
}
.lp-group-step .lp-item-step.completed .lp-item-step-left::after {
  opacity: 1;
}
.lp-group-step .lp-item-step.completed .lp-item-step-left input {
  opacity: 0;
}
.lp-group-step .lp-item-step.completed .progress-bar {
  width: 100%;
  opacity: 0.1;
}
.lp-group-step .lp-item-step.error .lp-item-step-left::after {
  opacity: 1;
  color: #dd3333;
  content: "\f335";
}
.lp-group-step .lp-item-step .progress-bar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  background: rgba(124, 96, 217, 0.7490196078);
  transition: 0.8s linear;
}
.lp-group-step .lp-item-step-left {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 2em;
}
.lp-group-step .lp-item-step-left::before {
  display: block;
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid #3498db;
  border-radius: 50%;
  opacity: 0;
  content: "";
  -webkit-animation: lp-rotating 0.8s linear infinite;
  animation: lp-rotating 0.8s linear infinite;
}
.lp-group-step .lp-item-step-left::after {
  position: absolute;
  z-index: 1;
  right: 23px;
  opacity: 0;
  color: #4caf50;
  font-family: Dashicons;
  font-size: 1.5em;
  content: "\f147";
}

.lp-group-steps-done {
  display: none;
}

@keyframes lp-rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes lp-rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.lp-loading-change {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.38);
  top: 0;
}

.lp-load-ajax-element {
  position: relative;
}

@media screen and (max-width: 782px) {
  .learn-press-dropdown-pages .select2-container {
    vertical-align: top;
  }
  .learn-press-dropdown-pages .select2-container .select2-selection--single {
    height: 31px;
  }
  .learn-press-dropdown-pages .select2-selection__rendered {
    line-height: 31px !important;
  }
  #learn-press-advertisement {
    margin: 0 12px;
    padding-bottom: 0;
  }
  #learn-press-advertisement .slider-controls {
    bottom: 40px;
  }
}
.lp-skeleton-animation {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lp-skeleton-animation > li {
  width: 100%;
  height: 16px;
  margin-top: 15px;
  border-radius: 2px;
  background: linear-gradient(-90deg, hsla(0, 0%, 74.5%, 0.2) 25%, hsla(0, 0%, 50.6%, 0.24) 37%, hsla(0, 0%, 74.5%, 0.2) 63%);
  background-size: 400% 100%;
  list-style: none;
  animation: lp-skeleton-loading 1.4s ease infinite;
}

@keyframes lp-skeleton-loading {
  0% {
    background-position: 0% 50%;
  }
  to {
    background-position: 100% 50%;
  }
}
.lp-admin-statistics-tab-content {
  box-sizing: border-box;
  max-width: 100%;
}
.lp-admin-statistics-tab-content .btn-group {
  display: flex;
  margin: 20px 0;
  gap: 10px;
  flex-direction: row;
  flex-wrap: wrap;
}
.lp-admin-statistics-tab-content .btn-group button.btn-filter-time {
  border: 1px solid #284BCA;
  color: #000;
  padding: 10px 24px;
  cursor: pointer;
  background: #fff;
}
.lp-admin-statistics-tab-content .btn-group .btn-filter-time.active {
  background: #284BCA;
  color: #fff;
  border: 1px solid #284BCA;
}
.lp-admin-statistics-tab-content .custom-filter-time {
  display: none;
}
.lp-admin-statistics-tab-content .statistics-content {
  background: white;
  border: 1px solid #D9D9D9;
  padding: 22px;
}
.lp-admin-statistics-tab-content .statistics-content .statistics-group {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.lp-admin-statistics-tab-content .statistics-content .statistics-group .statistics-item {
  border: 1px solid #000;
  color: #000;
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 150px;
}
.lp-admin-statistics-tab-content .statistics-content .statistics-group .statistics-item .statistics-item-title {
  font-size: 16px;
  line-height: 1.2;
}
.lp-admin-statistics-tab-content .statistics-content .statistics-group .statistics-item .statistics-item-count {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.lp-admin-statistics-tab-content .statistics-content .statistics-title {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.lp-admin-statistics-tab-content .statistics-content .statistics-chart-wrapper {
  padding: 10px 30px;
}
.lp-admin-statistics-tab-content .statistics-content .sold-course-analytics {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
  margin-top: 20px;
}
.lp-admin-statistics-tab-content .statistics-content .sold-course-analytics .col-50 {
  flex: 1;
}
.lp-admin-statistics-tab-content .statistics-content .sold-course-analytics .col-50:first-child {
  border-left: 1px solid #D9D9D9;
}
.lp-admin-statistics-tab-content .statistics-content .sold-course-analytics li {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.lp-admin-statistics-tab-content .statistics-content .top-course-analytics-title {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

table.lp-material--table {
  border-collapse: collapse;
  width: 100%;
}
table.lp-material--table td, table.lp-material--table th {
  border: 1px solid #dddddd;
  text-align: right;
  padding: 8px;
}
table.lp-material--table thead.hidden {
  display: none;
}
table.lp-material--table td.sort {
  cursor: move;
}
table.lp-material--table tr:nth-child(even) {
  background-color: rgba(221, 221, 221, 0.2509803922);
}

.lp-material--field-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-block: 5px;
}

.lp-material--field-wrap label {
  min-width: 70px;
}

.lp-material--group {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: -2px 2px rgba(180, 180, 180, 0.2);
}

.lp-material-btn-wrap {
  margin-bottom: 10px;
}

.lp-material-btn-wrap.loading::before:before, #btn-lp--save-material.loading:before {
  display: inline-block;
  font-family: "lp-icon";
  content: "\f110";
  animation: lp-rotating 1s linear infinite;
  margin-left: 5px;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-top: -2px;
}

.button.lp-material--delete {
  color: white;
  border-color: red;
  background: red;
  vertical-align: top;
}

.lp-material--field-wrap.field-action-wrap {
  display: flex;
  justify-content: space-between;
}

.lp-meta-box .lp-material--field-wrap input {
  width: 100%;
}

#available-to-upload {
  font-weight: bold;
}

@font-face {
  font-family: "lp-icon";
  src: url("../../src/css/vendor/fonts/lp-icon/lp-icon.ttf?v3eoq3") format("truetype"), url("../../src/css/vendor/fonts/lp-icon//lp-icon.woff?v3eoq4") format("woff"), url("../../src/css/vendor/fonts/lp-icon//lp-icon.svg?v3eoq4#lp-icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  font-size: 1em;
}
.button.disabled {
  pointer-events: none;
}

.learnpress .postbox .rwmb-meta-box {
  margin-top: 10px;
}
.learnpress #field-_lp_requirements .rwmb-text-list-clone,
.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone,
.learnpress #field-_lp_target_audiences .rwmb-text-list-clone,
.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone,
.learnpress #field-_lp_key_features .rwmb-text-list-clone,
.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone,
.learnpress #field-_lp_faqs .rwmb-text-list-clone,
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone {
  clear: none;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list-label,
.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list-label,
.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list-label,
.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list-label,
.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list-label,
.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list-label,
.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list-label,
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-label {
  display: none;
}
.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list,
.learnpress #field-_lp_requirements .rwmb-text-list-clone .rwmb-text-list-advanced,
.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list,
.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,
.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list,
.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .rwmb-text-list-advanced,
.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list,
.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,
.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list,
.learnpress #field-_lp_key_features .rwmb-text-list-clone .rwmb-text-list-advanced,
.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list,
.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list-advanced,
.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list,
.learnpress #field-_lp_faqs .rwmb-text-list-clone .rwmb-text-list-advanced,
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list,
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-advanced {
  width: calc(100% - 65px);
  padding: 7px 10px;
  border: none;
  color: #777;
  background: transparent;
  box-shadow: none;
  line-height: 1;
}
.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone,
.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone,
.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone,
.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone,
.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone,
.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone,
.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone,
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone {
  top: 50%;
  left: 41px;
  margin-top: -10px;
  border-radius: unset;
  color: #999;
  background: transparent;
  -webkit-transition: left 0.25s;
  -moz-transition: left 0.25s;
  -ms-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s;
}
.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone i,
.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone i,
.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone i,
.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone i,
.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone i,
.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone i,
.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone i,
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone i {
  font-size: 1.25rem;
}
.learnpress #field-_lp_requirements .rwmb-text-list-clone .remove-clone:hover,
.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .remove-clone:hover,
.learnpress #field-_lp_target_audiences .rwmb-text-list-clone .remove-clone:hover,
.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .remove-clone:hover,
.learnpress #field-_lp_key_features .rwmb-text-list-clone .remove-clone:hover,
.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .remove-clone:hover,
.learnpress #field-_lp_faqs .rwmb-text-list-clone .remove-clone:hover,
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone:hover {
  color: #e74c3c;
}
.learnpress #field-_lp_requirements .rwmb-text-list-clone::after,
.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone::after,
.learnpress #field-_lp_target_audiences .rwmb-text-list-clone::after,
.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone::after,
.learnpress #field-_lp_key_features .rwmb-text-list-clone::after,
.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone::after,
.learnpress #field-_lp_faqs .rwmb-text-list-clone::after,
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin: 8px 0 0 0;
  margin-top: -9px;
  color: #999;
  font-family: Dashicons;
  font-size: 1.25rem;
  content: "\f333";
}
.learnpress #field-_lp_requirements .rwmb-text-list-clone:focus-within,
.learnpress #field-_lp_target_audiences .rwmb-text-list-clone:focus-within,
.learnpress #field-_lp_key_features .rwmb-text-list-clone:focus-within,
.learnpress #field-_lp_faqs .rwmb-text-list-clone:focus-within {
  border-color: #0085ba;
}
.learnpress #field-_lp_requirements .rwmb-text-list-advanced-clone .rwmb-text-list:focus,
.learnpress #field-_lp_target_audiences .rwmb-text-list-advanced-clone .rwmb-text-list:focus,
.learnpress #field-_lp_key_features .rwmb-text-list-advanced-clone .rwmb-text-list:focus,
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list:focus {
  border-color: #0085ba;
}
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone {
  position: relative;
  padding: 0 0 16px 0;
}
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list-label {
  display: block;
  padding: 10px 12px 0 10px;
}
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .rwmb-text-list {
  width: calc(100% - 25px);
  margin: 0 13px 0 13px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone .remove-clone {
  top: 20px;
  left: 36px;
  margin-top: -10px;
  color: #999;
  -webkit-transition: left 0.25s;
  -moz-transition: left 0.25s;
  -ms-transition: left 0.25s;
  -o-transition: left 0.25s;
  transition: left 0.25s;
}
.learnpress #field-_lp_faqs .rwmb-text-list-advanced-clone::after {
  top: 20px;
}

.lp-notice, .learn-press-notice {
  position: relative;
  padding: 12px;
  margin: 0;
  /*&.lp-upgrade-notice {
  	position: relative;
  	border-left-color: #02b7fb;
  	background: #bceffe;

  	.close-notice {
  		position: absolute;
  		top: 5px;
  		right: 10px;
  	}
  }*/
}
.lp-notice h4, .learn-press-notice h4 {
  margin: 10px 0 15px;
}
.lp-notice p, .learn-press-notice p {
  margin: 0 0 5px 0;
  padding: 0 2px;
}
.lp-notice .lp-message-dismiss, .learn-press-notice .lp-message-dismiss {
  position: absolute;
  top: 12px;
  left: 12px;
}
.lp-notice .notice-dismiss, .learn-press-notice .notice-dismiss {
  position: absolute;
  top: 0;
  left: 1px;
  margin: 0;
  padding: 9px;
  border: none;
  outline: none;
  color: #72777c;
  background: 100% 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.lp-notice .notice-dismiss::before, .learn-press-notice .notice-dismiss::before {
  display: block;
  width: 20px;
  height: 20px;
  color: #72777c;
  background: 100% 0;
  font: normal 16px/20px dashicons;
  text-align: center;
  content: "\f153";
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.learn-press-dropdown-pages {
  display: inline-block;
}
.learn-press-dropdown-pages .list-pages-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lp-notice-update-database {
  border: 1px solid rebeccapurple;
  border-right-color: #f00;
  border-radius: 3px;
  color: white;
  background: rebeccapurple;
}
.lp-notice-update-database.do-updating::before {
  display: inline-block;
  float: right;
  margin: 9px -5px 0 5px;
  color: #2773aa;
  font-family: dashicons;
  font-size: 1.25rem;
  content: "\f463";
  -webkit-animation: rotating4 2s linear infinite;
  -moz-animation: rotating4 2s linear infinite;
  -ms-animation: rotating4 2s linear infinite;
  -o-animation: rotating4 2s linear infinite;
  animation: rotating4 2s linear infinite;
}

#adminmenu .update-plugins.lp-plugins-count {
  padding: 0 5px;
}

.search-box input[name=post-search-author],
.search-box .select2-container {
  min-width: 200px;
  margin: 0;
  vertical-align: top;
}

.learn-press-notice-assigned-item {
  color: #f00;
}

.learnpress .actions {
  margin: 0;
}

#learn-press-syncs li {
  position: relative;
}
#learn-press-syncs li.syncing, #learn-press-syncs li.synced {
  padding-right: 24px;
}
#learn-press-syncs li.syncing input[type=checkbox], #learn-press-syncs li.synced input[type=checkbox] {
  display: none;
}
#learn-press-syncs li.syncing::after {
  content: "\f463";
  -webkit-animation: rotating4 2s linear infinite;
  -moz-animation: rotating4 2s linear infinite;
  -ms-animation: rotating4 2s linear infinite;
  -o-animation: rotating4 2s linear infinite;
  animation: rotating4 2s linear infinite;
}
#learn-press-syncs li.synced::after {
  color: #2773aa;
  content: "\f147";
}
#learn-press-syncs li::after {
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
  width: 24px;
  height: 24px;
  font-family: dashicons;
  font-size: 1.1875rem;
  line-height: 1.5rem;
  text-align: center;
}

#learn-press-updater .updater-progress {
  position: relative;
  margin: 0 2px;
}
#learn-press-updater .updater-progress ul {
  display: flex;
  position: relative;
  height: 5px;
  background: #eee;
}
#learn-press-updater .updater-progress ul li {
  position: relative;
  margin: 0;
  flex: 1;
}
#learn-press-updater .updater-progress ul li::after {
  display: none;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff;
  background: #ddd;
  font-size: 0.75rem;
  content: attr(data-version);
}
#learn-press-updater .updater-progress ul li::before {
  content: "";
}
#learn-press-updater .updater-progress ul li:last-child::after {
  _display: block;
}
#learn-press-updater .updater-progress ul::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 20px;
}
#learn-press-updater .updater-progress .updater-progress-status {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 5px;
  background: #5bc4f9;
  -webkit-transition: width 0.25s;
  -moz-transition: width 0.25s;
  -ms-transition: width 0.25s;
  -o-transition: width 0.25s;
  transition: width 0.25s;
}
#learn-press-updater .updater-progress .updater-progress-status::before {
  position: absolute;
  top: -20px;
  left: 0;
  padding: 0 5px;
  border-radius: 3px;
  color: #fff;
  background: #5bc4f9;
  font-size: 0.75rem;
  _content: attr(data-value) "%";
}
#learn-press-updater .updater-progress .updater-progress-status .updater-progress-animation {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: #5bc4f9;
}
#learn-press-updater .updater-progress .updater-progress-status .updater-progress-animation:not(.completed)::after {
  position: absolute;
  height: 5px;
  background: #8dd9ff;
  content: "";
  -webkit-animation: animation4 1.5s ease-out infinite;
  -moz-animation: animation4 1.5s ease-out infinite;
  -ms-animation: animation4 1.5s ease-out infinite;
  -o-animation: animation4 1.5s ease-out infinite;
  animation: animation4 1.5s ease-out infinite;
}
#learn-press-updater .updating-message {
  color: #a24666;
}
#learn-press-updater .completed-message {
  color: #3c8eb7;
}

#learn-press-updater {
  display: none;
}

.select2 .select2-search.select2-search--inline {
  margin-bottom: 0;
}
.select2 .select2-selection .select2-selection__choice {
  margin-top: 4px;
  margin-bottom: 0;
}
.select2 .select2-selection.select2-selection--multiple {
  min-height: 30px;
}

.list-pages-wrapper .select2-container--default .select2-selection--single .select2-selection__clear {
  margin: 0;
}

.edit-post-layout__metaboxes .rwmb-label > label {
  color: #666;
  font-size: small;
  font-weight: bold;
}

body.post-type-lp_question #button-new-question {
  display: inline-block;
  position: relative;
}
body.post-type-lp_question #button-new-question div {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  right: 0;
  min-width: 100px;
  margin: 0 -1px 0 0;
  border: 1px solid #999;
  background: white;
  font-weight: 400;
}
body.post-type-lp_question #button-new-question div a {
  display: block;
  min-width: 100px;
  margin: 0;
  padding: 10px 20px;
  color: #666;
  white-space: nowrap;
  text-decoration: none;
}
body.post-type-lp_question #button-new-question div a:hover {
  background: #eee;
}
body.post-type-lp_question #button-new-question > a {
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}
body.post-type-lp_question #button-new-question > a::after {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  border: 5px solid transparent;
  border-top-color: #0f7aae;
  content: "";
}
body.post-type-lp_question #button-new-question:hover div {
  display: block;
}

.lp-label {
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
  font-size: 0.75rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.lp-label.success {
  background: #4caf50;
}
.lp-label.error {
  background: #f00;
}
.lp-label.warning {
  background: #ffc107;
}
.lp-label .far,
.lp-label .fas,
.lp-label .fa {
  display: inline-block;
  margin-left: 5px;
}

.lp-admin-profile-courses .column-results {
  width: 200px;
}
.lp-admin-profile-courses .course-results-progress .lp-progress-row {
  margin: 0 0 20px 0;
}
.lp-admin-profile-courses .course-results-progress .lp-course-progress-heading {
  margin: 0 0 5px 0;
  line-height: 1;
}
.lp-admin-profile-courses .learn-press-progress {
  overflow: hidden;
  position: relative;
  width: 150px;
  height: 6px;
  border-radius: 3px;
}
.lp-admin-profile-courses .learn-press-progress .learn-press-progress__active {
  position: absolute;
  z-index: 1;
  right: -100%;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: var(--lp-primary-color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.lp-admin-profile-courses .learn-press-progress::before {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ccc;
  content: "";
}

.lp-notify-action-wrapper {
  position: fixed;
  bottom: 5%;
  z-index: 10000;
  right: 50%;
  padding: 10px;
  transition: all 0.5s;
  transform: translateY(500%);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.lp-notify-action-wrapper.show {
  display: flex;
  transform: translateY(0);
}
.lp-notify-action-wrapper .lp-notify-action {
  box-shadow: 0 4px 25px 1px rgba(0, 0, 0, 0.25);
  background: #202937;
  padding: 0 20px;
  border-radius: 3px;
  min-width: 200px;
  transition: all 0.8s;
}
.lp-notify-action-wrapper .lp-notify-action.clone {
  display: none;
}
.lp-notify-action-wrapper .lp-notify-action__success {
  display: none;
  color: #01a401;
}
.lp-notify-action-wrapper .lp-notify-action__success.show {
  display: block;
}
.lp-notify-action-wrapper .lp-notify-action__error {
  display: none;
  color: #f44336;
  font-weight: bold;
}
.lp-notify-action-wrapper .lp-notify-action__error.show {
  display: block;
}
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!