.ndc-chevron::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.3em;
  left: 0.15em;
  position: relative;
  top: 5px;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.3em;
  border-color: #fff;
  box-sizing: initial;
}
.ndc-chevron.ndc-right:before {
  left: -1px;
  transform: rotate(45deg);
}
.ndc-chevron.ndc-left:before {
  left: 1px;
  transform: rotate(-135deg);
}
div#ndp-nepali-box {
  position: absolute;
  top: -999px;
  z-index: 9999;
}
div#ndp-nepali-box,
div.ndp-nepali-box {
  /* width: 202px; */
  height: 30rem;
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  border: 1px solid #a6c9e2;
  background-color: #fdfefe;
  padding: 1px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
div.ndp-nepali-calendar-div div.ndp-nepali-box {
  top: unset !important;
}
div#ndp-nepali-box .hidden,
div.ndp-nepali-box .hidden {
  display: none;
}
div#ndp-table-div {
  margin: 0;
}
div#ndp-table-div table {
  border-spacing: 2px;
  border-collapse: separate;
}
div.ndp-nepali-box td.ndp-link-disabled a {
  cursor: default !important;
}
div#ndp-nepali-box td.ndp-date,
div.ndp-nepali-box td.ndp-date {
  padding: 1rem;
  /* border: 1px solid #c5dbec; */
  background: #dfeffc;
  color: #2e6e9e;
}
div#ndp-nepali-box td.ndp-selected,
div.ndp-nepali-box td.ndp-selected {
  border: 1px solid #fad42e;
  background: #fbec88;
  color: #363636;
  text-align: center;
}
div#ndp-nepali-box td.ndp-current,
div.ndp-nepali-box td.ndp-current {
  padding: 2px;
  /* border: 1px solid #00d023; */
  color: white;
  background: #09d000ad;
  text-align: center;
  font-weight: 700;
}
div#ndp-nepali-box td.ndp-current a,
div.ndp-nepali-box td.ndp-current a {
  color: #00d023;
  color: white;
  display: block;
}
div#ndp-nepali-box td.ndp-date a,
div#ndp-nepali-box td.ndp-selected a,
div.ndp-nepali-box td.ndp-date a,
div.ndp-nepali-box td.ndp-selected a {
  display: block;
  color: var(--cs-heading1);
  text-decoration: none;
  width: 20px;
  text-align: center;
  font-weight: 700;
}
a.ndp-disabled {
  color: #ccc !important;
}
div#ndp-nepali-box td.ndp-current:hover,
div#ndp-nepali-box td.ndp-date:hover,
div.ndp-nepali-box td.ndp-current:hover,
div.ndp-nepali-box td.ndp-date:hover {
  /* border: 1px solid #fed22f; */
  opacity: 0.6;
}
div#ndp-nepali-box td.ndp-date a:hover,
div.ndp-nepali-box td.ndp-date a:hover {
  color: #1c94c4;
}
div#ndp-nepali-box table,
div.ndp-nepali-box table {
  width: 100%;
}
div#ndp-nepali-box table,
div#ndp-nepali-box td,
div#ndp-nepali-box tr,
div.ndp-nepali-box table,
div.ndp-nepali-box td,
div.ndp-nepali-box tr {
  font-size: 1rem;
  text-align: center;
  height: 19px;
  line-height: 19px;
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 1rem;
}
div#ndp-nepali-box a,
div.ndp-nepali-box a {
  text-decoration: none;
}
.ndp-days th,
.ndp-header {
  text-align: center;
  font-weight: 700;
}
.ndp-header {
  height: 2.7rem;
  background: var(--cs-primary);
  color: #fff;
  font-size: 18px;
  padding: 2px;
  line-height: 20px;
  margin: 5px 5px 15px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .ndp-next:hover,
.ndp-prev:hover {
  background: var(--cs-heading1);
} */
.ndp-next,
.ndp-prev {
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  /* background: #247ac4; */
  border-radius: 50%;
}
.ndp-next.ndp-disabled,
.ndp-prev.ndp-disabled {
  background: #ccc;
}
.ndp-prev {
  left: 7px;
}
.ndp-next {
  right: 7px;
}
#currentMonth #ndp-month-select,
#currentMonth #ndp-year-select {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 1px 0;
  height: 22px;
}
.ndp-corner-all,
.ndp-corner-left,
.ndp-corner-tl,
.ndp-corner-top {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.ndp-corner-all,
.ndp-corner-right,
.ndp-corner-top,
.ndp-corner-tr {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.ndp-corner-all,
.ndp-corner-bl,
.ndp-corner-bottom,
.ndp-corner-left {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ndp-corner-all,
.ndp-corner-bottom,
.ndp-corner-br,
.ndp-corner-right {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* custom */
#currentMonth-myCal table {
  height: 25.7rem !important;
}
#ndp-month-select-myCal,
#ndp-year-select-myCal {
  border-radius: 10px;
  padding: 3px 8px;
  margin: 3px;
  border: none;
}
