.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 {
  font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  border: 1px solid #a6c9e2;
  background-color: #fdfefe;
  position: absolute;
  top: -999px;
  z-index: 9999;
  /* padding: 1px; */
  padding: 15px;
  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-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-date {
  padding: 2px;
  /* border: 1px solid #c5dbec;
  background: #dfeffc;
  color: #2e6e9e; */
}

div#ndp-nepali-box td.ndp-selected {
  /* border: 1px solid #fad42e;
  background: #fbec88;
  color: #363636;
  text-align: center; */
  border-radius: 50%;
  background-color: #5cb85c;
  color: #fff !important;
  height: 28px;
  width: 28px;
  padding: 5px;
  margin: 0 auto;
}

div#ndp-nepali-box td.ndp-current {
  padding: 2px;
  /* border: 1px solid #fed22f; */
  /* background: #f5f8f9; */
  text-align: center;
  font-weight: 700;
}

div#ndp-nepali-box td.ndp-current a {
  /* color: #e17009;
  display: block; */
  border-radius: 50%;
  background-color: #5cb85c;
  color: #fff;
  height: 32px;
  width: 32px;
  padding: 5px;
  margin: 0 auto;
}

div#ndp-nepali-box td.ndp-date a,
div#ndp-nepali-box td.ndp-selected a {
  display: block;
  /* color: #1c94c4; */
  color: #54708b;
  text-decoration: none;
  width: 20px;
  text-align: center;
  /* font-weight: 700; */
}

div#ndp-nepali-box td.ndp-selected a {
  color: #fff;
}

a.ndp-disabled {
  color: #ccc !important;
}

div#ndp-nepali-box td.ndp-current:hover,
div#ndp-nepali-box td.ndp-date:hover {
  /* border: 1px solid #fed22f; */
  background-color: #e9edf0;
  transition: 0s;
  border-radius: 50%;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  opacity: 0.8;
}

div#ndp-nepali-box td.ndp-date a:hover {
  /* color: #1c94c4; */
  color: #54708b;
}

div#ndp-nepali-box table,
div#ndp-nepali-box td,
div#ndp-nepali-box tr {
  font-size: 12px;
  height: 19px;
  line-height: 19px;
  border-collapse: separate;
  border-spacing: 2px;
}

div#ndp-nepali-box a {
  text-decoration: none;
}

.ndp-days th,
.ndp-header {
  text-align: center;
  /* font-weight: 700; */
  font-size: 12px;
  color: #9aaec1;
  font-weight: 400;
}

.ndp-header {
  /* border: 1px solid #4297d7;
    background: #87b6d9; */
  background: #5cb85c;
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
  margin-bottom: 6px;
  line-height: 20px;
  /* margin: 2px; */
}

.ndp-next:hover,
.ndp-prev:hover {
  /* background: #fed22f; */
  height: 19px;
  width: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
}

.ndp-next,
.ndp-prev {
  position: absolute;
  top: 26px;
  width: 1.3em;
  height: 1.3em;
  /* background: #247ac4; */
  background: #5cb85c;
  border-radius: 50%;
}

.ndp-next.ndp-disabled,
.ndp-prev.ndp-disabled {
  background: #ccc;
}

.ndp-prev {
  left: 25px;
}

.ndp-next {
  right: 25px;
}

#currentMonth #ndp-month-select,
#currentMonth #ndp-year-select {
  /* color: #000; */
  background: #5cb85c;
  border: none;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 1px 0;
  height: 22px;
}

#currentMonth #ndp-year-select:hover {
  border-radius: 20px;
  /* background-color: rgba(0, 0, 0, 0.2); */
  padding: 0 8px;
}

#currentMonth #ndp-month-select:hover {
  border-radius: 20px;
  /* background-color: rgba(0, 0, 0, 0.2); */
  padding: 0 8px;
}

.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;
  box-shadow: 0 0 10px 0 #aaa;
}

.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;
}
