HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/epamokos.kaunokolegija.lt/wp-content/plugins/lifterlms/assets/css/admin.css
@charset "UTF-8";
#poststuff .llms-metabox:before, #poststuff .llms-metabox:after,
.llms-form-fields:before,
.llms-metabox .llms-access-plans:before,
.llms-collapsible .llms-collapsible-body:before,
.llms-collapsible .llms-collapsible-header:before,
.llms-collapsible:before,
.llms-form-fields:after,
.llms-metabox .llms-access-plans:after,
.llms-collapsible .llms-collapsible-body:after,
.llms-collapsible .llms-collapsible-header:after,
.llms-collapsible:after {
  content: " ";
  display: table;
}
#poststuff .llms-metabox:after,
.llms-form-fields:after,
.llms-metabox .llms-access-plans:after,
.llms-collapsible .llms-collapsible-body:after,
.llms-collapsible .llms-collapsible-header:after,
.llms-collapsible:after {
  clear: both;
}

.llms-button-action,
.llms-button-danger,
.llms-button-primary,
.llms-button-secondary {
  border: none;
  border-radius: 8px;
  color: #fefefe;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  padding: 12px 24px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.llms-button-action:disabled,
.llms-button-danger:disabled,
.llms-button-primary:disabled,
.llms-button-secondary:disabled {
  opacity: 0.5;
}
.llms-button-action:hover, .llms-button-action:active,
.llms-button-danger:hover,
.llms-button-danger:active,
.llms-button-primary:hover,
.llms-button-primary:active,
.llms-button-secondary:hover,
.llms-button-secondary:active {
  color: #fefefe;
}
.llms-button-action:focus,
.llms-button-danger:focus,
.llms-button-primary:focus,
.llms-button-secondary:focus {
  color: #fefefe;
}
.llms-button-action.auto,
.llms-button-danger.auto,
.llms-button-primary.auto,
.llms-button-secondary.auto {
  width: auto;
}
.llms-button-action.full,
.llms-button-danger.full,
.llms-button-primary.full,
.llms-button-secondary.full {
  display: block;
  text-align: center;
  width: 100%;
}
.llms-button-action.square,
.llms-button-danger.square,
.llms-button-primary.square,
.llms-button-secondary.square {
  padding: 12px;
}
.llms-button-action.small,
.llms-button-danger.small,
.llms-button-primary.small,
.llms-button-secondary.small {
  font-size: 13px;
  padding: 8px 14px;
}
.llms-button-action.small.square,
.llms-button-danger.small.square,
.llms-button-primary.small.square,
.llms-button-secondary.small.square {
  padding: 8px;
}
.llms-button-action.large,
.llms-button-danger.large,
.llms-button-primary.large,
.llms-button-secondary.large {
  font-size: 18px;
  line-height: 1.2;
  padding: 16px 32px;
}
.llms-button-action.large.square,
.llms-button-danger.large.square,
.llms-button-primary.large.square,
.llms-button-secondary.large.square {
  padding: 16px;
}
.llms-button-action.large .fa,
.llms-button-danger.large .fa,
.llms-button-primary.large .fa,
.llms-button-secondary.large .fa {
  left: -7px;
  position: relative;
}

/* Fix for cases where link color overrides the button color */
a.llms-button-action,
a.llms-button-danger,
a.llms-button-primary {
  color: #fefefe;
}

.llms-button-primary {
  background: #466dd8;
}
.llms-button-primary:hover, .llms-button-primary.clicked {
  background: #2b55cb;
}
.llms-button-primary:focus, .llms-button-primary:active {
  background: #6888df;
}

.llms-button-secondary {
  background: #e1e1e1;
  color: #444;
}
.llms-button-secondary:hover {
  color: #414141;
  background: #cdcdcd;
}
.llms-button-secondary:focus, .llms-button-secondary:active {
  color: #414141;
  background: #ebebeb;
}

/* Fix for cases where link color overrides the button color */
a.llms-button-secondary {
  color: #444;
}

.llms-button-action {
  background: #c05621;
}
.llms-button-action:hover, .llms-button-action.clicked {
  background: #f67d28;
}
.llms-button-action:focus, .llms-button-action:active {
  background: #faad76;
}

.llms-button-danger {
  background: #bb231c;
}
.llms-button-danger:hover {
  background: #981c17;
}
.llms-button-danger:focus, .llms-button-danger:active {
  background: #cd261f;
}

.llms-button-outline {
  background: transparent;
  border: 3px solid #1D2327;
  border-radius: 8px;
  color: #1D2327;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  padding: 12px 24px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.llms-button-outline:disabled {
  opacity: 0.5;
}
.llms-button-outline:hover, .llms-button-outline:active {
  color: #1D2327;
}
.llms-button-outline:focus {
  color: #1D2327;
}
.llms-button-outline.auto {
  width: auto;
}
.llms-button-outline.full {
  display: block;
  text-align: center;
  width: 100%;
}
.llms-button-outline.square {
  padding: 12px;
}

.llms-button-plain {
  background: transparent;
  border: none;
  border-radius: 3px;
  color: #1D2327;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  padding: 1px 3px;
  position: relative;
}
.llms-button-plain:hover, .llms-button-plain:active {
  color: #1D2327;
}
.llms-button-plain:focus {
  color: #1D2327;
}

.llms-course-continue-button {
  display: inline-block;
}

.lifterlms [data-tip],
.lifterlms [data-title-default],
.lifterlms [data-title-active],
.llms-metabox [data-tip],
.llms-metabox [data-title-default],
.llms-metabox [data-title-active],
.llms-mb-container [data-tip],
.llms-mb-container [data-title-default],
.llms-mb-container [data-title-active],
.llms-quiz-wrapper [data-tip],
.llms-quiz-wrapper [data-title-default],
.llms-quiz-wrapper [data-title-active] {
  position: relative;
}
.lifterlms [data-tip].tip--top-right:before,
.lifterlms [data-title-default].tip--top-right:before,
.lifterlms [data-title-active].tip--top-right:before,
.llms-metabox [data-tip].tip--top-right:before,
.llms-metabox [data-title-default].tip--top-right:before,
.llms-metabox [data-title-active].tip--top-right:before,
.llms-mb-container [data-tip].tip--top-right:before,
.llms-mb-container [data-title-default].tip--top-right:before,
.llms-mb-container [data-title-active].tip--top-right:before,
.llms-quiz-wrapper [data-tip].tip--top-right:before,
.llms-quiz-wrapper [data-title-default].tip--top-right:before,
.llms-quiz-wrapper [data-title-active].tip--top-right:before {
  bottom: 100%;
  left: -10px;
}
.lifterlms [data-tip].tip--top-right:hover:before,
.lifterlms [data-title-default].tip--top-right:hover:before,
.lifterlms [data-title-active].tip--top-right:hover:before,
.llms-metabox [data-tip].tip--top-right:hover:before,
.llms-metabox [data-title-default].tip--top-right:hover:before,
.llms-metabox [data-title-active].tip--top-right:hover:before,
.llms-mb-container [data-tip].tip--top-right:hover:before,
.llms-mb-container [data-title-default].tip--top-right:hover:before,
.llms-mb-container [data-title-active].tip--top-right:hover:before,
.llms-quiz-wrapper [data-tip].tip--top-right:hover:before,
.llms-quiz-wrapper [data-title-default].tip--top-right:hover:before,
.llms-quiz-wrapper [data-title-active].tip--top-right:hover:before {
  bottom: calc(100% + 6px);
}
.lifterlms [data-tip].tip--top-right:after,
.lifterlms [data-title-default].tip--top-right:after,
.lifterlms [data-title-active].tip--top-right:after,
.llms-metabox [data-tip].tip--top-right:after,
.llms-metabox [data-title-default].tip--top-right:after,
.llms-metabox [data-title-active].tip--top-right:after,
.llms-mb-container [data-tip].tip--top-right:after,
.llms-mb-container [data-title-default].tip--top-right:after,
.llms-mb-container [data-title-active].tip--top-right:after,
.llms-quiz-wrapper [data-tip].tip--top-right:after,
.llms-quiz-wrapper [data-title-default].tip--top-right:after,
.llms-quiz-wrapper [data-title-active].tip--top-right:after {
  border-top-color: #444;
  left: 6px;
  top: 0;
}
.lifterlms [data-tip].tip--top-right:hover:after,
.lifterlms [data-title-default].tip--top-right:hover:after,
.lifterlms [data-title-active].tip--top-right:hover:after,
.llms-metabox [data-tip].tip--top-right:hover:after,
.llms-metabox [data-title-default].tip--top-right:hover:after,
.llms-metabox [data-title-active].tip--top-right:hover:after,
.llms-mb-container [data-tip].tip--top-right:hover:after,
.llms-mb-container [data-title-default].tip--top-right:hover:after,
.llms-mb-container [data-title-active].tip--top-right:hover:after,
.llms-quiz-wrapper [data-tip].tip--top-right:hover:after,
.llms-quiz-wrapper [data-title-default].tip--top-right:hover:after,
.llms-quiz-wrapper [data-title-active].tip--top-right:hover:after {
  top: -6px;
}
.lifterlms [data-tip].tip--top-left:before,
.lifterlms [data-title-default].tip--top-left:before,
.lifterlms [data-title-active].tip--top-left:before,
.llms-metabox [data-tip].tip--top-left:before,
.llms-metabox [data-title-default].tip--top-left:before,
.llms-metabox [data-title-active].tip--top-left:before,
.llms-mb-container [data-tip].tip--top-left:before,
.llms-mb-container [data-title-default].tip--top-left:before,
.llms-mb-container [data-title-active].tip--top-left:before,
.llms-quiz-wrapper [data-tip].tip--top-left:before,
.llms-quiz-wrapper [data-title-default].tip--top-left:before,
.llms-quiz-wrapper [data-title-active].tip--top-left:before {
  bottom: 100%;
  right: -10px;
}
.lifterlms [data-tip].tip--top-left:hover:before,
.lifterlms [data-title-default].tip--top-left:hover:before,
.lifterlms [data-title-active].tip--top-left:hover:before,
.llms-metabox [data-tip].tip--top-left:hover:before,
.llms-metabox [data-title-default].tip--top-left:hover:before,
.llms-metabox [data-title-active].tip--top-left:hover:before,
.llms-mb-container [data-tip].tip--top-left:hover:before,
.llms-mb-container [data-title-default].tip--top-left:hover:before,
.llms-mb-container [data-title-active].tip--top-left:hover:before,
.llms-quiz-wrapper [data-tip].tip--top-left:hover:before,
.llms-quiz-wrapper [data-title-default].tip--top-left:hover:before,
.llms-quiz-wrapper [data-title-active].tip--top-left:hover:before {
  bottom: calc(100% + 6px);
}
.lifterlms [data-tip].tip--top-left:after,
.lifterlms [data-title-default].tip--top-left:after,
.lifterlms [data-title-active].tip--top-left:after,
.llms-metabox [data-tip].tip--top-left:after,
.llms-metabox [data-title-default].tip--top-left:after,
.llms-metabox [data-title-active].tip--top-left:after,
.llms-mb-container [data-tip].tip--top-left:after,
.llms-mb-container [data-title-default].tip--top-left:after,
.llms-mb-container [data-title-active].tip--top-left:after,
.llms-quiz-wrapper [data-tip].tip--top-left:after,
.llms-quiz-wrapper [data-title-default].tip--top-left:after,
.llms-quiz-wrapper [data-title-active].tip--top-left:after {
  border-top-color: #444;
  right: 6px;
  top: 0;
}
.lifterlms [data-tip].tip--top-left:hover:after,
.lifterlms [data-title-default].tip--top-left:hover:after,
.lifterlms [data-title-active].tip--top-left:hover:after,
.llms-metabox [data-tip].tip--top-left:hover:after,
.llms-metabox [data-title-default].tip--top-left:hover:after,
.llms-metabox [data-title-active].tip--top-left:hover:after,
.llms-mb-container [data-tip].tip--top-left:hover:after,
.llms-mb-container [data-title-default].tip--top-left:hover:after,
.llms-mb-container [data-title-active].tip--top-left:hover:after,
.llms-quiz-wrapper [data-tip].tip--top-left:hover:after,
.llms-quiz-wrapper [data-title-default].tip--top-left:hover:after,
.llms-quiz-wrapper [data-title-active].tip--top-left:hover:after {
  top: -6px;
}
.lifterlms [data-tip].tip--bottom-left:before,
.lifterlms [data-title-default].tip--bottom-left:before,
.lifterlms [data-title-active].tip--bottom-left:before,
.llms-metabox [data-tip].tip--bottom-left:before,
.llms-metabox [data-title-default].tip--bottom-left:before,
.llms-metabox [data-title-active].tip--bottom-left:before,
.llms-mb-container [data-tip].tip--bottom-left:before,
.llms-mb-container [data-title-default].tip--bottom-left:before,
.llms-mb-container [data-title-active].tip--bottom-left:before,
.llms-quiz-wrapper [data-tip].tip--bottom-left:before,
.llms-quiz-wrapper [data-title-default].tip--bottom-left:before,
.llms-quiz-wrapper [data-title-active].tip--bottom-left:before {
  top: 100%;
  right: -10px;
}
.lifterlms [data-tip].tip--bottom-left:hover:before,
.lifterlms [data-title-default].tip--bottom-left:hover:before,
.lifterlms [data-title-active].tip--bottom-left:hover:before,
.llms-metabox [data-tip].tip--bottom-left:hover:before,
.llms-metabox [data-title-default].tip--bottom-left:hover:before,
.llms-metabox [data-title-active].tip--bottom-left:hover:before,
.llms-mb-container [data-tip].tip--bottom-left:hover:before,
.llms-mb-container [data-title-default].tip--bottom-left:hover:before,
.llms-mb-container [data-title-active].tip--bottom-left:hover:before,
.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:before,
.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:before,
.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:before {
  top: calc(100% + 6px);
}
.lifterlms [data-tip].tip--bottom-left:after,
.lifterlms [data-title-default].tip--bottom-left:after,
.lifterlms [data-title-active].tip--bottom-left:after,
.llms-metabox [data-tip].tip--bottom-left:after,
.llms-metabox [data-title-default].tip--bottom-left:after,
.llms-metabox [data-title-active].tip--bottom-left:after,
.llms-mb-container [data-tip].tip--bottom-left:after,
.llms-mb-container [data-title-default].tip--bottom-left:after,
.llms-mb-container [data-title-active].tip--bottom-left:after,
.llms-quiz-wrapper [data-tip].tip--bottom-left:after,
.llms-quiz-wrapper [data-title-default].tip--bottom-left:after,
.llms-quiz-wrapper [data-title-active].tip--bottom-left:after {
  border-bottom-color: #444;
  right: 6px;
  bottom: 0;
}
.lifterlms [data-tip].tip--bottom-left:hover:after,
.lifterlms [data-title-default].tip--bottom-left:hover:after,
.lifterlms [data-title-active].tip--bottom-left:hover:after,
.llms-metabox [data-tip].tip--bottom-left:hover:after,
.llms-metabox [data-title-default].tip--bottom-left:hover:after,
.llms-metabox [data-title-active].tip--bottom-left:hover:after,
.llms-mb-container [data-tip].tip--bottom-left:hover:after,
.llms-mb-container [data-title-default].tip--bottom-left:hover:after,
.llms-mb-container [data-title-active].tip--bottom-left:hover:after,
.llms-quiz-wrapper [data-tip].tip--bottom-left:hover:after,
.llms-quiz-wrapper [data-title-default].tip--bottom-left:hover:after,
.llms-quiz-wrapper [data-title-active].tip--bottom-left:hover:after {
  bottom: -6px;
}
.lifterlms [data-tip].tip--bottom-right:before,
.lifterlms [data-title-default].tip--bottom-right:before,
.lifterlms [data-title-active].tip--bottom-right:before,
.llms-metabox [data-tip].tip--bottom-right:before,
.llms-metabox [data-title-default].tip--bottom-right:before,
.llms-metabox [data-title-active].tip--bottom-right:before,
.llms-mb-container [data-tip].tip--bottom-right:before,
.llms-mb-container [data-title-default].tip--bottom-right:before,
.llms-mb-container [data-title-active].tip--bottom-right:before,
.llms-quiz-wrapper [data-tip].tip--bottom-right:before,
.llms-quiz-wrapper [data-title-default].tip--bottom-right:before,
.llms-quiz-wrapper [data-title-active].tip--bottom-right:before {
  top: 100%;
  left: -10px;
}
.lifterlms [data-tip].tip--bottom-right:hover:before,
.lifterlms [data-title-default].tip--bottom-right:hover:before,
.lifterlms [data-title-active].tip--bottom-right:hover:before,
.llms-metabox [data-tip].tip--bottom-right:hover:before,
.llms-metabox [data-title-default].tip--bottom-right:hover:before,
.llms-metabox [data-title-active].tip--bottom-right:hover:before,
.llms-mb-container [data-tip].tip--bottom-right:hover:before,
.llms-mb-container [data-title-default].tip--bottom-right:hover:before,
.llms-mb-container [data-title-active].tip--bottom-right:hover:before,
.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:before,
.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:before,
.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:before {
  top: calc(100% + 6px);
}
.lifterlms [data-tip].tip--bottom-right:after,
.lifterlms [data-title-default].tip--bottom-right:after,
.lifterlms [data-title-active].tip--bottom-right:after,
.llms-metabox [data-tip].tip--bottom-right:after,
.llms-metabox [data-title-default].tip--bottom-right:after,
.llms-metabox [data-title-active].tip--bottom-right:after,
.llms-mb-container [data-tip].tip--bottom-right:after,
.llms-mb-container [data-title-default].tip--bottom-right:after,
.llms-mb-container [data-title-active].tip--bottom-right:after,
.llms-quiz-wrapper [data-tip].tip--bottom-right:after,
.llms-quiz-wrapper [data-title-default].tip--bottom-right:after,
.llms-quiz-wrapper [data-title-active].tip--bottom-right:after {
  border-bottom-color: #444;
  left: 6px;
  bottom: 0;
}
.lifterlms [data-tip].tip--bottom-right:hover:after,
.lifterlms [data-title-default].tip--bottom-right:hover:after,
.lifterlms [data-title-active].tip--bottom-right:hover:after,
.llms-metabox [data-tip].tip--bottom-right:hover:after,
.llms-metabox [data-title-default].tip--bottom-right:hover:after,
.llms-metabox [data-title-active].tip--bottom-right:hover:after,
.llms-mb-container [data-tip].tip--bottom-right:hover:after,
.llms-mb-container [data-title-default].tip--bottom-right:hover:after,
.llms-mb-container [data-title-active].tip--bottom-right:hover:after,
.llms-quiz-wrapper [data-tip].tip--bottom-right:hover:after,
.llms-quiz-wrapper [data-title-default].tip--bottom-right:hover:after,
.llms-quiz-wrapper [data-title-active].tip--bottom-right:hover:after {
  bottom: -6px;
}
.lifterlms [data-tip]:before,
.lifterlms [data-title-default]:before,
.lifterlms [data-title-active]:before,
.llms-metabox [data-tip]:before,
.llms-metabox [data-title-default]:before,
.llms-metabox [data-title-active]:before,
.llms-mb-container [data-tip]:before,
.llms-mb-container [data-title-default]:before,
.llms-mb-container [data-title-active]:before,
.llms-quiz-wrapper [data-tip]:before,
.llms-quiz-wrapper [data-title-default]:before,
.llms-quiz-wrapper [data-title-active]:before {
  background: #444;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  padding: 8px;
  max-width: 300px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.lifterlms [data-tip]:after,
.lifterlms [data-title-default]:after,
.lifterlms [data-title-active]:after,
.llms-metabox [data-tip]:after,
.llms-metabox [data-title-default]:after,
.llms-metabox [data-title-active]:after,
.llms-mb-container [data-tip]:after,
.llms-mb-container [data-title-default]:after,
.llms-mb-container [data-title-active]:after,
.llms-quiz-wrapper [data-tip]:after,
.llms-quiz-wrapper [data-title-default]:after,
.llms-quiz-wrapper [data-title-active]:after {
  content: "";
  border: 6px solid transparent;
  height: 0;
  width: 0;
}
.lifterlms [data-tip]:before, .lifterlms [data-tip]:after,
.lifterlms [data-title-default]:before,
.lifterlms [data-title-default]:after,
.lifterlms [data-title-active]:before,
.lifterlms [data-title-active]:after,
.llms-metabox [data-tip]:before,
.llms-metabox [data-tip]:after,
.llms-metabox [data-title-default]:before,
.llms-metabox [data-title-default]:after,
.llms-metabox [data-title-active]:before,
.llms-metabox [data-title-active]:after,
.llms-mb-container [data-tip]:before,
.llms-mb-container [data-tip]:after,
.llms-mb-container [data-title-default]:before,
.llms-mb-container [data-title-default]:after,
.llms-mb-container [data-title-active]:before,
.llms-mb-container [data-title-active]:after,
.llms-quiz-wrapper [data-tip]:before,
.llms-quiz-wrapper [data-tip]:after,
.llms-quiz-wrapper [data-title-default]:before,
.llms-quiz-wrapper [data-title-default]:after,
.llms-quiz-wrapper [data-title-active]:before,
.llms-quiz-wrapper [data-title-active]:after {
  opacity: 0;
  -webkit-transition: all 0.2s 0.1s ease;
  transition: all 0.2s 0.1s ease;
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}
.lifterlms [data-tip]:hover:before, .lifterlms [data-tip]:hover:after,
.lifterlms [data-title-default]:hover:before,
.lifterlms [data-title-default]:hover:after,
.lifterlms [data-title-active]:hover:before,
.lifterlms [data-title-active]:hover:after,
.llms-metabox [data-tip]:hover:before,
.llms-metabox [data-tip]:hover:after,
.llms-metabox [data-title-default]:hover:before,
.llms-metabox [data-title-default]:hover:after,
.llms-metabox [data-title-active]:hover:before,
.llms-metabox [data-title-active]:hover:after,
.llms-mb-container [data-tip]:hover:before,
.llms-mb-container [data-tip]:hover:after,
.llms-mb-container [data-title-default]:hover:before,
.llms-mb-container [data-title-default]:hover:after,
.llms-mb-container [data-title-active]:hover:before,
.llms-mb-container [data-title-active]:hover:after,
.llms-quiz-wrapper [data-tip]:hover:before,
.llms-quiz-wrapper [data-tip]:hover:after,
.llms-quiz-wrapper [data-title-default]:hover:before,
.llms-quiz-wrapper [data-title-default]:hover:after,
.llms-quiz-wrapper [data-title-active]:hover:before,
.llms-quiz-wrapper [data-title-active]:hover:after {
  opacity: 1;
  -webkit-transition: all 0 0.1s ease;
  transition: all 0 0.1s ease;
  visibility: visible;
  z-index: 99999999;
}
.lifterlms [data-tip]:before,
.llms-metabox [data-tip]:before,
.llms-mb-container [data-tip]:before,
.llms-quiz-wrapper [data-tip]:before {
  content: attr(data-tip);
}
.lifterlms [data-tip].active:before,
.llms-metabox [data-tip].active:before,
.llms-mb-container [data-tip].active:before,
.llms-quiz-wrapper [data-tip].active:before {
  content: attr(data-tip-active);
}

#adminmenu .toplevel_page_lifterlms .wp-menu-image img {
  padding-top: 6px;
  width: 20px;
}
#adminmenu .toplevel_page_lifterlms a[href*="page=llms-add-ons"],
#adminmenu .opensub .wp-submenu li.current a[href*="page=llms-add-ons"],
#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],
#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],
#adminmenu .wp-submenu li.current a[href*="page=llms-add-ons"],
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu li.current a[href*="page=llms-add-ons"] {
  color: #f8954f;
}

/******************************************************************

Grids for Breakpoints

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

.last-col:after {
  clear: both;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .m-right {
    text-align: center;
  }
  .m-center {
    text-align: center;
  }
  .m-left {
    text-align: center;
  }
  .d-right {
    text-align: right;
  }
  .d-center {
    text-align: center;
  }
  .d-left {
    text-align: left;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%;
  }
  .d-right {
    text-align: right;
  }
  .d-center {
    text-align: center;
  }
  .d-left {
    text-align: left;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 9.0909090909%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33%;
  }
  .d-right {
    text-align: right;
  }
  .d-center {
    text-align: center;
  }
  .d-left {
    text-align: left;
  }
}
/******************************************************************

Form Styles

******************************************************************/
#llms-form-wrapper .llms-search-form-wrapper {
  border-bottom: 1px solid #999;
  margin: 20px 0;
}
#llms-form-wrapper #llms_analytics_search {
  border: none !important;
  text-shadow: none !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
  color: #fefefe !important;
  background: #466dd8 !important;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#llms-form-wrapper #llms_analytics_search:hover {
  background: #0185a3 !important;
}
#llms-form-wrapper #llms_analytics_search:active {
  background: #33b1cb !important;
}

