File: /home/citaqlmd/nt.lmskreators.com/wp-content/plugins/mycred/assets/css/tourguide.css
.shepherd-element {
background: #fff;
border-radius: 5px;
box-shadow:2px 5px 8px 9px rgb(0 0 0 / 20%);
max-width: 400px;
opacity: 0;
outline: none;
transition: opacity 0.3s, visibility 0.3s;
visibility: hidden;
width: 100%;
z-index: 9999;
}
.shepherd-enabled.shepherd-element {
opacity: 1;
visibility: visible;
}
.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
opacity: 0;
pointer-events: none;
visibility: hidden;
}
.fs-tooltip-trigger {
visibility: visible;
}
.shepherd-element,
.shepherd-element *,
.shepherd-element :after,
.shepherd-element :before {
box-sizing: border-box;
}
.shepherd-arrow,
.shepherd-arrow:before {
position: absolute;
width: 30px;
height: 30px;
z-index: -1;
}
.shepherd-arrow:before {
content: "";
transform: rotate(40deg);
background: #fff;
}
.shepherd-element[data-popper-placement^="top"] > .shepherd-arrow {
bottom: -10px;
}
.shepherd-element[data-popper-placement^="bottom"] > .shepherd-arrow {
top: -10px;
}
.shepherd-element[data-popper-placement^="left"] > .shepherd-arrow {
right: -10px;
}
.shepherd-element[data-popper-placement^="right"] > .shepherd-arrow {
left: -10px;
}
.shepherd-element.shepherd-centered > .shepherd-arrow {
opacity: 0;
}
.shepherd-element.shepherd-has-title[data-popper-placement^="bottom"] > .shepherd-arrow:before {
background-color: #9852f1;
}
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,
.shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
pointer-events: none;
}
.shepherd-modal-overlay-container {
-ms-filter: progid:dximagetransform.microsoft.gradient.alpha(Opacity=50);
filter: alpha(opacity=50);
height: 0;
left: 0;
opacity: 0;
overflow: hidden;
pointer-events: none;
position: fixed;
top: 0;
transition: all 0.3s ease-out, height 0ms 0.3s, opacity 0.3s 0ms;
width: 100vw;
z-index: 9997;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible {
height: 100vh;
opacity: 0.5;
transition: all 0.3s ease-out, height 0s 0s, opacity 0.3s 0s;
}
.shepherd-modal-overlay-container.shepherd-modal-is-visible path {
pointer-events: all;
}
.shepherd-content {
border-radius: 5px;
outline: none;
padding: 0;
}
.shepherd-header {
align-items: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
display: flex;
justify-content: flex-end;
line-height: 2em;
padding: 0.75rem 0.75rem 0;
}
.shepherd-has-title .shepherd-content .shepherd-header {
background: #9852f1;
padding: 1em;
}
.shepherd-text {
color: black;
font-size: 13px;
line-height: 1.3em;
padding: 0.75em;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
padding: 20px;
}
.shepherd-text p {
margin-top: 0;
}
.shepherd-text p:last-child {
margin-bottom: 0;
}
.shepherd-footer {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
display: flex;
justify-content: flex-end;
padding: 0 0.75rem 0.75rem;
}
.shepherd-footer .shepherd-button:last-child {
margin-right: 0;
}
.shepherd-cancel-icon {
background: transparent;
border: none;
color: hsla(0, 0%, 50.2%, 0.75);
font-size: 2em;
cursor: pointer;
font-weight: 400;
margin: 0;
padding: 0;
transition: color 0.5s ease;
}
.shepherd-cancel-icon:hover {
color: rgba(0, 0, 0, 0.75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon {
color: hsla(0, 0%, 50.2%, 0.75);
}
.shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
color: rgba(0, 0, 0, 0.75);
}
.shepherd-title {
color: white;
display: flex;
font-size: 1rem;
font-weight: 400;
flex: 1 0 auto;
margin: 0;
padding: 0;
}
.shepherd-button {
background: #9852f1;
border: 0;
border-radius: 3px;
color: hsl(0, 0%, 100%);
cursor: pointer;
margin-right: 0.5rem;
padding: 10px;
font-weight: 1000;
transition: all 0.5s ease;
}
.shepherd-button:not(:disabled):hover {
background: #7d32dd;
color: white
}
.shepherd-button.shepherd-button-secondary {
background: #f1f2f3;
color: rgba(0, 0, 0, 0.473);
}
.shepherd-button.shepherd-button-secondary:not(:disabled):hover {
background: #d6d9db;
color: rgba(0, 0, 0, 0.75);
}
.shepherd-button:disabled {
cursor: not-allowed;
}
.num{
margin-left: auto;
}
span.dashicons.dashicons-dismiss.cancel {
margin-top: 4px;
margin-left: 7px;
cursor: pointer;
}
span.dashicons.dashicons-dismiss.cancel:hover {
color: #dbdbdd;
}