.shepherd-button {
    /* background: #3288e6; */
    border: 0;
    border-radius: 3px;
    /* color: hsla(0, 0%, 100%, 0.75); */
    cursor: pointer;
    margin-right: 0.5rem;
    padding: 0.5rem 1.5rem;
    transition: all 0.5s ease;
  }
  /* .shepherd-button:not(:disabled):hover {
    background: #196fcc;
    color: hsla(0, 0%, 100%, 0.75);
  } */
  .shepherd-button.shepherd-button-secondary {
    background: #f1f2f3;
    color: rgba(0, 0, 0, 0.75);
  }
  .shepherd-button.shepherd-button-secondary:not(:disabled):hover {
    background: #d6d9db;
    color: rgba(0, 0, 0, 0.75);
  }
  .shepherd-button:disabled {
    cursor: not-allowed;
  }
  .shepherd-button.btn-default {
    padding: 0 10px 0 0;
  }
  .shepherd-footer {
    -ms-flex-pack: end;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    padding: 0 0.75rem 0.75rem;
  }
  .shepherd-footer .shepherd-button:last-child {
    margin-right: 0;
  }
  .shepherd-cancel-icon {
    background: transparent;
    border: none;
    color: hsla(0, 0%, 50%, 0.75);
    cursor: pointer;
    font-size: 2em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    transition: color 0.5s ease;
  }
  .shepherd-cancel-icon:hover {
    color: rgba(0, 0, 0, 0.75);
  }
  .shepherd-has-title .shepherd-content .shepherd-cancel-icon {
    color: hsla(0, 0%, 50%, 0.75);
  }
  .shepherd-has-title .shepherd-content .shepherd-cancel-icon:hover {
    color: rgba(0, 0, 0, 0.75);
  }
  .shepherd-title {
    color: rgba(0, 0, 0, 0.75);
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
  }
  .shepherd-header {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    line-height: 2em;
    padding: 0.75rem 0.75rem 0;
  }
  .shepherd-has-title .shepherd-content .shepherd-header {
    background: #e6e6e6;
    padding: 1em;
  }
  .shepherd-text {
    color: rgba(0, 0, 0, 0.75);
    font-size: 1rem;
    line-height: 1.3em;
    padding: 0.75em;
  }
  .shepherd-text p {
    margin-top: 0;
  }
  .shepherd-text p:last-child {
    margin-bottom: 0;
  }
  .shepherd-content {
    border-radius: 5px;
    outline: none;
    padding: 0;
  }
  .shepherd-element {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    opacity: 0;
    outline: none;
    transition: opacity 0.3s, visibility 0.3s;
    visibility: hidden;
    width: 100%;
    z-index: 9999;
  }
  .shepherd-enabled.shepherd-element {
    opacity: 1;
    visibility: visible;
  }
  .shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .shepherd-element,
  .shepherd-element *,
  .shepherd-element :after,
  .shepherd-element :before {
    box-sizing: border-box;
  }
  .shepherd-arrow,
  .shepherd-arrow:before {
    height: 16px;
    position: absolute;
    width: 16px;
    z-index: -1;
  }
  .shepherd-arrow:before {
    background: #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .shepherd-element[data-popper-placement^="top"] > .shepherd-arrow {
    bottom: -8px;
  }
  .shepherd-element[data-popper-placement^="bottom"] > .shepherd-arrow {
    top: -8px;
  }
  .shepherd-element[data-popper-placement^="left"] > .shepherd-arrow {
    right: -8px;
  }
  .shepherd-element[data-popper-placement^="right"] > .shepherd-arrow {
    left: -8px;
  }
  .shepherd-element.shepherd-centered > .shepherd-arrow {
    opacity: 0;
  }
  .shepherd-element.shepherd-has-title[data-popper-placement^="bottom"]
    > .shepherd-arrow:before {
    background-color: #e6e6e6;
  }
  .shepherd-target-click-disabled.shepherd-enabled.shepherd-target,
  .shepherd-target-click-disabled.shepherd-enabled.shepherd-target * {
    pointer-events: none;
  }
  .shepherd-modal-overlay-container {
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-out, height 0ms 0.3s, opacity 0.3s 0ms;
    width: 100vw;
    z-index: 80;
  }
  .shepherd-modal-overlay-container.shepherd-modal-is-visible {
    height: 100vh;
    opacity: 0.5;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 0.3s ease-out, height 0s 0s, opacity 0.3s 0s;
  }
  .shepherd-modal-overlay-container.shepherd-modal-is-visible path {
    pointer-events: all;
  }
  .shepherd-element .shepherd-arrow:before {
    border-bottom: 1px solid;
    border-right: 1px solid;
  }
  .shepherd-element .shepherd-content {
    border-radius: 0.375rem !important;
    min-width: 15rem;
  }
  .shepherd-element .shepherd-content .shepherd-header {
    padding: 1.25rem 1.25rem 0;
  }
  .shepherd-element .shepherd-content .shepherd-header .shepherd-title {
    font-size: 1.125rem !important;
    font-weight: 500 !important;
  }
  .shepherd-element .shepherd-content .shepherd-header .shepherd-cancel-icon {
    font-size: 1.85rem !important;
  }
  .shepherd-element
    .shepherd-content
    .shepherd-header
    .shepherd-cancel-icon:focus {
    outline: 0;
  }
  .shepherd-element .shepherd-content .shepherd-text {
    font-size: 0.9375rem !important;
    padding: 1rem 1.25rem !important;
  }
  .shepherd-element .shepherd-content .shepherd-footer {
    padding: 0 1.25rem 1.25rem !important;
  }
  .shepherd-element
    .shepherd-content
    .shepherd-footer
    /* .shepherd-button:not(:last-child) */
     {
    margin-right: 0.75rem !important;
  }
  .shepherd-element[data-popper-placement="bottom"] {
    margin-top: 0.8rem !important;
  }
  .shepherd-element[data-popper-placement="top"] {
    margin-bottom: 0.8rem !important;
  }
  .shepherd-element[data-popper-placement="left"] {
    margin-right: 0.8rem !important;
  }
  .shepherd-element[data-popper-placement="right"] {
    margin-left: 0.8rem !important;
  }
  .shepherd-element {
    background-color: #fff !important;
    box-shadow: 0 0.25rem 1rem hsla(251, 6%, 66%, 0.45) !important;
  }
  .shepherd-element .shepherd-content .shepherd-header {
    background: #fff !important;
  }
  .shepherd-element .shepherd-content .shepherd-header .shepherd-title {
    color: #5d596c !important;
  }
  .shepherd-element .shepherd-content .shepherd-header .shepherd-cancel-icon {
    color: #a5a3ae !important;
  }
  .shepherd-element .shepherd-content .shepherd-text {
    color: #6f6b7d !important;
  }
  .shepherd-element .shepherd-arrow:before {
    background-color: #fff !important;
    border-color: #fff !important;
  }
  .dark-style .shepherd-element {
    background: #2f3349 !important;
    box-shadow: 0 0.25rem 1rem rgba(15, 20, 34, 0.55) !important;
  }
  .dark-style .shepherd-element .shepherd-content .shepherd-header {
    background: #2f3349 !important;
  }
  .dark-style
    .shepherd-element
    .shepherd-content
    .shepherd-header
    .shepherd-title {
    color: #cfd3ec !important;
  }
  .dark-style
    .shepherd-element
    .shepherd-content
    .shepherd-header
    .shepherd-cancel-icon {
    color: #7983bb !important;
  }
  .dark-style .shepherd-element .shepherd-content .shepherd-text {
    color: #b6bee3 !important;
  }
  .dark-style .shepherd-arrow:before {
    background-color: #2f3349 !important;
    border-color: #2f3349 !important;
  }
  [dir="rtl"] .shepherd-element .btn-next {
    margin-right: 0.75rem;
  }
  @media (max-width: 575.98px) {
    .shepherd-element {
      max-width: 300px !important;
    }
  }