#llms-skip-setup-form .llms-admin-link {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #0074a2;
  cursor: pointer;
}
#llms-skip-setup-form .llms-admin-link:hover {
  color: #2ea2cc;
}
#llms-skip-setup-form .llms-admin-link:focus {
  color: #124964;
}

/**
 * Toggle Switch ( replaces checkbox on admin panels )
 */
.llms-switch {
  position: relative;
}
.llms-switch .llms-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.llms-switch .llms-toggle + label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.llms-switch input.llms-toggle-round + label {
  border: 2px solid #6c7781;
  border-radius: 10px;
  height: 20px;
  width: 36px;
}
.llms-switch input.llms-toggle-round + label:before,
.llms-switch input.llms-toggle-round + label:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.llms-switch input.llms-toggle-round:checked + label {
  border-color: #11a0d2;
  background-color: #11a0d2;
}
.llms-switch input.llms-toggle-round + label:after {
  height: 12px;
  left: 2px;
  top: 2px;
  background-color: #6c7781;
  border-radius: 50%;
  -webkit-transition: margin 0.4s;
  transition: margin 0.4s;
  width: 12px;
  z-index: 3;
}
.llms-switch input.llms-toggle-round:checked + label:after {
  background-color: #fefefe;
  margin-left: 16px;
}
.llms-switch input.llms-toggle-round + label:before {
  height: 8px;
  top: 4px;
  border: 1px solid #6c7781;
  border-radius: 50%;
  right: 4px;
  width: 8px;
  z-index: 2;
}
.llms-switch input.llms-toggle-round:checked + label:before {
  border-color: #fefefe;
  border-radius: 0;
  left: 6px;
  right: auto;
  width: 2px;
}

#llms-profile-fields {
  margin: 50px 0;
}
#llms-profile-fields .llms-form-field {
  padding-left: 0;
}
#llms-profile-fields label {
  display: block;
  font-weight: bold;
  padding: 8px 0 2px;
}
#llms-profile-fields .type-checkbox .type-checkbox label {
  display: initial;
  font-weight: initial;
  padding: 0;
}
#llms-profile-fields .type-checkbox .type-checkbox input {
  display: inline-block;
  margin-bottom: 0;
  width: 1rem;
}
#llms-profile-fields select {
  max-width: 100%;
}

