/* Tour css */
/*----------*/
.tippy-popper {
  border: none;
  border-radius: .5rem;
  filter: drop-shadow(-8px 12px 18px rgba(25, 42, 70, 0.13));
}

.tippy-popper .tippy-tooltip {
  /* tour tippy tooltip width */
  width: auto !important;
}

.tippy-popper .tippy-tooltip .tippy-arrow {
  /* border-color tippy arrow */
  border-bottom-color: #5A8DEe;

  transform: scale(1.2) !important;
}

    .tippy-popper .tippy-tooltip .tippy-content .shepherd-content {
        background-color: rgb(232, 239, 250);
        padding: .5rem .5rem;
        border-radius: .5rem;
        font-size: .8rem;
    }

.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-header {
  padding: 0;
}

        .tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-text {
            color: #808080;
            font-size: .8rem;
            padding: .1rem .1rem;
        }

.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer {
  padding: 0;
}

.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons {
  display: flex;
  justify-content: center;
}

.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons li {
  margin: 0;
}

    .tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons .shepherd-button {
        /* Tour content buttons */
        background-color: #5A8DEe !important;
        border-radius: 6px;
        padding: .3rem .7rem;
        color: #ffffff;
        margin: 0 2px;
      
    }

.tippy-popper .tippy-tooltip .tippy-content .shepherd-content .shepherd-footer .shepherd-buttons .shepherd-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.tippy-popper .tippy-tooltip .tippy-content [data-shepherd-step-id="step-4"] .shepherd-footer .shepherd-buttons {
  /* to align footer buttons at center */
  text-align: center;
}

/*  For border-color on placement */
.tippy-popper[x-placement="top"] .tippy-arrow {
  border-color: transparent;
  border-top-color: #5A8DEE;
}

.tippy-popper[x-placement="bottom"] .tippy-arrow {
  border-color: transparent;
  border-bottom-color: #5A8DEE;
}

.tippy-popper[x-placement="right"] .tippy-arrow {
  border-color: transparent;
  border-right-color: #5A8DEE;
}

.tippy-popper[x-placement="left"] .tippy-arrow {
  border-color: transparent;
  border-left-color: #5A8DEE;
}
