.side-sticky-share {
    top: calc(35% + 95px) !important;
}

.chariotDisplayNext {
    display: none;
}

.chariotDisplayAutoPlay {
    display: none;
}

.chariotDisplayEnd {
    display: none;
}

.btn_tour_create_en {
    position: fixed;
    right: 4px;
    bottom: 4px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #78A300;
    border-radius: 12px;
    height: auto;
    border: none;
    padding: 8px;
}

#btn_tour_create:hover {
    background-color: #678b04 !important;
    color: #fff;
}

.tour_content_en {
    display: none;
    position: fixed;
    bottom: 45px;
    right: 25px;
    border: solid 1px #fd9734;
    border-radius: 8px;
    width: 320px;
    background-color: aliceblue;
}

.tour_content_en h1 {
    background-color: #fd9734;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 5px;
    font-size: 20px;
    line-height: normal;
    padding-top: 5px !important;
}




.btn_tour_create_ar {
    position: fixed;
    left: 4px;
    padding-top: 8px;
    bottom: 4px;
    color: white;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 400;
    color: #fff;
    background-color: #78A300;
    border-radius: 12px;
    height: 36px;
    border: none;
    z-index: 100000;
}

.btn_tour_create_ar:hover {
    background-color: #78A300;
}

.tour_content_ar {
    display: none;
    position: fixed;
    bottom: 65px;
    left: 25px;
    border: solid 1px #fd9734;
    border-radius: 8px;
    width: 320px;
    background-color: aliceblue;
}

.tour_content_ar h1 {
    background-color: #fd9734;
    color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 5px;
    font-size: 20px;
}


.inner_content {
    padding: 8px;
    margin: 8px;
    direction: ltr;
}

.inner_content .row {
    width: 280px;
    margin-bottom: 4px;
    direction: ltr;
    text-align: left;
}

.inner_content .btn {
    background-color: #fd9734;
    width: 105px;
    height: 30px;
    margin-bottom: 8px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

.inner_content .btn-cancel {
    background-color: #a29e9e;
    width: 75px;
    height: 30px;
    margin-bottom: 8px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

.inner_content .btn-step-cancel {
    background-color: #a29e9e;
    width: 75px;
    height: 30px;
    margin-bottom: 8px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

#tour_steps {
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.inner_content #tour_steps li {
    min-height: 22px;
    border: solid 1px #eea977;
    border-radius: 8px;
    padding: 5px 5px 0 5px;
    cursor: move;
    margin-bottom: 3px;
}

.inner_content #tour_steps li a {
    float: right;
    padding: 0 3px 0 3px;
}

.inner_content .step_titl {
    cursor: move;
}

.tour_option {
    margin-top: 5px;
}

.btn-preview {
    background-color: #eeaa7a;
    width: 75px;
    height: 30px;
    margin-bottom: 8px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

#step_preview {
    background-color: #eeaa7a;
    width: 75px;
    height: 30px;
    margin-bottom: 8px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

#step_preview_Edit {
    background-color: #eeaa7a;
    width: 75px;
    height: 30px;
    margin-bottom: 8px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

#step_summary {
    resize: none;
}

.chariot-overlay,
.chariot-transparent-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.chariot-tooltip {
    position: absolute
}

.chariot-tooltip .left {
    float: left
}

.chariot-tooltip .right {
    float: right
}

.chariot-tooltip .center {
    margin-left: auto;
    margin-right: auto
}

.chariot-tooltip-arrow {
    position: absolute;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0
}

.animate-appear-top {
    animation: appear-top .4s ease-in-out;
    animation-fill-mode: forwards
}

.animate-appear-right {
    animation: appear-right .4s ease-in-out;
    animation-fill-mode: forwards
}

.animate-appear-bottom {
    animation: appear-bottom .4s ease-in-out;
    animation-fill-mode: forwards
}

.animate-appear-left {
    animation: appear-left .4s ease-in-out;
    animation-fill-mode: forwards
}

@keyframes appear-top {
    0% {
        margin-top: -10px;
        opacity: 0
    }

    40% {
        margin-top: 2.5px
    }

    100% {
        margin-top: 0;
        opacity: 1
    }
}

@keyframes appear-right {
    0% {
        margin-left: 10px;
        opacity: 0
    }

    40% {
        margin-left: -2.5px
    }

    100% {
        margin-left: 0;
        opacity: 1
    }
}

@keyframes appear-bottom {
    0% {
        margin-top: 10px;
        opacity: 0
    }

    40% {
        margin-top: -2.5px
    }

    100% {
        margin-top: 0;
        opacity: 1
    }
}

@keyframes appear-left {
    0% {
        margin-left: -10px;
        opacity: 0
    }

    40% {
        margin-left: 2.5px
    }

    100% {
        margin-left: 0;
        opacity: 1
    }
}

.chariot-transparent-overlay {
    background: 0 0
}

.container-tour {
    margin: 150px auto;
}

.chariot-tooltip {
    background-color: #fff;
    padding: 30px;
    width: 320px;
    text-align: center;
    box-shadow: 0 0 5px 0 rgba(31, 28, 28, 0.3);
    border: 1px solid #ddd;
    color: #999;
}

.chariot-tooltip .chariot-tooltip-icon {
    width: 52px;
    height: 52px;
    margin: auto;
}

.chariot-tooltip .chariot-tooltip-icon img {
    width: 52px;
    height: 52px;
}

.chariot-tooltip .chariot-tooltip-header {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #555;
    padding: 5px 0;
}

.chariot-tooltip .chariot-tooltip-content {
    padding: 5px 0;
}

.chariot-tooltip .chariot-tooltip-content p {
    font-size: 14px;
    font-weight: 300;
    color: #999;
    padding-bottom: 15px;
}

.chariot-tooltip .chariot-btn-row {
    padding-top: 5px;
}

.chariot-tooltip .chariot-btn-row .btn {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background-color: #78A300;
    border-radius: 3px;
    height: 36px;
    padding: 0 20px;
    border: none;
}

.chariot-tooltip .chariot-btn-row .btn:hover {
    background-color: #78A300;
}

.chariot-tooltip .chariot-btn-row .chariot-tooltip-subtext {
    float: left;
    color: #ddd;
    font-size: 13px;
    padding-top: 10px;
}

.chariot-tooltip-arrow {
    background: #fff;
}

.chariot-tooltip-arrow-left {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: -2px 2px 2px 0 rgba(31, 28, 28, 0.1);
}

.chariot-tooltip-arrow-right {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    box-shadow: 2px -2px 2px 0 rgba(31, 28, 28, 0.1);
}

.chariot-tooltip-arrow-top {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    box-shadow: -2px -2px 4px 0 rgba(31, 28, 28, 0.1);
}

.chariot-tooltip-arrow-bottom {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: 2px 2px 4px 0 rgba(31, 28, 28, 0.1);
}

.option-row {
    height: 22px;
    margin-top: 6px;
    padding-top: 5px;
}

.option-row-enabled {
    height: 22px;
    margin-top: 6px;
    padding-top: 5px;
    border: solid 2px #ee7421;
    background-color: #ee7421;
    padding-left: 5px;
    border-radius: 6px;
    color: white;
    font-weight: bold;
}

.my-logo {
    position: sticky;
    top: 20%;
    height: 70px;
    width: 100px;
}