a.llms-voucher-delete {
  background: #bb231c;
  color: #fefefe;
  display: block;
  padding: 4px 2px;
  text-decoration: none;
  -webkit-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
a.llms-voucher-delete:hover {
  background: #af3a26;
}

.llms-voucher-codes-wrapper table,
.llms-voucher-redemption-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.llms-voucher-codes-wrapper table th, .llms-voucher-codes-wrapper table td,
.llms-voucher-redemption-wrapper table th,
.llms-voucher-redemption-wrapper table td {
  border: none;
}
.llms-voucher-codes-wrapper table thead,
.llms-voucher-redemption-wrapper table thead {
  background-color: #466dd8;
  color: #fff;
}
.llms-voucher-codes-wrapper table thead th,
.llms-voucher-redemption-wrapper table thead th {
  padding: 10px 10px;
}
.llms-voucher-codes-wrapper table tr,
.llms-voucher-redemption-wrapper table tr {
  counter-increment: row-counter;
}
.llms-voucher-codes-wrapper table tr:nth-child(even),
.llms-voucher-redemption-wrapper table tr:nth-child(even) {
  background-color: #F1F1F1;
}
.llms-voucher-codes-wrapper table tr td,
.llms-voucher-redemption-wrapper table tr td {
  padding: 5px;
}
.llms-voucher-codes-wrapper table tr td:first-child:before,
.llms-voucher-redemption-wrapper table tr td:first-child:before {
  content: counter(row-counter);
}

.llms-voucher-codes-wrapper table {
  width: 100%;
  border-collapse: collapse;
}
.llms-voucher-codes-wrapper table th, .llms-voucher-codes-wrapper table td {
  border: none;
}
.llms-voucher-codes-wrapper table thead {
  background-color: #466dd8;
  color: #fff;
}
.llms-voucher-codes-wrapper table tr:nth-child(even) {
  background-color: #F1F1F1;
}
.llms-voucher-codes-wrapper table tr td span {
  display: inline-block;
  min-width: 30px;
}
.llms-voucher-codes-wrapper button {
  cursor: pointer;
}
.llms-voucher-codes-wrapper .llms-voucher-delete {
  float: right;
  margin-right: 15px;
}
.llms-voucher-codes-wrapper .llms-voucher-uses {
  width: 50px;
}
.llms-voucher-codes-wrapper .llms-voucher-add-codes {
  float: right;
}
.llms-voucher-codes-wrapper .llms-voucher-add-codes input[type=text] {
  width: 30px;
}

.llms-voucher-export-wrapper .llms-voucher-export-type {
  width: 100%;
}
.llms-voucher-export-wrapper .llms-voucher-export-type p {
  margin: 0 0 0 15px;
}
.llms-voucher-export-wrapper .llms-voucher-email-wrapper {
  width: 100%;
  margin: 25px 0;
}
.llms-voucher-export-wrapper .llms-voucher-email-wrapper input[type=text] {
  width: 100%;
}
.llms-voucher-export-wrapper .llms-voucher-email-wrapper p {
  margin: 0;
}
.llms-voucher-export-wrapper > button {
  float: right;
}

.postbox .inside {
  overflow: auto;
}

.llms-widget {
  background-color: #FFF;
  border: 1px solid #dedede;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 2px 4px rgba(48, 49, 51, 0.1);
          box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 2px 4px rgba(48, 49, 51, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.llms-widget.alt {
  border: 1px solid #ccc;
  background-color: #efefef;
  margin-bottom: 10px;
}
.llms-widget.alt .llms-label {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.llms-widget.alt h2 {
  color: #444;
  font-weight: 300;
}
.llms-widget a {
  border-bottom: 1px dotted #466dd8;
  display: inline-block;
  text-decoration: none;
}
.llms-widget a:hover {
  border-bottom: 1px dotted #2b55cb;
}
.llms-widget .llms-widget-content {
  margin: 0.67em 0;
  color: #466dd8;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1;
  word-break: break-all;
}
.llms-widget h2 {
  font-size: 1.8em;
}
.llms-widget .llms-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px 0;
  text-align: center;
}
.llms-widget .llms-chart {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.llms-widget mark.yes {
  background-color: #7ad03a;
}
.llms-widget .llms-subtitle {
  margin-bottom: 0;
}
.llms-widget .spinner {
  float: none;
  left: 50%;
  margin: -10px 0 0 -10px;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.llms-widget.is-loading:before {
  background: #fefefe;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.llms-widget.is-loading .spinner {
  visibility: visible;
}
.llms-widget td[colspan="2"] {
  padding-left: 0;
}
.llms-widget tr.llms-disabled-field {
  opacity: 0.5;
  pointer-events: none;
}

.llms-widget-1-3,
.llms-widget-1-4,
.llms-widget-1-5 {
  text-align: center;
}

.llms-widget .llms-widget-info-toggle {
  color: #AAA;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.llms-widget.info-showing .llms-widget-info {
  display: block;
}

.llms-widget-info {
  background: #444;
  color: #fefefe;
  bottom: -50px;
  display: none;
  padding: 15px;
  position: absolute;
  text-align: center;
  left: 10px;
  right: 15px;
  z-index: 3;
}
.llms-widget-info:before {
  content: "";
  border: 12px solid transparent;
  border-bottom-color: #444;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  top: -24px;
}
.llms-widget-info p {
  margin: 0;
}

.llms-widget-row:before, .llms-widget-row:after {
  content: " ";
  display: table;
}
.llms-widget-row:after {
  clear: both;
}

.llms-widget-row .no-padding {
  padding: 0 !important;
}

/******************************************************************

SVG Styles

******************************************************************/
svg.icon {
  height: 24px;
  width: 24px;
  display: inline-block;
  fill: currentColor;
  vertical-align: baseline;
}
button svg.icon {
  height: 18px;
  width: 18px;
  margin: 4px -4px 0 4px;
  -webkit-filter: drop-shadow(0 1px #eee);
          filter: drop-shadow(0 1px #eee);
  float: right;
}
svg.icon.menu-icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
  margin-right: 10px;
}
svg.icon.tree-icon {
  height: 13px;
  width: 13px;
  vertical-align: middle;
}
svg.icon.section-icon {
  height: 16px;
  width: 16px;
  vertical-align: text-bottom;
}
svg.icon.button-icon {
  height: 16px;
  width: 16px;
  vertical-align: text-bottom;
}
svg.icon.button-icon-attr {
  height: 10px;
  width: 10px;
  vertical-align: middle;
}
svg.icon.list-icon {
  height: 12px;
  width: 12px;
  vertical-align: middle;
}
svg.icon.list-icon.on {
  color: #466dd8;
}
svg.icon.list-icon.off {
  color: #444;
}
svg.icon.detail-icon {
  height: 16px;
  width: 16px;
  vertical-align: text-bottom;
  cursor: default;
}
svg.icon.detail-icon.on {
  color: #466dd8;
}
svg.icon.detail-icon.off {
  color: #ccc;
}
svg.icon-ion-arrow-up {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
svg use {
  pointer-events: none;
}

/******************************************************************

Metabox Tabs

******************************************************************/
#side-sortables .tab-content {
  padding: 0;
}

.llms-mb-container .tab-content {
  display: none;
  background-color: #FFF;
  padding: 0 20px;
}
.llms-mb-container .tab-content ul:not(.select2-selection__rendered) {
  margin: 0 0 15px 0;
}
.llms-mb-container .tab-content ul:not(.select2-selection__rendered) > li {
  padding: 20px 0;
  margin: 0;
}
.llms-mb-container .tab-content ul:not(.select2-selection__rendered) > li.select:not([class*=d-]) {
  width: 100%;
}
.llms-mb-container .tab-content ul:not(.select2-selection__rendered) > li:last-child {
  border: 0;
  padding-bottom: 0;
}
.llms-mb-container .tab-content ul:not(.select2-selection__rendered) > li.top {
  border-bottom: 0;
  padding-bottom: 0;
}
.llms-mb-container .tab-content .full-width {
  width: 100%;
}
.llms-mb-container .tab-content #wp-content-editor-tools {
  background: none;
}

.llms-mb-container .tab-content.llms-active {
  display: inherit;
}

.llms-mb-container .tab-content .no-border {
  border-bottom: 0px;
}

/******************************************************************

Styles for topModal modal

******************************************************************/
/**
 * Base modal styles
 */
.topModal {
  display: none;
  position: relative;
  border: 4px solid #808080;
  background: #fff;
  z-index: 1000001;
  padding: 2px;
  max-width: 500px;
  margin: 34px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid #dddddd;
}

.topModalClose {
  float: right;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 10px;
}

.topModalContainer {
  display: none;
  overflow: auto;
  overflow-y: hidden;
  position: fixed;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  width: auto !important;
  margin-left: 0 !important;
  background-color: transparent !important;
  z-index: 100002 !important;
}

.topModalBackground {
  display: none;
  background: #000;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0 !important;
  left: 0;
  margin-left: 0 !important;
  z-index: 100002 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  overflow-y: hidden;
}

body.modal-open {
  overflow: hidden;
}

.llms-modal-header {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
  background: #466dd8;
  color: #eeeeee;
  padding: 10px 15px;
  font-size: 18px;
}

#llms-icon-modal-close {
  width: 16px;
  height: 16px;
  fill: #fefefe;
}

.llms-modal-content {
  padding: 20px;
}
.llms-modal-content h3 {
  margin-top: 0;
}

/**
 * Custom Modal Styles for LifterLMS
 */
.llms-modal-form h1 {
  margin-top: 0;
}
.llms-modal-form input[type=text] {
  width: 100%;
}
.llms-modal-form textarea,
.llms-modal-form input[type=text],
.llms-modal-form input[type=password],
.llms-modal-form input[type=file],
.llms-modal-form input[type=datetime],
.llms-modal-form input[type=datetime-local],
.llms-modal-form input[type=date],
.llms-modal-form input[type=month],
.llms-modal-form input[type=time],
.llms-modal-form input[type=week],
.llms-modal-form input[type=number],
.llms-modal-form input[type=email],
.llms-modal-form input[type=url],
.llms-modal-form input[type=search],
.llms-modal-form input[type=tel],
.llms-modal-form input[type=color] {
  padding: 0 0.4em 0 0.4em;
  margin-bottom: 2em;
  vertical-align: middle;
  border-radius: 3px;
  min-width: 50px;
  max-width: 635px;
  width: 100%;
  min-height: 32px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 0 24px 0;
  outline: none;
  -webkit-transition: border 0.3s ease-in-out 0s;
  transition: border 0.3s ease-in-out 0s;
}
.llms-modal-form textarea:focus,
.llms-modal-form input[type=text]:focus,
.llms-modal-form input[type=password]:focus,
.llms-modal-form input[type=file]:focus,
.llms-modal-form input[type=datetime]:focus,
.llms-modal-form input[type=datetime-local]:focus,
.llms-modal-form input[type=date]:focus,
.llms-modal-form input[type=month]:focus,
.llms-modal-form input[type=time]:focus,
.llms-modal-form input[type=week]:focus,
.llms-modal-form input[type=number]:focus,
.llms-modal-form input[type=email]:focus,
.llms-modal-form input[type=url]:focus,
.llms-modal-form input[type=search]:focus,
.llms-modal-form input[type=tel]:focus,
.llms-modal-form input[type=color]:focus {
  background: #fefefe;
  border: 1px solid #466dd8;
}
.llms-modal-form textarea {
  padding: 0.4em !important;
  height: 100px !important;
  border-radius: 3px;
  vertical-align: middle;
  min-height: 32px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.llms-modal-form textarea:focus {
  background: #fefefe;
  border: 1px solid #466dd8;
}
.llms-modal-form .chosen-container-single .chosen-single {
  border-radius: 3px;
  vertical-align: middle;
  min-height: 32px;
  border: 1px solid #ccc;
  width: 100%;
  background: #fefefe !important;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 #fff;
          box-shadow: 0 0 0 #fff;
  line-height: 32px;
  margin: 0 0 24px 0;
}
.llms-modal-form .chosen-container-single .chosen-single:focus {
  background: #fefefe;
  border: 1px solid #466dd8;
}
.llms-modal-form .chosen-container-single .chosen-single div b {
  margin-top: 4px;
}
.llms-modal-form .chosen-search input[type=text] {
  border: 1px solid #ccc;
}
.llms-modal-form .chosen-search input[type=text]:focus {
  background-color: #fefefe;
  border: 1px solid #466dd8;
}
.llms-modal-form .chosen-container-single .chosen-drop {
  margin-top: -28px;
}
.llms-modal-form .llms-button-primary, .llms-modal-form .llms-button-secondary {
  padding: 10px 10px;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 1px 1px #ccc;
          box-shadow: 0 1px 1px #ccc;
}
.llms-modal-form .llms-button-primary.full, .llms-modal-form .llms-button-secondary.full {
  width: 100%;
}

.modal-open .select2-dropdown {
  z-index: 1000005;
}

.button.llms-merge-code-button {
  vertical-align: middle;
}
.button.llms-merge-code-button svg {
  margin-right: 2px;
  position: relative;
  top: 4px;
  width: 16px;
}
.button.llms-merge-code-button svg g {
  fill: currentColor;
}

.llms-mb-container .llms-merge-code-wrapper {
  float: right;
  top: -5px;
}

.llms-merge-code-wrapper {
  display: inline;
  position: relative;
}

.llms-merge-codes {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 #ccc;
          box-shadow: 0 1px 0 #ccc;
  color: #555;
  display: none;
  left: 1px;
  overflow: hidden;
  position: absolute;
  top: 30px;
  width: 200px;
}
.llms-merge-codes ul {
  margin: 0;
  padding: 0;
}
.llms-merge-codes li {
  cursor: pointer;
  margin: 0;
  padding: 4px 8px !important;
  border-bottom: 1px solid #ccc;
}
.llms-merge-codes li:hover {
  color: #23282d;
  background: #fefefe;
}
.llms-merge-codes.active {
  display: block;
  z-index: 777;
}

/******************************************************************

Base Mobile

******************************************************************/
.llms-nav-tab,
.llms-nav-tab-filters {
  display: block;
  width: 100%;
}

form.llms-nav-tab-filters.full-width {
  width: 100%;
}
form.llms-nav-tab-filters.full-width label {
  display: inline-block;
  width: 10%;
  text-align: left;
}
form.llms-nav-tab-filters.full-width .select2-container {
  width: 85% !important;
}

.llms-nav-tab-settings {
  display: block;
  width: 100%;
}

#llms-form-wrapper .llms-select {
  width: 100%;
  margin-bottom: 20px;
}
#llms-form-wrapper .llms-checkbox {
  display: inline-block;
  width: 100%;
  text-align: left;
}
#llms-form-wrapper .llms-filter-options {
  width: 100%;
}
#llms-form-wrapper .llms-date-select {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
#llms-form-wrapper .llms-date-select input[type=text] {
  width: 100%;
}
ul.tabs li {
  display: block;
}

@media only screen and (min-width: 481px) {
  /******************************************************************

  Larger Phones

  ******************************************************************/
  #llms-form-wrapper .llms-checkbox {
    width: 33%;
  }
}
@media only screen and (min-width: 768px) {
  /******************************************************************

  Tablets and small computers

  ******************************************************************/
  ul.tabs li {
    display: inline-block;
  }
  .llms-nav-tab {
    display: inline-block;
    width: 33%;
  }
  .llms-nav-tab-settings {
    display: inline-block;
    width: 25%;
  }
  #llms-form-wrapper .llms-select {
    width: 50%;
    max-width: 500px;
  }
  #llms-form-wrapper .llms-filter-options {
    width: 50%;
    max-width: 500px;
  }
  #llms-form-wrapper .llms-date-select {
    width: 47.5%;
  }
  #llms-form-wrapper .llms-date-select:first-child {
    margin-right: 5%;
  }
  .llms-widget input[type=text],
.llms-widget input[type=password],
.llms-widget input[type=datetime],
.llms-widget input[type=datetime-local],
.llms-widget input[type=date],
.llms-widget input[type=month],
.llms-widget input[type=time],
.llms-widget input[type=week],
.llms-widget input[type=number],
.llms-widget input[type=email],
.llms-widget input[type=url],
.llms-widget input[type=search],
.llms-widget input[type=tel],
.llms-widget input[type=color],
.llms-widget select,
.llms-widget textarea {
    width: 50%;
  }
  .llms-widget input[type=text].medium,
.llms-widget input[type=password].medium,
.llms-widget input[type=datetime].medium,
.llms-widget input[type=datetime-local].medium,
.llms-widget input[type=date].medium,
.llms-widget input[type=month].medium,
.llms-widget input[type=time].medium,
.llms-widget input[type=week].medium,
.llms-widget input[type=number].medium,
.llms-widget input[type=email].medium,
.llms-widget input[type=url].medium,
.llms-widget input[type=search].medium,
.llms-widget input[type=tel].medium,
.llms-widget input[type=color].medium,
.llms-widget select.medium,
.llms-widget textarea.medium {
    width: 30%;
  }
  .llms-widget input[type=text].small,
.llms-widget input[type=password].small,
.llms-widget input[type=datetime].small,
.llms-widget input[type=datetime-local].small,
.llms-widget input[type=date].small,
.llms-widget input[type=month].small,
.llms-widget input[type=time].small,
.llms-widget input[type=week].small,
.llms-widget input[type=number].small,
.llms-widget input[type=email].small,
.llms-widget input[type=url].small,
.llms-widget input[type=search].small,
.llms-widget input[type=tel].small,
.llms-widget input[type=color].small,
.llms-widget select.small,
.llms-widget textarea.small {
    width: 20%;
  }
  .llms-widget input[type=text].tiny,
.llms-widget input[type=password].tiny,
.llms-widget input[type=datetime].tiny,
.llms-widget input[type=datetime-local].tiny,
.llms-widget input[type=date].tiny,
.llms-widget input[type=month].tiny,
.llms-widget input[type=time].tiny,
.llms-widget input[type=week].tiny,
.llms-widget input[type=number].tiny,
.llms-widget input[type=email].tiny,
.llms-widget input[type=url].tiny,
.llms-widget input[type=search].tiny,
.llms-widget input[type=tel].tiny,
.llms-widget input[type=color].tiny,
.llms-widget select.tiny,
.llms-widget textarea.tiny {
    width: 10%;
  }
}
@media only screen and (min-width: 1030px) {
  /******************************************************************

  Desktop Stylesheet

  ******************************************************************/
  .llms-nav-tab {
    display: inline-block;
    width: 33.333%;
  }
  .llms-nav-tab-settings {
    display: inline-block;
    width: 25%;
  }
  #llms-form-wrapper .llms-select {
    display: inline-block;
    width: 47.5%;
  }
  #llms-form-wrapper .llms-select:first-child {
    margin-right: 5%;
  }
  #llms-form-wrapper .llms-filter-options {
    display: inline-block;
    width: 47.5%;
  }
  #llms-form-wrapper .llms-filter-options.date-filter {
    margin-right: 5%;
  }
  #llms-form-wrapper .llms-filter-options .llms-date-select {
    margin-bottom: 0;
  }
  #llms-form-wrapper .llms-date-select {
    width: 47.5%;
  }
  #llms-form-wrapper .llms-date-select:first-child {
    margin-right: 5%;
  }
  .llms-widget-row:before, .llms-widget-row:after {
    content: " ";
    display: table;
  }
  .llms-widget-row:after {
    clear: both;
  }
  .llms-widget-row .llms-widget-1-5 {
    vertical-align: top;
    width: 20%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px;
  }
  .llms-widget-row .llms-widget-1-4 {
    vertical-align: top;
    width: 25%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px;
  }
  .llms-widget-row .llms-widget-1-3 {
    width: 33.3%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px;
  }
  .llms-widget-row .llms-widget-1-2 {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px;
    vertical-align: top;
  }
}
@media only screen and (min-width: 1240px) {
  /******************************************************************

  large Monitor Stylesheet

  ******************************************************************/
  .llms-nav-tab-filters,
.llms-nav-tab-settings {
    float: left;
    width: 12.5%;
  }
}
.wrap.lifterlms {
  margin-top: 0;
}

.llms-header {
  background-color: #FFF;
  margin: 0 0 0 -20px;
  padding: 20px 10px;
  position: relative;
  z-index: 1;
}
.llms-header .llms-inside-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
.llms-header .lifterlms-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
  max-height: 52px;
  margin-right: 10px;
}
.llms-header .llms-meta {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.5;
}
.llms-header .llms-meta .llms-version {
  background-color: #1d2327;
  color: #FFF;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
}
.llms-header .llms-meta a {
  display: inline-block;
}
.llms-header .llms-meta .llms-license {
  border-right: 1px solid #CCC;
  font-weight: 700;
  margin-right: 12px;
  padding-right: 12px;
}
.llms-header .llms-meta .llms-license a {
  text-decoration: none;
}
.llms-header .llms-meta .llms-license a:before {
  content: "\f534";
  display: inline-block;
  font: 400 16px/1 dashicons;
  left: 0;
  padding-right: 3px;
  position: relative;
  text-decoration: none;
  vertical-align: text-bottom;
}
.llms-header .llms-meta .llms-license a.llms-license-none {
  color: #888;
}
.llms-header .llms-meta .llms-license a.llms-license-none:before {
  content: "\f335";
}
.llms-header .llms-meta .llms-license a.llms-license-active {
  color: #008a20;
}
.llms-header .llms-meta .llms-license a.llms-license-active:before {
  content: "\f112";
}
.llms-header .llms-meta .llms-support {
  font-weight: 700;
}
.llms-header .llms-meta .llms-support a {
  color: #1d2327;
  text-decoration: none;
}

