.tippy-box[data-theme~="lightprominder"] {
    color: #26323d;
    box-shadow: 0px 5px 20px #00000029;
    background-color: #fff;
    border-radius: 20px;
}
.tippy-box[data-theme~="lightprominder"][data-placement^="top"] .tippy-arrow {
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tippy-box[data-theme~="lightprominder"][data-placement^="bottom"] .tippy-arrow {
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tippy-box[data-theme~="lightprominder"][data-placement^="left"] .tippy-arrow {
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tippy-box[data-theme~="lightprominder"][data-placement^="right"] .tippy-arrow {
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tippy-box[data-theme~="lightprominder"] .tippy-backdrop {
  background-color: #fff;
}
.tippy-box[data-theme~="lightprominder"] .tippy-roundarrow {
  fill: #fff;
}
.tippy-box[data-theme~="lightprominder"][data-animatefill] {
  background-color: initial;
}
.tippy-content{
  padding: 22px;
}

@media only screen and (max-width: 780px) {
  .tippy-content{
    padding: 10px;
  }
}

[data-tippy-root]{
  z-index: 99 !important;
}

/* MOBILE VERSION */

@media only screen and (max-width: 768px) {
  body > [data-tippy-root] {
    transform: none !important;
    width: 100vw;
    max-width: 100vw;
    height: calc(100vh - 50px);
    inset: unset !important;
    bottom: 0 !important;
  }

  .tippy-box[data-theme~="lightprominder"] {
    border-radius: 0;
    height: 100%;
  }

  .tippy-content {
    height: 100%;
  }

  .tooltip_calendar {
    width: 100% !important;
    max-height: calc(100% - 70px);
    overflow-y: auto;
    overflow-x: hidden;
  }

  .tippy-box .contentCard__buttonContainer {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    padding: 10px;
    left: 0;
    border-top: 1px solid var(--main-gray-2);
    display: flex;
    justify-content: space-between;
  }

  .tippy-box .accordion {
    padding-top: 20px;
    border-top: 1px solid var(--spark-lighter-grey);
  }
}
