@keyframes hopper {
    0% {
        margin-top: 0;
    }
    5% {
        margin-top: 0;
    }
    10% {
        margin-top: -7px;
    }
    15% {
        margin-top: -10px;
    }
    20% {
        margin-top: -7px;
    }
    25% {
        margin-top: 0;
    }
    32% {
        margin-top: -6px;
    }
    39% {
        margin-top: 0;
    }
    46% {
        margin-top: -4px;
    }
    53% {
        margin-top: 0;
    }
    57% {
        margin-top: -2px;
    }
    61% {
        margin-top: 0;
    }
    100% {
        margin-top: 0;
    }
}

.tutorial-example > div {
    display: none;
}
.tutorial-example {
    margin-top: 8px;
}
.tutorial-admin {
    position: relative;
}
.tutorial-admin .tutorial_edit {
    font-size: 13px;
    position: absolute;
    top: 3px;
    background: none;
    border: none;
    padding: 0;
}
.tutorial-admin .tutorial_edit:hover + * {
    text-decoration: underline;
}
.tutorial-admin .tutorial_edit + span {
    margin: 18px;
}
.tutorial .tutorial_edit + .tutorial-box:hover, .tutorial .tutorial_edit:hover + .tutorial-box,
.tutorial-balloon .tutorial_edit + .tutorial-box:hover, .tutorial-balloon .tutorial_edit:hover + .tutorial-box {
    text-indent: 30px;
    z-index: -1;
}
.tutorial-box div {
    text-indent: 0;
}
.tutorial .tutorial_edit,
.tutorial-balloon .tutorial_edit {
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 30px;
    background: none;
    border: none;
    padding: 0;
    z-index: 0;
    cursor: pointer;
}
.tutorial-balloon .tutorial_edit {
    left: 15px;
}
.tutorial .tutorial_edit:focus, .tutorial-balloon .tutorial_edit:focus {
    outline: none;
}
.tutorial .tutorial_edit:hover + *, .tutorial-balloon .tutorial_edit:hover + * {
    text-decoration: underline;
}
.st-tutorial-item {
    color: #fff;
    margin-right: 5px;
}
.st-tutorial-item i {
    font-size: 18px;
}
body.helper * {
    cursor: help;
}
body.helper .st-tutorial-item {
    background-color: #3f3f3f;
}
body.helper .st-tutorial-item {
    color: #ccc;
}
body.helper *[tut-id]:hover {
    background: #3f3f3f19;
    box-shadow: 0 0 5px 5px #3f3f3f19;
}
.tutorial, .tutorial-balloon {
    display: none;
}
.tutorial {
    position: fixed;
    right: 0;
    max-width: 400px;
    min-width: 100px;
    border: 5px solid #555;
    border-right: none;
    min-height: 100px;
    top: 40px;
    z-index: 1000;
    box-shadow: 0 2px 5px 0;
    background: #fff;
}
.tutorial-prompt {
    position: fixed;
    right: 0;
    top: 55px;
    font-size: 30px;
    z-index: 1000;
    display: none;
    text-shadow: 0 0 1px #ccc;
}
.tutorial-prompt button {
    background: none;
    border: none;
    display: block;
    padding: 7px 0;
    cursor: pointer;
}
.tutorial-prompt button i {
    animation: hopper 2s infinite;
    -webkit-animation: hopper 2s infinite;
    transition: transform .2s;
}
.tutorial-prompt button:focus {
    outline: none;
}
.tutorial-prompt button:hover i {
    animation: none;
    -webkit-animation: none;
    transform: scale(1.5);
}
.tutorial-prompt i {
    padding: 0 10px;
    color: #FDD023;
    display: block;
}
.tutorial-box {
    padding: 5px 15px 5px 25px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    min-height: 90px;
    text-align: justify;

    background: #fff;
    z-index: 1;
    position: relative;
}
.tutorial-balloon {
    position: absolute;
    min-height: 35px;
    min-width: 200px;
    max-width: 400px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 15px;
    transform: translateY(calc(-100% - 20px));
    z-index: 1050;
    box-shadow: 0 2px 5px 0;
}
.tutorial-balloon .tutorial-box {
    min-height: 20px;
    padding: 5px 10px 5px 10px;
    border-radius: 15px;
}
.tutorial-arrow:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #fff;
    border-bottom: 0;
    border-left: 0;
    margin-left: -10px;
    margin-bottom: -20px;
}
.tutorial-close {
    background: none;
    position: absolute;
    border: none;
    padding: 0;
    line-height: 1;
    top: 6px;
    left: 7px;
    z-index: 2;
}
.tutorial-close:hover {
    text-shadow: 0 0 3px;
}
.tutorial-steps-init {
    margin: 10px 0 5px;
    text-transform: uppercase;
    font-weight: 600;
    text-indent: 0;
}
.tutorial-steps {
    text-align: center;
    position: relative;
    height: 30px;
}
.tutorial-steps button:first-child {
    margin-left: -10px;
    transform: translateX(-100%);
}
.tutorial-steps button:last-child {
    margin-left: 10px;
}
.tutorial-steps button {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    line-height: 32px;
    cursor: pointer;
}
.tutorial-steps span {
    line-height: 30px;
    font-weight: 600;
}
.tutorial-modal .modal-body {
    padding-top: 30px;
}
.tutorial-blocker {
    z-index: 10000;
    position: absolute;
    background: rgba(63, 63, 63, 0.19);
    box-shadow: rgba(63, 63, 63, 0.19) 0 0 5px 5px;
}
.tutorial-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.2;
}
.tutorial-onload {
    height: 0;
}

/* MOBILE */
.mobile-device .tutorial-balloon {
    z-index: 2020;
    left: 15px!important;
    right: 15px;
}
.mobile-device .tutorial {
    top: 50px;
}
.mobile-device .tutorial-steps {
    height: 20px;
}
.mobile-device .tutorial-steps span {
    line-height: 20px;
}
.mobile-device .tutorial-steps button {
    line-height: 22px;
}
@media (min-width: 1200px) {
    .modal-xl .modal-dialog {
        max-width: 1140px;
        width: auto;
    }
}
@media (max-width: 1199px) {
    .modal-xl .modal-dialog {
        max-width: calc(100% - 30px);
        width: auto;
    }
}