.llms-subheader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -20px;
  padding: 10px 20px;
  width: 100%;
  z-index: 1;
}
.llms-subheader h1 {
  font-weight: 700;
  padding: 0;
}
.llms-subheader h1 a {
  color: inherit;
  text-decoration: none;
}

#post_course_difficulty {
  min-width: 200px;
}

#_video-embed, #_audio-embed {
  width: 100%;
}

hr {
  background-color: #CCC;
  border: none;
  height: 1px;
  margin: 30px 0;
  padding: 0;
}

.llms_certificate_default_image, .llms_certificate_image {
  width: 300px;
}

.llms_achievement_default_image, .llms_achievement_image {
  width: 120px;
}

div[id^=lifterlms-] .inside {
  overflow: visible;
}

.lifterlms_notification {
  margin-bottom: 15px;
}

.notice.llms-admin-notice, #lifterlms-notifications .lifterlms_notification {
  background-color: #FFF;
  border: 1px solid #ccd0d4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  position: relative;
}
.notice.llms-admin-notice .notice-dismiss, #lifterlms-notifications .lifterlms_notification .notice-dismiss {
  text-decoration: none;
}
.notice.llms-admin-notice.notice-warning, .notice.llms-admin-notice.lifterlms_notification-warning, #lifterlms-notifications .lifterlms_notification.notice-warning, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-warning {
  border-left: 4px solid #F8954F;
}
.notice.llms-admin-notice.notice-warning .llms-admin-notice-icon, .notice.llms-admin-notice.notice-warning .lifterlms_notification-icon, .notice.llms-admin-notice.lifterlms_notification-warning .llms-admin-notice-icon, .notice.llms-admin-notice.lifterlms_notification-warning .lifterlms_notification-icon, #lifterlms-notifications .lifterlms_notification.notice-warning .llms-admin-notice-icon, #lifterlms-notifications .lifterlms_notification.notice-warning .lifterlms_notification-icon, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-warning .llms-admin-notice-icon, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-warning .lifterlms_notification-icon {
  background-color: #FEF4ED;
}
.notice.llms-admin-notice.notice-info, .notice.llms-admin-notice.lifterlms_notification-info, #lifterlms-notifications .lifterlms_notification.notice-info, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-info {
  border-left: 4px solid #466DD8;
}
.notice.llms-admin-notice.notice-info h3, .notice.llms-admin-notice.lifterlms_notification-info h3, #lifterlms-notifications .lifterlms_notification.notice-info h3, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-info h3 {
  color: #466DD8;
}
.notice.llms-admin-notice.notice-info .llms-admin-notice-icon, .notice.llms-admin-notice.notice-info .lifterlms_notification-icon, .notice.llms-admin-notice.lifterlms_notification-info .llms-admin-notice-icon, .notice.llms-admin-notice.lifterlms_notification-info .lifterlms_notification-icon, #lifterlms-notifications .lifterlms_notification.notice-info .llms-admin-notice-icon, #lifterlms-notifications .lifterlms_notification.notice-info .lifterlms_notification-icon, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-info .llms-admin-notice-icon, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-info .lifterlms_notification-icon {
  background-color: #EDF0FB;
}
.notice.llms-admin-notice.notice-success, .notice.llms-admin-notice.lifterlms_notification-success, #lifterlms-notifications .lifterlms_notification.notice-success, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-success {
  border-left: 4px solid #18A957;
}
.notice.llms-admin-notice.notice-success h3, .notice.llms-admin-notice.lifterlms_notification-success h3, #lifterlms-notifications .lifterlms_notification.notice-success h3, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-success h3 {
  color: #18A957;
}
.notice.llms-admin-notice.notice-success .llms-admin-notice-icon, .notice.llms-admin-notice.notice-success .lifterlms_notification-icon, .notice.llms-admin-notice.lifterlms_notification-success .llms-admin-notice-icon, .notice.llms-admin-notice.lifterlms_notification-success .lifterlms_notification-icon, #lifterlms-notifications .lifterlms_notification.notice-success .llms-admin-notice-icon, #lifterlms-notifications .lifterlms_notification.notice-success .lifterlms_notification-icon, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-success .llms-admin-notice-icon, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-success .lifterlms_notification-icon {
  background-color: #E8F6EE;
}
.notice.llms-admin-notice.notice-error, .notice.llms-admin-notice.lifterlms_notification-error, #lifterlms-notifications .lifterlms_notification.notice-error, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-error {
  border-left: 4px solid #DF1642;
}
.notice.llms-admin-notice.notice-error h3, .notice.llms-admin-notice.lifterlms_notification-error h3, #lifterlms-notifications .lifterlms_notification.notice-error h3, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-error h3 {
  color: #9C0F2E;
}
.notice.llms-admin-notice.notice-error .llms-admin-notice-icon, .notice.llms-admin-notice.notice-error .lifterlms_notification-icon, .notice.llms-admin-notice.lifterlms_notification-error .llms-admin-notice-icon, .notice.llms-admin-notice.lifterlms_notification-error .lifterlms_notification-icon, #lifterlms-notifications .lifterlms_notification.notice-error .llms-admin-notice-icon, #lifterlms-notifications .lifterlms_notification.notice-error .lifterlms_notification-icon, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-error .llms-admin-notice-icon, #lifterlms-notifications .lifterlms_notification.lifterlms_notification-error .lifterlms_notification-icon {
  background-color: #FCE8EC;
}
.notice.llms-admin-notice .llms-admin-notice-icon, #lifterlms-notifications .lifterlms_notification .llms-admin-notice-icon {
  background-image: url(../../assets/images/lifterlms-icon-color.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  min-width: 70px;
}
.notice.llms-admin-notice .lifterlms_notification-icon, #lifterlms-notifications .lifterlms_notification .lifterlms_notification-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 70px;
}
.notice.llms-admin-notice .lifterlms_notification-icon span.dashicons, #lifterlms-notifications .lifterlms_notification .lifterlms_notification-icon span.dashicons {
  font-size: 30px; /* Set icon size */
  line-height: 1; /* Remove excess line height */
  color: #0073aa; /* Optional: icon color */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Ensures the icon is centered as content */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; /* Fill container horizontally */
  height: 100%; /* Fill container vertically */
}
.notice.llms-admin-notice .llms-admin-notice-content, .notice.llms-admin-notice .lifterlms_notification-content, #lifterlms-notifications .lifterlms_notification .llms-admin-notice-content, #lifterlms-notifications .lifterlms_notification .lifterlms_notification-content {
  color: #111;
  padding: 20px;
}
.notice.llms-admin-notice h3, #lifterlms-notifications .lifterlms_notification h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 15px 0;
}
.notice.llms-admin-notice button,
.notice.llms-admin-notice .llms-button-primary, #lifterlms-notifications .lifterlms_notification button,
#lifterlms-notifications .lifterlms_notification .llms-button-primary {
  display: inline-block;
}
.notice.llms-admin-notice p, #lifterlms-notifications .lifterlms_notification p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 15px 0;
  max-width: 65em;
  padding: 0;
}
.notice.llms-admin-notice p:last-of-type, #lifterlms-notifications .lifterlms_notification p:last-of-type {
  margin-bottom: 0;
}
.notice.llms-admin-notice .lifterlms_notification-content p:last-of-type, #lifterlms-notifications .lifterlms_notification .lifterlms_notification-content p:last-of-type {
  margin-bottom: 15px;
}

.llms-button-action.small .dashicons,
.llms-button-danger.small .dashicons,
.llms-button-primary.small .dashicons,
.llms-button-secondary.small .dashicons {
  font-size: 13px;
  height: 13px;
  width: 13px;
}
.llms-button-action:hover,
.llms-button-danger:hover,
.llms-button-primary:hover,
.llms-button-secondary:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.llms-view-as {
  line-height: 2;
  margin-right: 8px;
}

.llms-image-field-preview {
  max-height: 80px;
  vertical-align: middle;
  width: auto;
}

.llms-image-field-remove.hidden {
  display: none;
}

.llms-log-viewer {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  margin: 20px 0;
  padding: 25px;
}
.llms-log-viewer pre {
  font-family: monospace;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
}

.llms-status--tools .llms-table {
  background: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.llms-status--tools .llms-table td, .llms-status--tools .llms-table th {
  padding: 10px;
  vertical-align: top;
}
.llms-status--tools .llms-table th {
  width: 28%;
}
.llms-status--tools .llms-table p {
  margin: 0 0 10px;
}

.llms-error {
  color: #bb231c;
  font-style: italic;
}

.llms-rating-stars {
  color: #ffb900;
  text-decoration: none;
}

@media screen and (max-width: 782px) {
  .llms-header {
    top: 46px;
  }
  .llms-header .llms-inside-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .llms-header .llms-inside-wrap .lifterlms-logo {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    max-height: initial;
    max-width: 200px;
  }
  .llms-header .llms-inside-wrap .llms-meta {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.llms-basic-editor.ql-container .ql-editor {
  border-radius: 4px;
  border: 1px solid #8c8f94;
}
.llms-basic-editor.ql-container .ql-editor:focus {
  border-color: var(--wp-admin-theme-color);
  -webkit-box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
          box-shadow: 0 0 0 0.5px var(--wp-admin-theme-color);
  outline: 2px solid rgba(0, 0, 0, 0);
}

.llms-table-wrap {
  position: relative;
}

.llms-table-header {
  padding: 0;
}
.llms-table-header:before, .llms-table-header:after {
  content: " ";
  display: table;
}
.llms-table-header:after {
  clear: both;
}
.llms-table-header h2 {
  font-size: 20px;
  padding: 0;
  display: inline-block;
  line-height: 1.5;
  margin: 0 0 20px 0;
  vertical-align: middle;
}
.llms-table-header .llms-table-search,
.llms-table-header .llms-table-filters {
  float: right;
  padding-left: 10px;
}
.llms-table-header .llms-table-search input {
  margin: 0;
  padding: 0 8px;
}

.llms-table {
  border: 1px solid #c3c4c7;
  border-collapse: collapse;
  width: 100%;
}
.llms-table a:not(.small) {
  color: #466dd8;
}
.llms-table a:not(.small):hover {
  color: #2b55cb;
}
.llms-table td, .llms-table th {
  border-bottom: 1px solid #c3c4c7;
  padding: 10px 12px;
  text-align: center;
}
.llms-table td.expandable.closed, .llms-table th.expandable.closed {
  display: none;
}
.llms-table td .llms-button-primary,
.llms-table td .llms-button-secondary,
.llms-table td .llms-button-action,
.llms-table td .llms-button-danger, .llms-table th .llms-button-primary,
.llms-table th .llms-button-secondary,
.llms-table th .llms-button-action,
.llms-table th .llms-button-danger {
  display: inline-block;
}
.llms-table tr.llms-quiz-pending td {
  font-weight: 700;
}
.llms-table thead th,
.llms-table tfoot th {
  background-color: #FFF;
  font-weight: 700;
}
.llms-table thead th a.llms-sortable,
.llms-table tfoot th a.llms-sortable {
  padding-right: 16px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.llms-table thead th a.llms-sortable.active[data-order=DESC] .asc,
.llms-table tfoot th a.llms-sortable.active[data-order=DESC] .asc {
  opacity: 1;
}
.llms-table thead th a.llms-sortable.active[data-order=ASC] .desc,
.llms-table tfoot th a.llms-sortable.active[data-order=ASC] .desc {
  opacity: 1;
}
.llms-table thead th a.llms-sortable:hover[data-order=DESC] .asc,
.llms-table tfoot th a.llms-sortable:hover[data-order=DESC] .asc {
  opacity: 0;
}
.llms-table thead th a.llms-sortable:hover[data-order=DESC] .desc,
.llms-table tfoot th a.llms-sortable:hover[data-order=DESC] .desc {
  opacity: 1;
}
.llms-table thead th a.llms-sortable:hover[data-order=ASC] .asc,
.llms-table tfoot th a.llms-sortable:hover[data-order=ASC] .asc {
  opacity: 1;
}
.llms-table thead th a.llms-sortable:hover[data-order=ASC] .desc,
.llms-table tfoot th a.llms-sortable:hover[data-order=ASC] .desc {
  opacity: 0;
}
.llms-table thead th a.llms-sortable .dashicons,
.llms-table tfoot th a.llms-sortable .dashicons {
  color: #444;
  font-size: 16px;
  height: 16px;
  opacity: 0;
  position: absolute;
  width: 16px;
}
.llms-table tfoot th {
  border-bottom: none;
}
.llms-table tfoot th .llms-table-export {
  float: left;
}
.llms-table tfoot th .llms-table-export .llms-table-progress {
  background: #efefef;
  display: none;
  margin-left: 8px;
  vertical-align: middle;
  width: 100px;
}
.llms-table tfoot th .llms-clear-resumable-attempts {
  float: left;
}
.llms-table tfoot th .llms-table-pagination {
  float: right;
}
.llms-table.zebra tbody tr:nth-child(even) th, .llms-table.zebra tbody tr:nth-child(even) td {
  background-color: #fff;
}
.llms-table.zebra tbody tr:nth-child(odd) th, .llms-table.zebra tbody tr:nth-child(odd) td {
  background-color: #f6f7f7;
}
.llms-table.text-left td, .llms-table.text-left th {
  text-align: left;
}
.llms-table.size-large td, .llms-table.size-large th {
  font-size: 14px;
  padding: 10px 12px;
}
.llms-table .llms-drag-handle {
  color: #777;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.llms-table .llms-action-icon {
  color: #777;
  text-decoration: none;
}
.llms-table .llms-action-icon .tooltip {
  cursor: pointer;
}
.llms-table .llms-action-icon:hover {
  color: #466dd8;
}
.llms-table .llms-action-icon.danger:hover {
  color: #bb231c;
}
.llms-table .llms-table-page-count {
  font-size: 12px;
  padding: 0 5px;
}

.llms-table-progress {
  text-align: center;
}
.llms-table-progress .llms-table-progress-bar {
  background: #eee;
  border-radius: 10px;
  height: 16px;
  overflow: hidden;
  position: relative;
}
.llms-table-progress .llms-table-progress-bar .llms-table-progress-inner {
  background: #466dd8;
  height: 100%;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.llms-table-progress .llms-table-progress-text {
  color: #466dd8;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.llms-table.llms-gateway-table .status .fa,
.llms-table.llms-integrations-table .status .fa {
  color: #466dd8;
  font-size: 22px;
}
.llms-table.llms-gateway-table .sort,
.llms-table.llms-integrations-table .sort {
  cursor: move;
  text-align: center;
  width: 10px;
}

.llms-gb-table-notifications th, .llms-gb-table-notifications td {
  text-align: left;
}

.llms-order-note .llms-order-note-content {
  background: #efefef;
  margin-bottom: 10px;
  padding: 10px;
  position: relative;
}
.llms-order-note .llms-order-note-content:after {
  border-style: solid;
  border-color: #efefef transparent;
  border-width: 10px 10px 0 0;
  bottom: -10px;
  content: "";
  display: block;
  height: 0;
  left: 20px;
  position: absolute;
  width: 0;
}
.llms-order-note .llms-order-note-content p {
  font-size: 13px;
  margin: 0;
  line-height: 1.5;
}
.llms-order-note .llms-order-note-meta {
  color: #999;
  font-size: 11px;
  margin-left: 10px;
}

.llms-mb-list label {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  width: 100%;
}
.llms-mb-list .description {
  margin-bottom: 8px;
}
.llms-mb-list .input-full {
  width: 100%;
}

#poststuff .llms-metabox h2, #poststuff .llms-metabox h3, #poststuff .llms-metabox h4, #poststuff .llms-metabox h6 {
  margin: 0;
  padding: 0;
}
#poststuff .llms-metabox h2 {
  font-size: 18px;
  font-weight: 700;
}
#poststuff .llms-metabox h3 {
  color: #1e1e1e;
  font-size: 16px;
}
#poststuff .llms-metabox h4 {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
#poststuff .llms-metabox h4:not(.llms-collapsible-body h4:first-of-type) {
  margin-top: 20px;
}
#poststuff .llms-metabox .llms-transaction-test-mode {
  background: #ffffd7;
  font-style: italic;
  left: 0;
  padding: 2px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
#poststuff .llms-metabox a.llms-editable,
#poststuff .llms-metabox .llms-metabox-icon,
#poststuff .llms-metabox button.llms-editable {
  color: #999;
  text-decoration: none;
}
#poststuff .llms-metabox a.llms-editable:hover,
#poststuff .llms-metabox .llms-metabox-icon:hover,
#poststuff .llms-metabox button.llms-editable:hover {
  color: #466dd8;
}
#poststuff .llms-metabox button.llms-editable {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  vertical-align: top;
}
#poststuff .llms-metabox h4 button.llms-editable {
  float: right;
}
#poststuff .llms-metabox .llms-table {
  margin-top: 10px;
}
#poststuff .llms-metabox button.llms-button-primary {
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  height: auto;
}

