.tour-step-background {
    display:none;
}
.popover-title {
    color: #3478F6;
    font-size: 18px !important;
    font-weight: 600;
    border: none !important;
    background-color: #fff !important;
}
.popover-content {
    font-size: 14px !important;
}
.popover {
    background: #FFFFFF;
    border: 2px solid rgba(40, 96, 215, 0.5) !important;
    border-radius: 22px !important;
    padding: 15px !important;
    width: auto;
    display: inline-block;
}

.btn-next:hover {
    color: #fff
}
.btn-next {
    background: linear-gradient(144.35deg, #328BF3 0%, #055FC8 75.69%);
    border-radius: 7px;
    color: #fff !important;
    border: none;
    font-size: 12px;
    padding: 10px 30px;
    margin-left: auto;
    order: 2;
    animation: shine 33s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
}
.popover-navigation {
    display: flex;
    margin-top: 20px;
}
.popover-navigation a{
    text-decoration: none;
}
.skip-btn{
    color: #3478F6 !important;
    font-size: 12px;
    vertical-align: middle;
    justify-content: center;
    align-self: center;
} 
.tour-step-backdrop {
    border: 1px solid #fff !important;
}       
.tour-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background-color: #000;
    opacity: 0.8;
}
.visible-box {
    position: relative;
    z-index: 9999;
    cursor: pointer;
}

.popover-icon {
    padding-left: 43%;
    position: absolute;
    color: #fff;
    top: -43%;
}
.checkout-icon-arrow{
    transform: rotate(180deg) !important;
    color: #fff;
}
.popover-width {
    max-width: 100% !important;
}
#popover-icon-arrow {
    color: #fff;
}
.merchant-arrow-icon {
    width: 208px;
    text-align: center;
}
#edit-btn-arrow-icon {
    color: #FFF;
    position: absolute;
    right: 40px;
    top: -20px;
}
.arrow-icon .fa {
    padding-right: 20px;
}
.live-demo-popover{
    max-width: 380px !important;
}
.demo-web-popover {
    max-width: 380px !important;
    margin-top: -10px !important;
}
#content-btn {
    width: auto;
}
.highlight-div {
    display: flex !important;
}
.merchant-dashboard-popover {
    position: absolute !important;
    left: 74% !important;
}
.popover-btn-edit {
    background-color: #2860D7 !important;
}
.popover-btn-edit span {
    color: #fff
}
.popover-merchant-dashboard {
    min-width: 350px !important;
}
.popover-credential {
    max-width: 350px !important;
}
@keyframes shine {
    0%{background-position: 0}
    60%{background-position: 180px}
    100%{background-position: 180px}
}

@media only screen and (max-width: 760px) {
    #merchant-arrow-down-icon {
        padding-right: 55px;
        float: right;
        color: #FFF;
    }
    #content-btn {
        width: -webkit-fill-available;
    }
    .arrow-icon .fa {
        padding-right: 0;
    }
    .live-demo-popover{
        left: 0% !important;
        max-width: 100% !important;
    }
    .demo-web-popover{
        left: 18% !important;
        max-width: 73% !important;
    }
    .btn-next {
        padding: 8px 15px;
        animation: shine 24s infinite linear;
    }
    .merchant-arrow-icon {
        width: 140px !important;
    }
    .live-demo-popover{
        max-width: 80% !important;
        margin-left: 14% !important;
    }
    .highlight-div {
        width: -webkit-fill-available !important;
        display: grid !important;
    }
    .popover-title {
        font-size: 16px !important;
    }
    .popover-content {
        font-size: 12px !important;
    }
    .popover-credential {
        max-width: 300px !important;
    }
    .btn-next {
        animation: shine 48s infinite linear;
    }
    #arrow-request-change-mb {
        padding-right: 55px;
        float: right;
        color: #FFF;
    }
}