[wt-highlight="true"] {
    z-index: 10050;
    transition: all 1s ease;
}

.wt-overlay {
    position: absolute;
    background: #000;
    opacity: 0.5;
    transition: all 1s ease;
    overflow: hidden;
    display: none;
}

.wt-popover {
    position: absolute;
    background: rgb(235 235 235);
    color: #2d2d2d;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
    width: 80%;
    transition: all 1s ease;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    z-index: 20;
    left: 0;
    margin: 0 auto;
}

.wt-popover.stepno1 {
    top: 75px;
    right: 0;
}

.wt-popover.stepno2 {
    top: 180px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
}


.wt-popover.stepno3 {
    top: 145px;
    right: 0;
    left: 0;
}

.wt-popover.stepno4 {
    top: 107px;
    right: 50px;
    left: 0;
}

.wt-popover.stepno4 {
    top: 145px;
    right: 0;
    left: 0;
}

.wt-popover.stepno5 {
    top: 295px;
    right: 0;
    left: 0px;
}

.wt-popover.stepno6 {
    top: 295px;
    right: 0;
    left: 0;
}



.wt-popover.stepno2 .wt-arrow {
    right: 0;
    left: 150px;
}

.wt-popover.stepno3 .wt-arrow {
    right: 0;
    left: 50px;
    top: 155px;
}

.wt-popover.stepno4 .wt-arrow {
    right: 45px;
    left: auto;
    top: 155px;
}

.wt-popover.stepno5 .wt-arrow {
    right: auto;
    left: 50px;
    top: 155px;
}

.wt-popover.stepno6 .wt-arrow {
    right: 45px;
    left: auto;
    top: 155px;
}

.wt-popover.stepno7 .wt-arrow {
    right: 25px;
    left: auto;
    top: 155px;
}

.wt-popover.stepno7 {
    top: inherit;
    right: 0;
    bottom: 125px;
}

.wt-popover.wt-slides {
    position: fixed;
    top: 50%;
    left: 50%;
    max-height: 100%;
    overflow-y: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 1s ease;
}

.wt-popover-inner {
    margin: 0;
    padding: 30px 20px 20px 20px;
    border-radius: 5px;
    overflow-x: hidden;
    background: transparent;
}

.closebtn {
    position: absolute;
    right: 6px;
    top: 6px
}

.wt-content {
    padding-bottom: 20px;
    color: #393949;
    font-weight: 500;
    font-size: 1.6rem;
}

.wt-popover::-webkit-scrollbar {
    width: 6px;
}

.wt-popover::-webkit-scrollbar-track {
    box-shadow: none;
}

.wt-popover::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.wt-popover::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(68, 23, 23, 0.2);
}

.wt-btns {
    border: none;
    box-shadow: none;
    border-radius: 50px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    margin: 0;
    color: #fff;
    cursor: pointer;
    min-width: 80px;
}

.wt-btns.wt-btn-back {
    /* float: left; */
    margin-right: 5px;
    border: 2px solid #A8ACB8;
    color: rgb(85, 85, 85);
    background: transparent;
}

.wt-btns.wt-btn-next {
    /* float: right; */
    border: 2px solid #E60000;
    background: #E60000;
}

.wt-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: -1;
    right: 85px;
    top: -10px;
    transform: rotate(45deg);
    background: rgb(235 235 235);
}


.wt-popover.top>.wt-arrow {
    bottom: -7px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wt-popover.top-start>.wt-arrow {
    bottom: -7px;
    left: 25px;
}

.wt-popover.top-end>.wt-arrow {
    bottom: -7px;
    right: 25px;
}

.wt-popover.bottom>.wt-arrow {
    top: -7px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.wt-popover.bottom-start>.wt-arrow {
    top: -7px;
    left: 15px;
}

.wt-popover.bottom-end>.wt-arrow {
    top: -7px;
    right: 25px;
}

.wt-popover.left>.wt-arrow {
    top: 50%;
    right: -7px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wt-popover.left-start>.wt-arrow {
    top: 15px;
    right: -7px;
}

.wt-popover.left-end>.wt-arrow {
    bottom: 15px;
    right: -7px;
}

.wt-popover.right>.wt-arrow {
    top: 50%;
    left: -7px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wt-popover.right-start>.wt-arrow {
    top: 15px;
    left: -7px;
}

.wt-popover.right-end>.wt-arrow {
    bottom: 15px;
    left: -7px;
}

.wt-loader {
    height: 3px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.wt-loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 3px;
    background-color: #7cd1f9;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}