.llms-metabox-section {
  background: #fff;
  margin-top: 25px;
  position: relative;
  /* Fixes to tighten the space between tinymce editor and label */
}
.llms-metabox-section.no-top-margin {
  margin-top: 0;
}
.llms-metabox-section .llms-metabox-field {
  margin: 5px 0;
  position: relative;
}
.llms-metabox-section .llms-metabox-field label {
  color: #1e1e1e;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
.llms-metabox-section .llms-metabox-field select,
.llms-metabox-section .llms-metabox-field textarea,
.llms-metabox-section .llms-metabox-field input[type=text],
.llms-metabox-section .llms-metabox-field input[type=number] {
  width: 100%;
}
.llms-metabox-section .llms-metabox-field input.md-text {
  width: 105px;
}
.llms-metabox-section .llms-metabox-field input.sm-text {
  width: 45px;
}
.llms-metabox-section .llms-metabox-field .llms-datetime-field .llms-date-input {
  width: 95px;
}
.llms-metabox-section .llms-metabox-field .llms-datetime-field .llms-time-input {
  width: 45px;
}
.llms-metabox-section .llms-metabox-field .llms-datetime-field em {
  font-style: normal;
  padding: 0 3px;
}
.llms-metabox-section .llms-metabox-field .select2-container--default .select2-search--inline .select2-search__field {
  min-height: auto;
}
.llms-metabox-section .llms-metabox-field .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin-bottom: 0;
}
.llms-metabox-section .llms-metabox-field:has(.wp-editor-wrap) label {
  position: relative;
  z-index: 5;
}
.llms-metabox-section .llms-metabox-field .wp-editor-wrap {
  margin-top: -30px;
}

.llms-collapsible {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08);
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  margin-top: 0;
}
.llms-collapsible:last-child {
  margin-bottom: 0;
}
.llms-collapsible.opened .llms-collapsible-header .dashicons-arrow-down {
  display: none;
}
.llms-collapsible.opened .llms-collapsible-header .dashicons-arrow-up {
  display: inline;
}
.llms-collapsible .llms-collapsible-header {
  padding: 15px;
}
.llms-collapsible .llms-collapsible-header [class^=d-] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.llms-collapsible .llms-collapsible-header .d-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0;
}
.llms-collapsible .llms-collapsible-header h3 {
  color: #1e1e1e;
  display: inline;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.llms-collapsible .llms-collapsible-header h3 small {
  font-weight: 400;
}
.llms-collapsible .llms-collapsible-header .dashicons-arrow-up {
  display: inline;
}
.llms-collapsible .llms-collapsible-header .dashicons-arrow-up {
  display: none;
}
.llms-collapsible .llms-collapsible-header a {
  text-decoration: none;
}
.llms-collapsible .llms-collapsible-header .dashicons {
  color: #1e1e1e;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.llms-collapsible .llms-collapsible-header .dashicons:hover {
  color: #466dd8;
}
.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning, .llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning:hover, .llms-collapsible .llms-collapsible-header .dashicons.dashicons-trash:hover, .llms-collapsible .llms-collapsible-header .dashicons.dashicons-no:hover {
  color: #bb231c;
}
.llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning.medium-danger, .llms-collapsible .llms-collapsible-header .dashicons.dashicons-warning.medium-danger:hover {
  color: #c05621;
}
.llms-collapsible .llms-collapsible-body {
  display: none;
  padding: 15px;
}

._llms_instructors_data.repeater .llms-repeater-rows .llms-repeater-row:first-child .llms-repeater-remove {
  display: none;
}
._llms_instructors_data.repeater .llms-mb-list {
  padding: 0 5px !important;
}

.post-type-llms_order #post-body-content {
  display: none;
}

#lifterlms-order-details .handlediv,
#lifterlms-order-details .handlediv.button-link,
#lifterlms-order-details .postbox-header {
  display: none;
}
#lifterlms-order-details .inside {
  padding: 20px;
  margin-top: 0;
}

.llms-table tbody tr.llms-txn-failed td {
  background-color: rgba(187, 35, 28, 0.5);
  border-bottom-color: rgba(187, 35, 28, 0.5);
}

.llms-table tbody tr.llms-txn-refunded td {
  background-color: rgba(255, 165, 0, 0.5);
  border-bottom-color: rgba(255, 165, 0, 0.5);
}

.llms-txn-refund-form .llms-metabox-section,
.llms-manual-txn-form .llms-metabox-section {
  margin-top: 0;
}
.llms-txn-refund-form .llms-metabox-field,
.llms-manual-txn-form .llms-metabox-field {
  text-align: right;
}
.llms-txn-refund-form .llms-metabox-field input[type=number],
.llms-manual-txn-form .llms-metabox-field input[type=number] {
  max-width: 100px;
}
.llms-txn-refund-form .llms-metabox-field input[type=text],
.llms-manual-txn-form .llms-metabox-field input[type=text] {
  max-width: 340px;
}

.llms-manual-txn-form {
  background-color: #eaeaea;
}
.llms-manual-txn-form .llms-metabox-section {
  background-color: #eaeaea;
}

#llms-remaining-edit {
  display: none;
}

.llms-remaining-edit--content label, .llms-remaining-edit--content span, .llms-remaining-edit--content textarea {
  display: block;
}
.llms-remaining-edit--content label {
  margin-bottom: 20px;
}
.llms-remaining-edit--content textarea, .llms-remaining-edit--content input {
  width: 100%;
}

.submitbox .llms-mb-section,
.llms-award-engagement-submitbox .llms-mb-list {
  margin-bottom: 12px;
}
.submitbox .llms-mb-section:last-of-type,
.llms-award-engagement-submitbox .llms-mb-list:last-of-type {
  margin-bottom: 0;
}
.sync-action:before, .submitbox .llms-mb-section.student-info:before, .submitbox .llms-mb-section.post_author_override label:before,
.llms-award-engagement-submitbox .llms-mb-list.student-info:before,
.llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before {
  font: normal 20px/1 dashicons;
  speak: never;
  display: inline-block;
  margin-left: -1px;
  padding-right: 3px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -1px;
  color: #8c8f94;
}
body:not(.admin-color-fresh) .sync-action:before, body:not(.admin-color-fresh) .submitbox .llms-mb-section.student-info:before, body:not(.admin-color-fresh) .submitbox .llms-mb-section.post_author_override label:before,
body:not(.admin-color-fresh) .llms-award-engagement-submitbox .llms-mb-list.student-info:before,
body:not(.admin-color-fresh) .llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before {
  color: currentColor;
}

.submitbox .llms-mb-section.student-info:before, .submitbox .llms-mb-section.post_author_override label:before,
.llms-award-engagement-submitbox .llms-mb-list.student-info:before,
.llms-award-engagement-submitbox .llms-mb-list.post_author_override label:before {
  content: "\f110";
}
.sync-action:before {
  content: "\f113";
  color: white;
}

.submitbox .llms-mb-section.post_author_override label,
.llms-award-engagement-submitbox .llms-mb-list.post_author_override label {
  display: inline-block;
  width: auto;
}

.llms-metabox > p:first-child {
  margin-top: 0;
}
.llms-metabox #llms-new-access-plan-model {
  display: none;
}
.llms-metabox .llms-access-plans {
  color: #1e1e1e;
}
.llms-metabox .llms-access-plans > .llms-no-plans-msg {
  display: none;
}
.llms-metabox .llms-access-plans > .llms-no-plans-msg .notice {
  margin-right: 0;
  margin-left: 0;
}
.llms-metabox .llms-access-plans > .llms-no-plans-msg:last-child {
  display: block;
}
.llms-metabox .llms-access-plans.dragging {
  background: #efefef;
  -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
          box-shadow: inset 0 0 0 1px #e5e5e5;
}
.llms-metabox .llms-access-plans .llms-spinning {
  z-index: 1;
}
.llms-metabox .llms-access-plans .llms-invalid {
  border-color: #bb231c;
}
.llms-metabox .llms-access-plans .llms-invalid .dashicons-warning {
  display: inline;
}
.llms-metabox .llms-access-plans .llms-needs-attention .dashicons-warning.medium-danger {
  display: inline;
}
.llms-metabox .llms-access-plans .dashicons-warning {
  display: none;
}
.llms-metabox .llms-access-plan {
  margin-bottom: 20px;
  text-align: left;
}
.llms-metabox .llms-access-plan [data-tip]:before {
  text-align: center;
}
.llms-metabox .llms-access-plan .llms-plan-link,
.llms-metabox .llms-access-plan [data-controller] {
  display: none;
}
.llms-metabox .llms-access-plan:hover .llms-plan-link, .llms-metabox .llms-access-plan.opened .llms-plan-link {
  display: inline-block;
}
.llms-metabox .llms-access-plan .llms-metabox-field {
  margin: 15px 0;
}
.llms-metabox .llms-access-plan .llms-required {
  color: #bb231c;
  margin-left: 3px;
}
.llms-metabox .llms-access-plan .notice {
  margin-left: 0;
}

.llms-dialog-container,
.llms-dialog-overlay {
  position: fixed;
  inset: 0;
}

