﻿.shepherd-header {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.shepherd-has-title .shepherd-content .shepherd-header {
    padding: 1em !important;
    background-color: #5ead61 !important;
    color: #fff !important;
}

.shepherd-title {
    color: white !important;
}

.shepherd-element {
    border: 1px black solid !important;
    border-radius: 5px !important;
}

    .shepherd-element.shepherd-has-title[data-popper-placement^=bottom] > .shepherd-arrow:before {
        background-color: #717171bf !important;
    }

    .shepherd-element.shepherd-has-title[data-popper-placement^=right] > .shepherd-arrow:before {
        background-color: #717171bf !important;
    }

    .shepherd-element.shepherd-has-title[data-popper-placement^=left] > .shepherd-arrow:before {
        background-color: #717171bf !important;
    }

    .shepherd-element.shepherd-has-title[data-popper-placement^=top] > .shepherd-arrow:before {
        background-color: #717171bf !important;
    }

.shepherd-button {
    background: #5ead61;
}

.tourCloseButton {
    background: #8e8e8e !important;
}