.tippy-box[data-theme~="lightdatepicker"] {
    color: #26323d;
    box-shadow: 0px 5px 20px #00000029;
    background-color: #fff;
    border-radius: 20px;
}
.tippy-box[data-theme~="lightdatepicker"][data-placement^="top"] .tippy-arrow {
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tippy-box[data-theme~="lightdatepicker"][data-placement^="bottom"] .tippy-arrow {
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.tippy-box[data-theme~="lightdatepicker"][data-placement^="left"] .tippy-arrow {
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tippy-box[data-theme~="lightdatepicker"][data-placement^="right"] .tippy-arrow {
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tippy-box[data-theme~="lightdatepicker"] .tippy-backdrop {
  background-color: #fff;
}
.tippy-box[data-theme~="lightdatepicker"] .tippy-roundarrow {
  fill: #fff;
}
.tippy-box[data-theme~="lightdatepicker"][data-animatefill] {
  background-color: initial;
}

.tippy-box[data-theme~="lightdatepicker"] .tippy-arrow {
    color: #fff;
}

.tippy-content{
  padding: 22px;
}

@media only screen and (max-width: 780px) {
  .tippy-content{
    padding: 10px;
  }


}

[data-tippy-root]{
  z-index: 99 !important;
}