.llms-dialog-container {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.llms-dialog-container .llms-dialog-overlay {
  background-color: rgba(43, 46, 56, 0.9);
}
.llms-dialog-container[aria-hidden=true] {
  display: none;
}
.llms-dialog-container .llms-dialog-content {
  margin: auto;
  padding: 2em;
  z-index: 2;
  max-width: 90%;
  width: 700px;
  border-radius: 6px;
  position: relative;
  background-color: white;
  overflow: auto;
  max-height: 90vh;
}
.llms-dialog-container .llms-dialog-content .llms-dialog-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0.25em;
  background-color: transparent;
  font-size: 1.5em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  border-radius: 50%;
}
.llms-dialog-container .llms-dialog-content .llms-access-plan-templates {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}
.llms-dialog-container .llms-dialog-content .llms-access-plan-templates button, .llms-dialog-container .llms-dialog-content .llms-access-plan-templates a {
  background: #e1e1e1;
  border: 1px solid #444;
  color: #444;
  padding: 25px;
  font-size: 14px;
  text-align: center;
  vertical-align: baseline;
  position: relative;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  cursor: pointer;
}
.llms-dialog-container .llms-dialog-content .llms-access-plan-templates button strong, .llms-dialog-container .llms-dialog-content .llms-access-plan-templates a strong {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.llms-dialog-container .llms-dialog-content .llms-access-plan-templates button span, .llms-dialog-container .llms-dialog-content .llms-access-plan-templates a span {
  display: block;
}
.llms-dialog-container .llms-dialog-content .llms-access-plan-templates a {
  border: 1px solid #466dd8;
  background: #efefef;
}
.llms-dialog-container .llms-dialog-content .llms-access-plan-templates span.add-on {
  background-color: #999;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  left: 10px;
  text-align: center;
  padding: 2px 6px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  width: auto;
}

.llms-metabox-students .llms-table tr .name {
  text-align: left;
}
.llms-metabox-students .llms-add-student:hover {
  color: #4d8d3c;
}
.llms-metabox-students .llms-remove-student:hover {
  color: #bb231c;
}

.llms-mb-container .tab-content ul:not(.select2-selection__rendered).llms-mb-repeater-fields > li.llms-mb-list {
  border-bottom: none;
  padding: 0 0 10px;
}

.llms-mb-list.repeater .llms-repeater-rows {
  position: relative;
  margin-top: 10px;
  min-height: 10px;
}
.llms-mb-list.repeater .llms-repeater-rows.dragging {
  background: #efefef;
  -webkit-box-shadow: inset 0 0 0 1px #e5e5e5;
          box-shadow: inset 0 0 0 1px #e5e5e5;
}
.llms-mb-list.repeater .llms-repeater-row {
  background: #fff;
}
.llms-mb-list.repeater .llms-mb-repeater-footer {
  text-align: right;
  margin-top: 20px;
}
.llms-mb-list.repeater .tmce-active .wp-editor-area {
  color: #32373c;
}

.llms-builder-launcher p {
  margin-top: 0;
}
.llms-builder-launcher ol {
  margin-top: -6px;
}
.llms-builder-launcher .llms-button-primary {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.llms-media-protection-warning {
  border-left: 4px solid #c05621;
  padding-left: 10px;
  max-width: 400px;
  margin: 10px 0;
}

.wp-list-table .llms-status {
  border-radius: 6px;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  padding: 2px 6px;
  vertical-align: middle;
}
.wp-list-table .llms-status.llms-size--large {
  font-size: 105%;
  padding: 6px 12px;
}
.wp-list-table .llms-status.llms-active, .wp-list-table .llms-status.llms-completed, .wp-list-table .llms-status.llms-pass, .wp-list-table .llms-status.llms-txn-succeeded {
  color: #4d8d3c;
  background-color: rgba(77, 141, 60, 0.15);
}
.wp-list-table .llms-status.llms-fail, .wp-list-table .llms-status.llms-failed, .wp-list-table .llms-status.llms-expired, .wp-list-table .llms-status.llms-cancelled, .wp-list-table .llms-status.llms-txn-failed {
  color: #bb231c;
  background-color: rgba(187, 35, 28, 0.15);
}
.wp-list-table .llms-status.llms-incomplete, .wp-list-table .llms-status.llms-on-hold, .wp-list-table .llms-status.llms-pending, .wp-list-table .llms-status.llms-pending-cancel, .wp-list-table .llms-status.llms-refunded, .wp-list-table .llms-status.llms-txn-pending, .wp-list-table .llms-status.llms-txn-refunded {
  color: #c05621;
  background-color: rgba(192, 86, 33, 0.15);
}

#lifterlms-order-transactions .llms-table tfoot th {
  text-align: right;
}

.llms-post-table-post-filter {
  display: inline-block;
  margin-right: 6px;
  max-width: 100%;
  width: 220px;
}

.llms-nav-tab-wrapper {
  background: #466dd8;
  margin: 20px 0;
}
.llms-nav-tab-wrapper.llms-nav-secondary {
  background: #e1e1e1;
}
.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item {
  margin: 0;
}
.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover, .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link {
  background: #cdcdcd;
}
.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link {
  color: #414141;
  font-size: 15px;
  padding: 8px 14px;
}
.llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link .dashicons {
  font-size: 15px;
  height: 15px;
  width: 15px;
}
.llms-nav-tab-wrapper.llms-nav-text {
  background: inherit;
}
.llms-nav-tab-wrapper.llms-nav-text .llms-nav-items {
  padding-left: 0;
}
.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item {
  background: inherit;
  color: #646970;
}
.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item:last-child:after {
  display: none;
}
.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item:after {
  content: "|";
  display: inline-block;
  margin: 0 8px 0 6px;
}
.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item .llms-nav-link:hover {
  background: inherit;
  color: #466dd8;
}
.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item.llms-active .llms-nav-link {
  background: inherit;
  color: #000;
  font-weight: 600;
  text-decoration: none;
}
.llms-nav-tab-wrapper.llms-nav-text .llms-nav-item .llms-nav-link {
  color: #466dd8;
  display: inline-block;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
}
.llms-nav-tab-wrapper.llms-nav-style-tabs {
  background-color: #1c3987;
  margin: 0;
  padding-top: 8px;
}
.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item {
  margin: 0 3px;
}
.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item .llms-nav-link {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.llms-nav-tab-wrapper.llms-nav-style-tabs .llms-nav-item.llms-active .llms-nav-link {
  background-color: #FFF;
  color: #466dd8;
  font-weight: 700;
}
.llms-nav-tab-wrapper.llms-nav-style-filters {
  background-color: #466dd8;
  border-radius: 12px;
  margin: 20px 0;
  overflow: hidden;
  padding: 0;
}
.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}
@media only screen and (min-width: 782px) {
  .llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items .llms-nav-item {
  float: none;
}
.llms-nav-tab-wrapper.llms-nav-style-filters .llms-nav-items .llms-nav-item .llms-nav-link {
  padding: 14px;
}
.llms-nav-tab-wrapper .llms-nav-items {
  margin: 0;
  padding-left: 10px;
}
.llms-nav-tab-wrapper .llms-nav-items:before, .llms-nav-tab-wrapper .llms-nav-items:after {
  content: " ";
  display: table;
}
.llms-nav-tab-wrapper .llms-nav-items:after {
  clear: both;
}
.llms-nav-tab-wrapper .llms-nav-item {
  margin: 0;
}
.llms-nav-tab-wrapper .llms-nav-item .llms-nav-link:hover {
  background: #466dd8;
}
.llms-nav-tab-wrapper .llms-nav-item.llms-active .llms-nav-link {
  background: #1c3987;
}
.llms-nav-tab-wrapper .llms-nav-item.llms-active .llms-nav-link {
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .llms-nav-tab-wrapper .llms-nav-item {
    float: left;
  }
  .llms-nav-tab-wrapper .llms-nav-item.llms-nav-item-right {
    float: right;
  }
}
.llms-nav-tab-wrapper .llms-nav-link {
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-size: 15px;
  padding: 9px 18px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#llms-options-page-contents h2 {
  color: #999;
  font-weight: 500;
  letter-spacing: 2px;
  border-bottom: 1px solid #999;
}

.llms-reporting.wrap .llms-options-page-contents .llms-nav-tab-wrapper.llms-nav-secondary {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 0;
  padding: 0;
}
.llms-reporting.wrap .llms-stab-title {
  color: #1c3987;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
}
.llms-reporting.wrap td.id a {
  text-decoration: none;
}
.llms-reporting.wrap th.id, .llms-reporting.wrap td.id,
.llms-reporting.wrap th.name, .llms-reporting.wrap td.name,
.llms-reporting.wrap th.registered, .llms-reporting.wrap td.registered,
.llms-reporting.wrap th.last_seen, .llms-reporting.wrap td.last_seen,
.llms-reporting.wrap th.overall_progress, .llms-reporting.wrap td.overall_progress,
.llms-reporting.wrap th.title, .llms-reporting.wrap td.title,
.llms-reporting.wrap th.course, .llms-reporting.wrap td.course,
.llms-reporting.wrap th.lesson, .llms-reporting.wrap td.lesson {
  text-align: left;
}
.llms-reporting.wrap td.section-title {
  background: #eaeaea;
  text-align: left;
  font-weight: 700;
  padding: 16px 4px;
}
.llms-reporting.wrap td.questions-table {
  text-align: left;
}
.llms-reporting.wrap td.questions-table .correct,
.llms-reporting.wrap td.questions-table .question,
.llms-reporting.wrap td.questions-table .selected {
  text-align: left;
  max-width: 300px;
}
.llms-reporting.wrap td.questions-table .correct img,
.llms-reporting.wrap td.questions-table .question img,
.llms-reporting.wrap td.questions-table .selected img {
  height: auto;
  max-width: 64px;
}
.llms-reporting.wrap table.quiz-attempts {
  margin-bottom: 40px;
}
.llms-reporting.wrap.tab--students .llms-options-page-contents #llms-award-certificate-wrapper .components-button.is-secondary {
  background: #e1e1e1;
  border-radius: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #414141;
  font-size: 13px;
  font-weight: 700;
  height: auto;
  padding: 8px 14px;
}
.llms-reporting.wrap.tab--enrollments .llms-nav-tab-wrapper.llms-nav-secondary, .llms-reporting.wrap.tab--sales .llms-nav-tab-wrapper.llms-nav-secondary {
  margin-bottom: 0;
}
.llms-reporting.wrap.tab--enrollments .llms-options-page-contents, .llms-reporting.wrap.tab--sales .llms-options-page-contents {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  margin-top: 20px;
  padding: 0;
}
.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form, .llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  gap: 5px;
}
.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form label, .llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form label {
  font-weight: 700;
}
.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form input, .llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form input {
  border: 0;
  font-size: 13px;
  margin: 0;
  padding: 0 4px;
  vertical-align: middle;
  width: 110px;
}
.llms-reporting.wrap.tab--enrollments .llms-nav-style-filters .llms-analytics-form .select2-container input, .llms-reporting.wrap.tab--sales .llms-nav-style-filters .llms-analytics-form .select2-container input {
  width: 100% !important;
}
.llms-reporting.wrap.tab--enrollments .button.small, .llms-reporting.wrap.tab--sales .button.small {
  height: 23px;
  line-height: 23px;
}
.llms-reporting.wrap.tab--enrollments .llms-analytics-filters, .llms-reporting.wrap.tab--sales .llms-analytics-filters {
  display: none;
}
.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-inside-wrap, .llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-inside-wrap {
  background-color: #FFF;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  margin: -20px 10px 20px 10px;
  padding: 20px;
}
.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-items, .llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
@media only screen and (min-width: 782px) {
  .llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-items, .llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item, .llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item label, .llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item label {
  display: block;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.llms-reporting.wrap.tab--enrollments .llms-analytics-filters .llms-nav-item .select2-selection__rendered, .llms-reporting.wrap.tab--sales .llms-analytics-filters .llms-nav-item .select2-selection__rendered {
  word-wrap: break-word;
  text-overflow: inherit;
  white-space: normal;
}
.llms-reporting.wrap.tab--enrollments .llms-analytics-filters p, .llms-reporting.wrap.tab--sales .llms-analytics-filters p {
  margin: 0;
  text-align: right;
}
.llms-reporting.wrap.tab--enrollments .llms-analytics-filters p .llms-button-primary, .llms-reporting.wrap.tab--sales .llms-analytics-filters p .llms-button-primary {
  display: inline-block;
}
.llms-reporting.wrap .llms-reporting-tab.llms-reporting-quiz .llms-table-filter-wrap {
  width: 160px;
}
.llms-reporting.wrap .llms-table-header form {
  display: inline;
}
.llms-reporting.wrap .llms-table-header .button {
  margin-left: 5px;
}

.llms-charts-wrapper {
  background-color: #FFF;
  border: 1px solid #dedede;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 2px 4px rgba(48, 49, 51, 0.1);
          box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 2px 4px rgba(48, 49, 51, 0.1);
  padding: 20px;
}

.llms-reporting-tab h1, .llms-reporting-tab h2, .llms-reporting-tab h3, .llms-reporting-tab h4, .llms-reporting-tab h5, .llms-reporting-tab h6 {
  margin: 0;
}
.llms-reporting-tab h1 a, .llms-reporting-tab h2 a, .llms-reporting-tab h3 a, .llms-reporting-tab h4 a, .llms-reporting-tab h5 a, .llms-reporting-tab h6 a {
  color: #466dd8;
  text-decoration: none;
}
.llms-reporting-tab h1 a:hover, .llms-reporting-tab h2 a:hover, .llms-reporting-tab h3 a:hover, .llms-reporting-tab h4 a:hover, .llms-reporting-tab h5 a:hover, .llms-reporting-tab h6 a:hover {
  color: #466dd8;
}
.llms-reporting-tab h2 {
  font-size: 22px;
  line-height: 1.5;
}
.llms-reporting-tab h2.llms-table-title {
  margin-bottom: 20px;
}
.llms-reporting-tab h5 {
  font-size: 15px;
  line-height: 1.5;
}
.llms-reporting-tab .llms-reporting-body {
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  margin: 20px auto;
  padding: 0;
}
.llms-reporting-tab .llms-reporting-body .llms-reporting-stab {
  padding: 30px;
}
.llms-reporting-tab .llms-reporting-body .llms-reporting-stab .llms-table-header {
  margin: 0;
}
.llms-reporting-tab .llms-reporting-body .llms-gb-tab {
  padding: 30px;
}
.llms-reporting-tab .llms-reporting-body .llms-reporting-header {
  padding: 30px;
  margin: 0;
}
.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-img {
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  overflow: hidden;
  vertical-align: middle;
}
.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-img img {
  display: block;
  max-height: 64px;
  width: auto;
}
.llms-reporting-tab .llms-reporting-body .llms-reporting-header .llms-reporting-header-info {
  display: inline-block;
  vertical-align: middle;
}

.llms-reporting-breadcrumbs {
  margin: 0;
  padding: 0;
}
.llms-reporting-breadcrumbs a {
  color: #466dd8;
  font-size: 15px;
  text-decoration: none;
}
.llms-reporting-breadcrumbs a:hover {
  color: #2b55cb;
}
.llms-reporting-breadcrumbs a:after {
  content: " > ";
  color: #646970;
}
.llms-reporting-breadcrumbs a:last-child {
  color: #000;
  font-weight: 700;
}
.llms-reporting-breadcrumbs a:last-child:after {
  display: none;
}

#llms-students-table .name {
  text-align: left;
}

.llms-reporting-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.llms-reporting-tab-content > header:before, .llms-reporting-tab-content > header:after {
  content: " ";
  display: table;
}
.llms-reporting-tab-content > header:after {
  clear: both;
}
.llms-reporting-tab-content h3 {
  margin-bottom: 20px;
}
.llms-reporting-tab-content .llms-reporting-tab-filter {
  float: right;
  position: relative;
  margin-right: 0.75em;
  width: 180px;
  top: -3px;
}
.llms-reporting-tab-content .llms-reporting-tab-main {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  max-width: 75%;
}
.llms-reporting-tab-content .llms-reporting-tab-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
.llms-reporting-tab-content > .llms-table-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.llms-reporting-widgets:before, .llms-reporting-widgets:after {
  content: " ";
  display: table;
}
.llms-reporting-widgets:after {
  clear: both;
}

.llms-reporting-widget {
  border-top: 4px solid #466dd8;
  background: #fafafa;
  margin-bottom: 10px;
  padding: 30px;
}
.llms-reporting-widget:before, .llms-reporting-widget:after {
  content: " ";
  display: table;
}
.llms-reporting-widget:after {
  clear: both;
}
.llms-reporting-widget .fa {
  color: #999;
  float: left;
  font-size: 32px;
  margin-right: 10px;
}
.llms-reporting-widget strong {
  color: #333;
  font-size: 20px;
  line-height: 1.2;
}
.llms-reporting-widget.llms-reporting-student-address strong {
  line-height: 1.1;
}
.llms-reporting-widget sup,
.llms-reporting-widget .llms-price-currency-symbol {
  font-size: 75%;
  position: relative;
  top: -4px;
  vertical-align: baseline;
}
.llms-reporting-widget small {
  font-size: 13px;
}
.llms-reporting-widget small.compare {
  margin-left: 5px;
}
.llms-reporting-widget small.compare.positive {
  color: #4d8d3c;
}
.llms-reporting-widget small.compare.negative {
  color: #bb231c;
}

.llms-reporting-event {
  border-left: 4px solid #555;
  background: #fafafa;
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 0.75em;
  padding: 10px;
}
.llms-reporting-event:before, .llms-reporting-event:after {
  content: " ";
  display: table;
}
.llms-reporting-event:after {
  clear: both;
}
.llms-reporting-event.color--blue {
  border-left-color: #466dd8;
}
.llms-reporting-event.color--green, .llms-reporting-event._enrollment_trigger, .llms-reporting-event._is_complete.yes {
  border-left-color: #4d8d3c;
}
.llms-reporting-event.color--purple, .llms-reporting-event._status.enrolled {
  border-left-color: #845ef7;
}
.llms-reporting-event.color--red, .llms-reporting-event._status.expired, .llms-reporting-event._status.cancelled {
  border-left-color: #bb231c;
}
.llms-reporting-event.color--orange, .llms-reporting-event._achievement_earned, .llms-reporting-event._certificate_earned, .llms-reporting-event._email_sent {
  border-left-color: #c05621;
}
.llms-reporting-event time {
  color: #888;
}
.llms-reporting-event .llms-student-avatar {
  margin-left: 10px;
  float: right;
}
.llms-reporting-event a {
  text-decoration: none;
  color: inherit;
}

@media only screen and (min-width: 782px) {
  .llms-reporting.wrap .llms-options-page-contents .llms-nav-tab-wrapper.llms-nav-secondary {
    margin-left: 0;
    margin-right: 0;
  }
}
.llms-quiz-attempt-results {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question {
  background: #efefef;
  border-radius: 6px;
  margin: 0 0 15px;
  position: relative;
  list-style-type: none;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .toggle-answer {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 35px 15px 15px;
  text-decoration: none;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct, .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect {
  background: rgba(192, 86, 33, 0.2);
}
.llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.correct .llms-status-icon, .llms-quiz-attempt-results .llms-quiz-attempt-question.status--waiting.incorrect .llms-status-icon {
  background-color: #c05621;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct {
  background: rgba(77, 141, 60, 0.15);
}
.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.correct .llms-status-icon {
  background-color: #4d8d3c;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect {
  background: rgba(187, 35, 28, 0.15);
}
.llms-quiz-attempt-results .llms-quiz-attempt-question.status--graded.incorrect .llms-status-icon {
  background-color: #bb231c;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question pre {
  overflow: auto;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-question-title {
  font-size: 22px;
  margin: 0;
  line-height: 1.4;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-points {
  line-height: 1.4;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon-tip {
  position: absolute;
  right: -12px;
  top: -2px;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-status-icon {
  color: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main {
  display: none;
  padding: 0 15px 15px;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-results-label {
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers {
  margin: 0;
  padding: 0;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer {
  padding: 0;
  margin: 0 0 0 30px;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer:only-child {
  list-style-type: none;
  margin-left: 0;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main img {
  height: auto;
  max-width: 200px;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  padding-top: 20px;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question .llms-quiz-attempt-question-main .llms-quiz-attempt-answer-section:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers, .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_choice ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer, .llms-quiz-attempt-results .llms-quiz-attempt-question.type--picture_reorder ul.llms-quiz-attempt-answers li.llms-quiz-attempt-answer {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed {
  opacity: 0.5;
}
.llms-quiz-attempt-results .llms-quiz-attempt-question.type--removed .llms-question-title {
  font-style: italic;
  font-weight: normal;
}

.wrap.llms-reporting .llms-inside-wrap,
.wrap.lifterlms-settings .llms-inside-wrap,
.wrap.llms-status .llms-inside-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.wrap.llms-reporting .llms-inside-wrap .llms-nav-text,
.wrap.lifterlms-settings .llms-inside-wrap .llms-nav-text,
.wrap.llms-status .llms-inside-wrap .llms-nav-text {
  margin: 0 auto;
}
.wrap.llms-reporting .llms-subheader .llms-save,
.wrap.lifterlms-settings .llms-subheader .llms-save,
.wrap.llms-status .llms-subheader .llms-save {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: right;
}
.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary,
.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary,
.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary {
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 0 -20px 20px -10px;
}
.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items,
.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items,
.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items {
  padding-left: 0;
}
.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,
.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover,
.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item .llms-nav-link:hover {
  background: #f0f0f1;
  color: #222222;
}
.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,
.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,
.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link {
  background: #fafafa;
  color: #466dd8;
  border-top-color: #466dd8;
}
.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,
.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,
.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link {
  font-weight: 700;
}
.wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link,
.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link,
.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-link {
  border-top: 2px solid transparent;
  padding: 14px;
}
.wrap.llms-reporting .llms-setting-group,
.wrap.lifterlms-settings .llms-setting-group,
.wrap.llms-status .llms-setting-group {
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  margin: 20px auto;
  padding: 20px;
}
.wrap.llms-reporting .llms-setting-group .llms-label,
.wrap.lifterlms-settings .llms-setting-group .llms-label,
.wrap.llms-status .llms-setting-group .llms-label {
  border-bottom: 1px solid #efefef;
  font-weight: 700;
  font-size: 20px;
  padding: 20px;
  margin: -20px -20px 20px;
}
.wrap.llms-reporting .llms-setting-group .llms-label .llms-button-primary,
.wrap.lifterlms-settings .llms-setting-group .llms-label .llms-button-primary,
.wrap.llms-status .llms-setting-group .llms-label .llms-button-primary {
  margin-left: 10px;
}
.wrap.llms-reporting .llms-setting-group .llms-help-tooltip .dashicons,
.wrap.lifterlms-settings .llms-setting-group .llms-help-tooltip .dashicons,
.wrap.llms-status .llms-setting-group .llms-help-tooltip .dashicons {
  color: #444;
  cursor: help;
}
.wrap.llms-reporting .llms-setting-group .form-table,
.wrap.lifterlms-settings .llms-setting-group .form-table,
.wrap.llms-status .llms-setting-group .form-table {
  margin: 0;
}
.wrap.llms-reporting .llms-setting-group .form-table tr:first-child .llms-subtitle,
.wrap.lifterlms-settings .llms-setting-group .form-table tr:first-child .llms-subtitle,
.wrap.llms-status .llms-setting-group .form-table tr:first-child .llms-subtitle {
  margin-top: 0;
}
.wrap.llms-reporting .llms-setting-group td[colspan="2"],
.wrap.lifterlms-settings .llms-setting-group td[colspan="2"],
.wrap.llms-status .llms-setting-group td[colspan="2"] {
  padding-top: 0;
  padding-left: 0;
}
.wrap.llms-reporting .llms-setting-group tr.llms-disabled-field,
.wrap.lifterlms-settings .llms-setting-group tr.llms-disabled-field,
.wrap.llms-status .llms-setting-group tr.llms-disabled-field {
  opacity: 0.5;
  pointer-events: none;
}
.wrap.llms-reporting .llms-setting-group p,
.wrap.lifterlms-settings .llms-setting-group p,
.wrap.llms-status .llms-setting-group p {
  font-size: 14px;
}
.wrap.llms-reporting .llms-setting-group input[type=text],
.wrap.llms-reporting .llms-setting-group input[type=password],
.wrap.llms-reporting .llms-setting-group input[type=datetime],
.wrap.llms-reporting .llms-setting-group input[type=datetime-local],
.wrap.llms-reporting .llms-setting-group input[type=date],
.wrap.llms-reporting .llms-setting-group input[type=month],
.wrap.llms-reporting .llms-setting-group input[type=time],
.wrap.llms-reporting .llms-setting-group input[type=week],
.wrap.llms-reporting .llms-setting-group input[type=number],
.wrap.llms-reporting .llms-setting-group input[type=email],
.wrap.llms-reporting .llms-setting-group input[type=url],
.wrap.llms-reporting .llms-setting-group input[type=search],
.wrap.llms-reporting .llms-setting-group input[type=tel],
.wrap.llms-reporting .llms-setting-group input[type=color],
.wrap.llms-reporting .llms-setting-group select,
.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area),
.wrap.lifterlms-settings .llms-setting-group input[type=text],
.wrap.lifterlms-settings .llms-setting-group input[type=password],
.wrap.lifterlms-settings .llms-setting-group input[type=datetime],
.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local],
.wrap.lifterlms-settings .llms-setting-group input[type=date],
.wrap.lifterlms-settings .llms-setting-group input[type=month],
.wrap.lifterlms-settings .llms-setting-group input[type=time],
.wrap.lifterlms-settings .llms-setting-group input[type=week],
.wrap.lifterlms-settings .llms-setting-group input[type=number],
.wrap.lifterlms-settings .llms-setting-group input[type=email],
.wrap.lifterlms-settings .llms-setting-group input[type=url],
.wrap.lifterlms-settings .llms-setting-group input[type=search],
.wrap.lifterlms-settings .llms-setting-group input[type=tel],
.wrap.lifterlms-settings .llms-setting-group input[type=color],
.wrap.lifterlms-settings .llms-setting-group select,
.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area),
.wrap.llms-status .llms-setting-group input[type=text],
.wrap.llms-status .llms-setting-group input[type=password],
.wrap.llms-status .llms-setting-group input[type=datetime],
.wrap.llms-status .llms-setting-group input[type=datetime-local],
.wrap.llms-status .llms-setting-group input[type=date],
.wrap.llms-status .llms-setting-group input[type=month],
.wrap.llms-status .llms-setting-group input[type=time],
.wrap.llms-status .llms-setting-group input[type=week],
.wrap.llms-status .llms-setting-group input[type=number],
.wrap.llms-status .llms-setting-group input[type=email],
.wrap.llms-status .llms-setting-group input[type=url],
.wrap.llms-status .llms-setting-group input[type=search],
.wrap.llms-status .llms-setting-group input[type=tel],
.wrap.llms-status .llms-setting-group input[type=color],
.wrap.llms-status .llms-setting-group select,
.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area) {
  width: 50%;
}
.wrap.llms-reporting .llms-setting-group input[type=text].medium,
.wrap.llms-reporting .llms-setting-group input[type=password].medium,
.wrap.llms-reporting .llms-setting-group input[type=datetime].medium,
.wrap.llms-reporting .llms-setting-group input[type=datetime-local].medium,
.wrap.llms-reporting .llms-setting-group input[type=date].medium,
.wrap.llms-reporting .llms-setting-group input[type=month].medium,
.wrap.llms-reporting .llms-setting-group input[type=time].medium,
.wrap.llms-reporting .llms-setting-group input[type=week].medium,
.wrap.llms-reporting .llms-setting-group input[type=number].medium,
.wrap.llms-reporting .llms-setting-group input[type=email].medium,
.wrap.llms-reporting .llms-setting-group input[type=url].medium,
.wrap.llms-reporting .llms-setting-group input[type=search].medium,
.wrap.llms-reporting .llms-setting-group input[type=tel].medium,
.wrap.llms-reporting .llms-setting-group input[type=color].medium,
.wrap.llms-reporting .llms-setting-group select.medium,
.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).medium,
.wrap.lifterlms-settings .llms-setting-group input[type=text].medium,
.wrap.lifterlms-settings .llms-setting-group input[type=password].medium,
.wrap.lifterlms-settings .llms-setting-group input[type=datetime].medium,
.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].medium,
.wrap.lifterlms-settings .llms-setting-group input[type=date].medium,
.wrap.lifterlms-settings .llms-setting-group input[type=month].medium,
.wrap.lifterlms-settings .llms-setting-group input[type=time].medium,
.wrap.lifterlms-settings .llms-setting-group input[type=week].medium,
.wrap.lifterlms-settings .llms-setting-group input[type=number].medium,
.wrap.lifterlms-settings .llms-setting-group input[type=email].medium,
.wrap.lifterlms-settings .llms-setting-group input[type=url].medium,
.wrap.lifterlms-settings .llms-setting-group input[type=search].medium,
.wrap.lifterlms-settings .llms-setting-group input[type=tel].medium,
.wrap.lifterlms-settings .llms-setting-group input[type=color].medium,
.wrap.lifterlms-settings .llms-setting-group select.medium,
.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).medium,
.wrap.llms-status .llms-setting-group input[type=text].medium,
.wrap.llms-status .llms-setting-group input[type=password].medium,
.wrap.llms-status .llms-setting-group input[type=datetime].medium,
.wrap.llms-status .llms-setting-group input[type=datetime-local].medium,
.wrap.llms-status .llms-setting-group input[type=date].medium,
.wrap.llms-status .llms-setting-group input[type=month].medium,
.wrap.llms-status .llms-setting-group input[type=time].medium,
.wrap.llms-status .llms-setting-group input[type=week].medium,
.wrap.llms-status .llms-setting-group input[type=number].medium,
.wrap.llms-status .llms-setting-group input[type=email].medium,
.wrap.llms-status .llms-setting-group input[type=url].medium,
.wrap.llms-status .llms-setting-group input[type=search].medium,
.wrap.llms-status .llms-setting-group input[type=tel].medium,
.wrap.llms-status .llms-setting-group input[type=color].medium,
.wrap.llms-status .llms-setting-group select.medium,
.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).medium {
  width: 30%;
}
.wrap.llms-reporting .llms-setting-group input[type=text].small,
.wrap.llms-reporting .llms-setting-group input[type=password].small,
.wrap.llms-reporting .llms-setting-group input[type=datetime].small,
.wrap.llms-reporting .llms-setting-group input[type=datetime-local].small,
.wrap.llms-reporting .llms-setting-group input[type=date].small,
.wrap.llms-reporting .llms-setting-group input[type=month].small,
.wrap.llms-reporting .llms-setting-group input[type=time].small,
.wrap.llms-reporting .llms-setting-group input[type=week].small,
.wrap.llms-reporting .llms-setting-group input[type=number].small,
.wrap.llms-reporting .llms-setting-group input[type=email].small,
.wrap.llms-reporting .llms-setting-group input[type=url].small,
.wrap.llms-reporting .llms-setting-group input[type=search].small,
.wrap.llms-reporting .llms-setting-group input[type=tel].small,
.wrap.llms-reporting .llms-setting-group input[type=color].small,
.wrap.llms-reporting .llms-setting-group select.small,
.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).small,
.wrap.lifterlms-settings .llms-setting-group input[type=text].small,
.wrap.lifterlms-settings .llms-setting-group input[type=password].small,
.wrap.lifterlms-settings .llms-setting-group input[type=datetime].small,
.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].small,
.wrap.lifterlms-settings .llms-setting-group input[type=date].small,
.wrap.lifterlms-settings .llms-setting-group input[type=month].small,
.wrap.lifterlms-settings .llms-setting-group input[type=time].small,
.wrap.lifterlms-settings .llms-setting-group input[type=week].small,
.wrap.lifterlms-settings .llms-setting-group input[type=number].small,
.wrap.lifterlms-settings .llms-setting-group input[type=email].small,
.wrap.lifterlms-settings .llms-setting-group input[type=url].small,
.wrap.lifterlms-settings .llms-setting-group input[type=search].small,
.wrap.lifterlms-settings .llms-setting-group input[type=tel].small,
.wrap.lifterlms-settings .llms-setting-group input[type=color].small,
.wrap.lifterlms-settings .llms-setting-group select.small,
.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).small,
.wrap.llms-status .llms-setting-group input[type=text].small,
.wrap.llms-status .llms-setting-group input[type=password].small,
.wrap.llms-status .llms-setting-group input[type=datetime].small,
.wrap.llms-status .llms-setting-group input[type=datetime-local].small,
.wrap.llms-status .llms-setting-group input[type=date].small,
.wrap.llms-status .llms-setting-group input[type=month].small,
.wrap.llms-status .llms-setting-group input[type=time].small,
.wrap.llms-status .llms-setting-group input[type=week].small,
.wrap.llms-status .llms-setting-group input[type=number].small,
.wrap.llms-status .llms-setting-group input[type=email].small,
.wrap.llms-status .llms-setting-group input[type=url].small,
.wrap.llms-status .llms-setting-group input[type=search].small,
.wrap.llms-status .llms-setting-group input[type=tel].small,
.wrap.llms-status .llms-setting-group input[type=color].small,
.wrap.llms-status .llms-setting-group select.small,
.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).small {
  width: 20%;
}
.wrap.llms-reporting .llms-setting-group input[type=text].tiny,
.wrap.llms-reporting .llms-setting-group input[type=password].tiny,
.wrap.llms-reporting .llms-setting-group input[type=datetime].tiny,
.wrap.llms-reporting .llms-setting-group input[type=datetime-local].tiny,
.wrap.llms-reporting .llms-setting-group input[type=date].tiny,
.wrap.llms-reporting .llms-setting-group input[type=month].tiny,
.wrap.llms-reporting .llms-setting-group input[type=time].tiny,
.wrap.llms-reporting .llms-setting-group input[type=week].tiny,
.wrap.llms-reporting .llms-setting-group input[type=number].tiny,
.wrap.llms-reporting .llms-setting-group input[type=email].tiny,
.wrap.llms-reporting .llms-setting-group input[type=url].tiny,
.wrap.llms-reporting .llms-setting-group input[type=search].tiny,
.wrap.llms-reporting .llms-setting-group input[type=tel].tiny,
.wrap.llms-reporting .llms-setting-group input[type=color].tiny,
.wrap.llms-reporting .llms-setting-group select.tiny,
.wrap.llms-reporting .llms-setting-group textarea:not(.wp-editor-area).tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=text].tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=password].tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=datetime].tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=datetime-local].tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=date].tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=month].tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=time].tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=week].tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=number].tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=email].tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=url].tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=search].tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=tel].tiny,
.wrap.lifterlms-settings .llms-setting-group input[type=color].tiny,
.wrap.lifterlms-settings .llms-setting-group select.tiny,
.wrap.lifterlms-settings .llms-setting-group textarea:not(.wp-editor-area).tiny,
.wrap.llms-status .llms-setting-group input[type=text].tiny,
.wrap.llms-status .llms-setting-group input[type=password].tiny,
.wrap.llms-status .llms-setting-group input[type=datetime].tiny,
.wrap.llms-status .llms-setting-group input[type=datetime-local].tiny,
.wrap.llms-status .llms-setting-group input[type=date].tiny,
.wrap.llms-status .llms-setting-group input[type=month].tiny,
.wrap.llms-status .llms-setting-group input[type=time].tiny,
.wrap.llms-status .llms-setting-group input[type=week].tiny,
.wrap.llms-status .llms-setting-group input[type=number].tiny,
.wrap.llms-status .llms-setting-group input[type=email].tiny,
.wrap.llms-status .llms-setting-group input[type=url].tiny,
.wrap.llms-status .llms-setting-group input[type=search].tiny,
.wrap.llms-status .llms-setting-group input[type=tel].tiny,
.wrap.llms-status .llms-setting-group input[type=color].tiny,
.wrap.llms-status .llms-setting-group select.tiny,
.wrap.llms-status .llms-setting-group textarea:not(.wp-editor-area).tiny {
  width: 10%;
}
@media only screen and (min-width: 782px) {
  .wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,
.wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link,
.wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-item.llms-active .llms-nav-link {
    background: #fff;
  }
}
.wrap.llms-reporting #llms-mailhawk-connect,
.wrap.lifterlms-settings #llms-mailhawk-connect,
.wrap.llms-status #llms-mailhawk-connect {
  height: auto;
  margin: 0 0 6px;
  position: relative;
}
.wrap.llms-reporting #llms-mailhawk-connect .dashicons,
.wrap.lifterlms-settings #llms-mailhawk-connect .dashicons,
.wrap.llms-status #llms-mailhawk-connect .dashicons {
  margin: -4px 4px 0 0;
  vertical-align: middle;
}
.wrap.llms-reporting #llms-sendwp-connect,
.wrap.lifterlms-settings #llms-sendwp-connect,
.wrap.llms-status #llms-sendwp-connect {
  height: auto;
  margin: 0 0 6px;
  position: relative;
}
.wrap.llms-reporting #llms-sendwp-connect .fa,
.wrap.lifterlms-settings #llms-sendwp-connect .fa,
.wrap.llms-status #llms-sendwp-connect .fa {
  margin-right: 4px;
}

