.mo-otp-help-button.fixed#restart_tour_button {
    position: absolute;
    left: calc(100% - 255px)
}

.mo-card {
    top: 50%;
    left: 50%;
    width: 24em;
    margin-left: -12em;
    background-color: #ffffff00;
    position: fixed;
    z-index: 999991;
    border-radius: 4px;
    line-height: 16px;
    font-weight: 600
}

.mo-tour-card-bottom {
    height: 3px;
    width: 100%;
    background-color: #48a0dc;
    bottom: 0
}

.mo-card h2 {
    font-size: 15px;
    margin: 0
}

.mo-card h3 {
    font-size: 13px;
    margin: 0
}

.mo-tour-content-area {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #97a7f0;
    text-align: center;
    border-radius: 4px
}

.mo-tour-arrow {
    text-align: center;
    height: 0;
    font-size: 5em
}

.mo-tour-arrow>i {
    position: relative;
    top: calc(50% - .6em);
    font-size: 40px
}

.mo-point-left.mo-tour-arrow {
    height: 100%;
    width: 5%;
    position: relative;
    left: 0;
    float: left
}

.mo-point-left.mo-tour-content-area {
    width: 95%;
    left: 5%;
    float: left
}

.mo-point-right.mo-tour-arrow {
    height: 100%;
    width: 5%;
    left: 95%;
    position: relative;
    float: left;
    margin-left: -2px
}

.mo-point-right.mo-tour-content-area {
    width: 95%;
    float: left
}

.mo-point-up.mo-tour-arrow {
    height: 8%;
    margin-bottom: -5px
}

.mo-point-up.mo-tour-content-area {
    height: 92%
}

.mo-point-down.mo-tour-arrow {
    height: 7%;
    top: 94%;
    position: relative;
    margin-top: -5px
}

.mo-point-down.mo-tour-content-area {
    height: 92%;
    top: 0
}

.mo-tour-content-area>img {
    padding-top: 10px;
    width: auto
}

.mo-tour-content,
.mo-tour-title>h1 {
    padding: 25px 25px 0 25px
}

.mo-tour-title>h1 {
    font-weight: 700;
    font-size: 17px;
    margin: 0
}

.mo-tour-button-area {
    position: absolute;
    bottom: 0;
    margin: 25px auto;
    text-align: center;
    width: 100%;
    border-radius: 7px
}

.mo-medium .mo-tour-button-area {
    margin: 10px auto
}

.mo-small .mo-tour-button-area {
    margin: 10px auto
}

.mo-small .mo-tour-content,
.mo-small h1 {
    padding: 5px 15px 0 15px
}

.mo-medium .mo-tour-content,
.mo-medium h1 {
    padding: 5px 15px 0 15px
}

.mo-tour-button {
    line-height: 1.4;
    font-weight: 600;
    margin: auto 15px;
    height: 35px;
    width: 110px;
    padding: 0 20px;
    border: none;
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition: background-color .3s ease-in-out;
    transition: color .3s ease-in-out;
    cursor: pointer
}

.mo-point-left.mo-tour-button {
    margin: auto 10px
}

.mo-skip-btn:hover {
    background-color: #f61717d9;
    color: #fff
}

.mo-skip-btn {
    background-color: #ffffff00;
    border-bottom: 3px solid #f61717d9;
    color: #f61717d9
}

.mo-tour-primary-btn {
    background-color: #ffffff00;
    border: 2px solid #48a0dc;
    color: #48a0dc
}

.mo-tour-primary-btn:hover {
    color: #fff;
    background-color: #48a0dc
}

.mo-target-index {
    z-index: 999992 !important;
    position: relative !important;
    background-color: #fff
}

.mo-big {
    height: 20em;
    margin-top: -10em
}

.mo-medium {
    height: 14em;
    margin-top: -7em
}

.mo-small {
    height: 10em;
    margin-top: -5em
}

.mo-big img {
    height: 80px
}

.mo-medium img {
    height: 50px;
    padding-top: 10px
}

.mo-small img {
    height: 40px
}

i.mo-dashicons.dashicons.dashicons-arrow-up {
    left: -10px;
    margin-top: 2px
}

i.mo-dashicons.dashicons.dashicons-arrow-down {
    left: -9px
}

i.mo-dashicons.dashicons.dashicons-arrow-left {
    left: -9px
}

i.mo-dashicons.dashicons.dashicons-arrow-right {
    left: -15px
}