[data-textdirection="rtl"] .shepherd-content .shepherd-text {
    text-align: right;
}
[data-textdirection="rtl"] .shepherd-modal-overlay-container {
    right: 0;
    left: unset;
}
[data-textdirection="rtl"] .shepherd-footer .shepherd-button:last-child {
    margin-right: .75rem !important;
}
[data-textdirection="rtl"] .shepherd-element[data-popper-placement^="right"] > .shepherd-arrow {
    left: 14px;
}

/* tablet view */
@media (min-width: 768px) and (max-width: 991px) {
    [data-textdirection="rtl"] .shepherd-element[data-popper-placement^="top"] > .shepherd-arrow {
        left: 40px !important;
    }
    [data-textdirection="rtl"] .shepherd-element[data-popper-placement^="left"] > .shepherd-arrow {
        right: -22px;
    }
}
/* mobile view */
@media (max-width: 430px) {
    .shepherd-element[data-popper-placement^="right"] > .shepherd-arrow {
        left: -5px;
    }
    [data-textdirection="rtl"] .shepherd-element[data-popper-placement^="top"] > .shepherd-arrow {
        left: 70px !important;
    }
    [data-textdirection="rtl"] .shepherd-element[data-popper-placement^="left"] > .shepherd-arrow {
        right: -20px;
    }
}
