.net-oxid-helper-tour {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    display: none;
    max-width: 320px;
    min-width: 240px;
    padding: 1px;
    position: absolute;
    z-index: 1102;
}

.net-oxid-helper-tour .popover-title {
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}

.net-oxid-helper-tour .popover-content {
    padding: 9px 14px;
}

.net-oxid-helper-tour .popover-navigation {
    align-items: center;
    border-top: 1px solid #e5e5e5;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding: 9px 14px;
}

.net-oxid-helper-tour .btn[disabled] {
    cursor: default;
    opacity: .55;
}

.net-oxid-helper-tour__arrow,
.net-oxid-helper-tour__arrow:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.net-oxid-helper-tour__arrow {
    border-width: 11px;
}

.net-oxid-helper-tour__arrow:after {
    border-width: 10px;
    content: "";
}

.net-oxid-helper-tour.top .net-oxid-helper-tour__arrow {
    border-bottom-width: 0;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}

.net-oxid-helper-tour.top .net-oxid-helper-tour__arrow:after {
    border-bottom-width: 0;
    border-top-color: #fff;
    bottom: 1px;
    margin-left: -10px;
}

.net-oxid-helper-tour.right .net-oxid-helper-tour__arrow {
    border-left-width: 0;
    border-right-color: rgba(0, 0, 0, .25);
    left: -11px;
    margin-top: -11px;
    top: 50%;
}

.net-oxid-helper-tour.right .net-oxid-helper-tour__arrow:after {
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -10px;
    left: 1px;
}

.net-oxid-helper-tour.bottom .net-oxid-helper-tour__arrow {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}

.net-oxid-helper-tour.bottom .net-oxid-helper-tour__arrow:after {
    border-bottom-color: #fff;
    border-top-width: 0;
    margin-left: -10px;
    top: 1px;
}

.net-oxid-helper-tour.left .net-oxid-helper-tour__arrow {
    border-left-color: rgba(0, 0, 0, .25);
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
}

.net-oxid-helper-tour.left .net-oxid-helper-tour__arrow:after {
    border-left-color: #fff;
    border-right-width: 0;
    bottom: -10px;
    right: 1px;
}

.tour-step-backdrop {
    position: relative;
    z-index: 1101;
}