@media only screen and (min-width: 782px) {
  .wrap.lifterlms-settings .llms-subheader {
    height: 40px;
    position: sticky;
    top: 32px;
  }
  .wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary {
    margin: 0 -20px 20px -22px;
  }
  .wrap.lifterlms-settings .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items {
    padding-left: 10px;
  }
  .wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary {
    margin: 0 -20px 20px -22px;
  }
  .wrap.llms-reporting .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items {
    padding-left: 10px;
  }
  .wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary {
    margin: 0 -20px 20px -22px;
  }
  .wrap.llms-status .llms-nav-tab-wrapper.llms-nav-secondary .llms-nav-items {
    padding-left: 10px;
  }
}
.wrap.llms-dashboard .llms-inside-wrap {
  padding-top: 30px;
}
.wrap.llms-dashboard #poststuff h2 {
  padding: 12px 20px;
}
.wrap.llms-dashboard .llms-dashboard-activity h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0;
  text-align: center;
}
.wrap.llms-dashboard .postbox {
  background-color: #FFF;
  border: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.wrap.llms-dashboard .postbox .postbox-header {
  border-bottom-color: #efefef;
}
.wrap.llms-dashboard .postbox .inside {
  padding: 20px;
}
.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap {
  margin-top: 0;
}
.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item {
  margin-top: 0;
}
.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item p {
  text-align: left;
}
.wrap.llms-dashboard #llms_dashboard_addons .llms-addons-wrap .llms-add-on-item footer.llms-actions {
  padding-top: 0;
}
.wrap.llms-dashboard #llms_dashboard_addons p {
  text-align: center;
}
.wrap.llms-dashboard #llms_dashboard_addons p .llms-button-primary {
  display: inline-block;
  margin-top: 15px;
}
.wrap.llms-dashboard #llms_dashboard_quick_links ul {
  list-style: disc;
  margin: 5px 0 0 20px;
}
.wrap.llms-dashboard #llms_dashboard_quick_links ul li {
  font-size: 15px;
  line-height: 1.5;
}
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links a {
  display: inline-block;
}
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list h3 {
  margin: 0 0 10px 0;
}
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list ul {
  margin-bottom: 20px;
}
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list ul.llms-checklist {
  list-style: none;
  margin-left: 0;
}
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa {
  text-align: center;
  width: 16px;
}
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa-check {
  color: #008a20;
}
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .fa-times {
  color: #d63638;
}
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-primary,
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-secondary,
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links .llms-list .llms-button-action {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 782px) {
  .wrap.llms-dashboard #llms_dashboard_quick_links .llms-quick-links {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links .llms-list h3 {
  margin: 0;
}
.wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links .llms-list h3 .dashicons {
  color: #AAA;
}
@media only screen and (min-width: 782px) {
  .wrap.llms-dashboard #llms_dashboard_quick_links .llms-help-links {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.wrap.llms-dashboard #llms_dashboard_blog ul,
.wrap.llms-dashboard #llms_dashboard_podcast ul {
  margin: 0;
}
.wrap.llms-dashboard #llms_dashboard_blog ul li,
.wrap.llms-dashboard #llms_dashboard_podcast ul li {
  margin: 0 0 15px 0;
}
.wrap.llms-dashboard #llms_dashboard_blog ul li a,
.wrap.llms-dashboard #llms_dashboard_podcast ul li a {
  display: block;
}
.wrap.llms-dashboard #llms_dashboard_blog p,
.wrap.llms-dashboard #llms_dashboard_podcast p {
  margin: 15px 0;
  text-align: center;
}
.wrap.llms-dashboard #llms_dashboard_blog p a,
.wrap.llms-dashboard #llms_dashboard_podcast p a {
  display: inline-block;
}

