.lcJuryTour.popover.tour{
    display: block;
    visibility: visible;
    opacity: 1;
    font-family: var(--font-family-normal);
    pointer-events: auto;
    background: #ffffff;
    color: #0d0d0d;
    max-width: 320px;
    border-radius: 3px;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
    padding: 1rem;
    text-align: center;
    z-index: 10002;
}
.lcJuryTour .v-step__button {
    background: transparent;
    border: .05rem solid #0d0d0d;
    border-radius: .1rem;
    color: #0d0d0d;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    height: 1.8rem;
    line-height: 1rem;
    outline: none;
    margin: 0 .2rem;
    padding: .35rem .4rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    vertical-align: middle;
    white-space: nowrap
}

.lcJuryTour .v-step__button:hover {
    background-color: hsla(0, 0%, 100%, .95);
    color: #50596c
}
.lcJuryTour .popover-navigation {
    margin-top: 10px;
}
.lcJuryTour .popover-navigation .popover-navigation-left{
    float: left;
}
.lcJuryTour .popover-navigation .popover-navigation-right{
    float: right;
}
.lcJuryTour .arrow {
    top: calc(50% - 12px) !important;
    left: -20px;
    height: 20px;
    width: 20px;
}
.lcJuryTour .arrow:before{
    border-color: white;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
}
.lcJuryTour.top .arrow {
    left: calc(50% - 12px) !important;
    top: unset  !important;
    bottom: -20px;
    height: 20px;
    width: 20px;
}
.lcJuryTour.top .arrow:before{
    border-color: white;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    /*border-top-color: transparent;*/
}
.lcJuryTour.bottom .arrow {
    left: calc(50% - 12px) !important;
    top: -20px !important;
    /*bottom: -20px;*/
    height: 20px;
    width: 20px;
}
.lcJuryTour.bottom .arrow:before{
    border-color: white;
    border-left-color: transparent;
    border-right-color: transparent;
    /*border-bottom-color: transparent;*/
    border-top-color: transparent;
}
.tour-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10001;
    background-color: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.tour-step-background {
    position: absolute !important;
    z-index: 1100;
    background: inherit;
    border-radius: 6px;
}