#llms_dashboard_widget .inside {
  margin: 0;
  padding-bottom: 8px;
}
#llms_dashboard_widget .llms-dashboard-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
}
#llms_dashboard_widget .activity-block {
  padding-bottom: 8px;
  border-color: #e8e8e8;
}
#llms_dashboard_widget h3 {
  margin-bottom: 0;
}
#llms_dashboard_widget .llms-charts-wrapper {
  display: none;
}
#llms_dashboard_widget .llms-widget-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 4px 0;
}
#llms_dashboard_widget .llms-widget-row:before, #llms_dashboard_widget .llms-widget-row:after {
  display: none;
}
#llms_dashboard_widget .llms-widget-1-4 {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#llms_dashboard_widget .llms-widget {
  padding: 8px 8px 12px;
  margin: 0;
  border-radius: 6px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0px 2px 4px rgb(246, 247, 247);
          box-shadow: 0px 2px 4px rgb(246, 247, 247);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#llms_dashboard_widget .llms-label {
  font-size: 14px;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#llms_dashboard_widget .llms-widget-content {
  font-size: 20px;
  margin: 0;
}
#llms_dashboard_widget .llms-widget-info-toggle {
  display: none;
}
#llms_dashboard_widget a {
  border: 0;
}
#llms_dashboard_widget .subsubsub {
  color: #dcdcde;
}

.llms-dashboard-widget-feed {
  margin: 0 -12px;
  padding: 0;
  background-color: #f6f7f7;
}
.llms-dashboard-widget-feed li {
  margin: 0;
  padding: 8px 12px;
  border-bottom: 1px solid #e8e8e8;
}
.llms-dashboard-widget-feed span {
  display: block;
}

.wrap.llms-resources .llms-inside-wrap {
  padding-top: 30px;
}
.wrap.llms-resources #poststuff #post-body.columns-2 {
  margin-right: 350px;
}
.wrap.llms-resources #poststuff #post-body.columns-2 #side-sortables {
  width: 330px;
}
@media only screen and (max-width: 850px) {
  .wrap.llms-resources #poststuff #post-body.columns-2 #side-sortables {
    width: auto;
  }
}
.wrap.llms-resources #poststuff #postbox-container-1 {
  float: right;
  margin-right: -350px;
  width: 330px;
}
.wrap.llms-resources #poststuff h2 {
  padding: 12px 20px;
}
.wrap.llms-resources #poststuff .postbox {
  background-color: #FFF;
  border: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}
.wrap.llms-resources #poststuff .postbox .postbox-header {
  border-bottom-color: #efefef;
}
.wrap.llms-resources #poststuff .postbox .inside {
  margin: 0;
  padding: 20px;
}
.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 40px 0;
}
.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container {
  height: 0;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 56.25%;
  position: relative;
}
.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container iframe,
.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container object,
.wrap.llms-resources #llms_dashboard_welcome_video .llms-welcome-video .llms-welcome-video-container embed {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.wrap.llms-resources #llms_dashboard_getting_started ul {
  margin: 0 0 20px 0;
}
.wrap.llms-resources #llms_dashboard_getting_started ul li {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.wrap.llms-resources #llms_dashboard_getting_started .llms-button-primary {
  display: block;
  margin-top: auto;
  max-width: 300px;
  text-align: center;
}
.wrap.llms-resources #llms_dashboard_resource_links ul {
  list-style: disc;
  margin: 5px 0 0 20px;
}
.wrap.llms-resources #llms_dashboard_resource_links ul li {
  font-size: 15px;
  line-height: 1.5;
}
.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 60px;
}
.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links a {
  display: inline-block;
}
.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list h3 {
  margin: 0 0 10px 0;
}
.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list h3 .dashicons {
  color: #AAA;
}
.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list ul {
  margin-bottom: 20px;
}
.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-primary,
.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-secondary,
.wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links .llms-list .llms-button-action {
  display: block;
  margin-top: auto;
  max-width: 300px;
  text-align: center;
}
@media only screen and (min-width: 782px) {
  .wrap.llms-resources #llms_dashboard_resource_links .llms-resource-links {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.llms-remarks .llms-remarks-field {
  height: 120px;
  width: 100%;
}
.llms-remarks input[type=number] {
  width: 60px;
}

button[name=llms_quiz_attempt_action] .save {
  display: none;
}
button[name=llms_quiz_attempt_action].grading .default {
  display: none;
}
button[name=llms_quiz_attempt_action].grading .save {
  display: inline;
}

.llms-form-fields {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.llms-form-fields * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.llms-form-fields.flush .llms-form-field {
  padding: 0 0 20px;
}
.llms-form-fields label:not(.llms-field-html label) {
  font-weight: 700;
}
.llms-form-fields .wp-block-columns, .llms-form-fields .wp-block-column {
  margin-bottom: 0;
}

.llms-form-heading {
  padding: 0 10px 10px;
}

.llms-form-field {
  float: left;
  padding: 0 10px 20px;
  position: relative;
  width: 100%;
}
.llms-form-field label:empty:after {
  content: " ";
}
.llms-form-field [type=text],
.llms-form-field [type=password],
.llms-form-field [type=email],
.llms-form-field [type=url],
.llms-form-field [type=tel],
.llms-form-field [type=number] {
  background-color: #fefefe;
  background-clip: padding-box;
  border: 1px solid #999;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1;
  padding: 8px 12px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  width: 100%;
}
.llms-form-field input:focus,
.llms-form-field input:focus-visible {
  border-color: #6888df;
  outline: thin solid;
}
.llms-form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fefefe;
  border: 1px solid #999;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #010101;
  padding: 8px 12px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  cursor: inherit;
  line-height: 1.6;
  z-index: 1;
  outline: none;
  background-repeat: no-repeat;
  background-image: linear-gradient(45deg, transparent 50%, currentcolor 50%), linear-gradient(135deg, currentcolor 50%, transparent 50%);
  background-position: right 15px top 1.3rem, right 10px top 1.3rem;
  background-size: 5px 5px, 5px 5px;
}
.llms-form-field select::-ms-expand {
  display: none;
}
.llms-form-field select:focus {
  border: 1px solid #6888df;
  outline: thin solid;
}
.llms-form-field.valid input[type=date], .llms-form-field.valid input[type=time], .llms-form-field.valid input[type=datetime-local], .llms-form-field.valid input[type=week], .llms-form-field.valid input[type=month], .llms-form-field.valid input[type=text], .llms-form-field.valid input[type=email], .llms-form-field.valid input[type=url], .llms-form-field.valid input[type=password], .llms-form-field.valid input[type=search], .llms-form-field.valid input[type=tel], .llms-form-field.valid input[type=number], .llms-form-field.valid textarea, .llms-form-field.valid select {
  background: rgba(131, 195, 115, 0.3);
  border-color: #83c373;
}
.llms-form-field.error input[type=date], .llms-form-field.error input[type=time], .llms-form-field.error input[type=datetime-local], .llms-form-field.error input[type=week], .llms-form-field.error input[type=month], .llms-form-field.error input[type=text], .llms-form-field.error input[type=email], .llms-form-field.error input[type=url], .llms-form-field.error input[type=password], .llms-form-field.error input[type=search], .llms-form-field.error input[type=tel], .llms-form-field.error input[type=number], .llms-form-field.error textarea, .llms-form-field.error select, .llms-form-field.invalid input[type=date], .llms-form-field.invalid input[type=time], .llms-form-field.invalid input[type=datetime-local], .llms-form-field.invalid input[type=week], .llms-form-field.invalid input[type=month], .llms-form-field.invalid input[type=text], .llms-form-field.invalid input[type=email], .llms-form-field.invalid input[type=url], .llms-form-field.invalid input[type=password], .llms-form-field.invalid input[type=search], .llms-form-field.invalid input[type=tel], .llms-form-field.invalid input[type=number], .llms-form-field.invalid textarea, .llms-form-field.invalid select {
  background: rgba(187, 35, 28, 0.3);
  border-color: #bb231c;
}
.llms-form-field.llms-visually-hidden-field {
  display: none;
}
.llms-form-field.align-right {
  text-align: right;
}
@media screen and (min-width: 600px) {
  .llms-form-field.llms-cols-1 {
    width: 8.3333333333%;
  }
  .llms-form-field.llms-cols-2 {
    width: 16.6666666667%;
  }
  .llms-form-field.llms-cols-3 {
    width: 25%;
  }
  .llms-form-field.llms-cols-4 {
    width: 33.3333333333%;
  }
  .llms-form-field.llms-cols-5 {
    width: 41.6666666667%;
  }
  .llms-form-field.llms-cols-6 {
    width: 50%;
  }
  .llms-form-field.llms-cols-7 {
    width: 58.3333333333%;
  }
  .llms-form-field.llms-cols-8 {
    width: 66.6666666667%;
  }
  .llms-form-field.llms-cols-9 {
    width: 75%;
  }
  .llms-form-field.llms-cols-10 {
    width: 83.3333333333%;
  }
  .llms-form-field.llms-cols-11 {
    width: 91.6666666667%;
  }
  .llms-form-field.llms-cols-12 {
    width: 100%;
  }
}
.llms-form-field.type-hidden {
  padding: 0;
}
.llms-form-field.type-radio input,
.llms-form-field.type-radio label, .llms-form-field.type-checkbox input,
.llms-form-field.type-checkbox label {
  display: inline-block;
  width: auto;
}
.llms-form-field.type-radio input, .llms-form-field.type-checkbox input {
  margin-right: 10px;
}
.llms-form-field.type-radio label + .llms-description, .llms-form-field.type-checkbox label + .llms-description {
  display: block;
}
.llms-form-field.type-radio:not(.is-group) input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: none;
}
.llms-form-field.type-radio:not(.is-group) label:before {
  background: #fafafa;
  background-position: -24px 0;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-box-shadow: hsla(0deg, 0%, 100%, 0.15) 0 1px 1px, inset hsla(0deg, 0%, 0%, 0.35) 0 0 0 1px;
          box-shadow: hsla(0deg, 0%, 100%, 0.15) 0 1px 1px, inset hsla(0deg, 0%, 0%, 0.35) 0 0 0 1px;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 22px;
  margin-right: 5px;
  position: relative;
  -webkit-transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1);
  transition: background-position 0.15s cubic-bezier(0.8, 0, 1, 1);
  top: -3px;
  vertical-align: middle;
  width: 22px;
  z-index: 2;
}
.llms-form-field.type-radio:not(.is-group) input[type=radio]:checked + label:before {
  -webkit-transition: background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1);
  transition: background-position 0.2s 0.15s cubic-bezier(0, 0, 0.2, 1);
  background-position: 0 0;
  background-image: radial-gradient(ellipse at center, #466dd8 0%, #466dd8 40%, #fafafa 45%);
}
.llms-form-field .llms-input-group {
  margin-top: 5px;
}
.llms-form-field .llms-input-group .llms-form-field {
  padding: 0 0 5px 5px;
}
.llms-form-field.type-reset button:not(.auto), .llms-form-field.type-button button:not(.auto), .llms-form-field.type-submit button:not(.auto) {
  width: 100%;
}
.llms-form-field .llms-description {
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}
.llms-form-field .llms-required {
  color: #bb231c;
  margin-left: 4px;
}
.llms-form-field input, .llms-form-field textarea, .llms-form-field select {
  width: 100%;
  margin-bottom: 5px;
}
.llms-form-field .select2-container .select2-selection--single {
  height: auto;
  padding: 4px 6px;
}
.llms-form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.llms-form-field:has(.llms-visibility-toggle) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-areas: "label toggle" "input input";
  grid-template-columns: 1fr auto;
}
.llms-form-field:has(.llms-visibility-toggle) label {
  grid-area: label;
}
.llms-form-field:has(.llms-visibility-toggle) input {
  grid-area: input;
}
.llms-form-field:has(.llms-visibility-toggle) .llms-visibility-toggle {
  grid-area: toggle;
  justify-self: end;
}

.llms-password-strength-meter {
  border: 1px solid #dadada;
  display: none;
  font-size: 10px;
  margin-top: -10px;
  padding: 1px;
  position: relative;
  text-align: center;
}
.llms-password-strength-meter:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.llms-password-strength-meter.mismatch, .llms-password-strength-meter.too-short, .llms-password-strength-meter.very-weak {
  border-color: #e35b5b;
}
.llms-password-strength-meter.mismatch:before, .llms-password-strength-meter.too-short:before, .llms-password-strength-meter.very-weak:before {
  background: rgba(227, 91, 91, 0.25);
  width: 25%;
}
.llms-password-strength-meter.too-short:before {
  width: 0;
}
.llms-password-strength-meter.weak {
  border-color: #f78b53;
}
.llms-password-strength-meter.weak:before {
  background: rgba(247, 139, 83, 0.25);
  width: 50%;
}
.llms-password-strength-meter.medium {
  border-color: #ffc733;
}
.llms-password-strength-meter.medium:before {
  background: rgba(255, 199, 51, 0.25);
  width: 75%;
}
.llms-password-strength-meter.strong {
  border-color: #83c373;
}
.llms-password-strength-meter.strong:before {
  background: rgba(131, 195, 115, 0.25);
  width: 100%;
}
.llms-password-strength-meter + .llms-description {
  display: block;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*# sourceMappingURL=../maps/css/admin.css.map */