.ndp-days th,
.ndp-header {
  font-weight: 700;
  text-align: center;
  padding: 0;
}

div#ndp-nepali-box {
  font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
  border: 1px solid #A6C9E2;
  background-color: #FDFEFE;
  position: absolute;
  z-index: 9999;
  padding: 1px;
  margin-top: 1px
}

div#npd-table-div {
  margin: 0
}

div#npd-table-div table {
  border-spacing: 2px;
  border-collapse: separate
}

div#ndp-nepali-box td.ndp-date {
  margin: 1px;
  padding: 1px 2px;
  border: 1px solid #C5DBEC;
  background: #FFFFFF;
  color: #2E6E9E
}

div#ndp-nepali-box td.ndp-selected {
  border: 1px solid #FAD42E;
  background: #FBEC88;
  color: #363636;
  text-align: center;
  padding: 0;
}

div#ndp-nepali-box td.ndp-current {
  margin: 1px;
  padding: 1px 2px;
  border: 1px solid #79B7E7;
  background: #F5F8F9;
  text-align: center;
}

div#ndp-nepali-box td.ndp-current a {
  color: #800080
}

div#ndp-nepali-box td.ndp-date a.ndp-booked {
  color: #ff0000 !important;
}

div#ndp-nepali-box td.ndp-date a {
  display: block;
  color: #1C94C4;
  text-decoration: none;
  font-size: 14px;
  width: 30px;
  text-align: center;
}

a.ndp-disabled {
  color: #ccc !important
}

div#ndp-nepali-box td.ndp-date:hover {
  border: 1px solid #FED22F;
  opacity: .8
}

div#ndp-nepali-box td.ndp-date a:hover {
  color: #1C94C4
}

div#ndp-nepali-box table,
div#ndp-nepali-box td,
div#ndp-nepali-box tr {
  font-size: 12px;
  height: 30px;
  line-height: 30px
}

.ndp-next,
.ndp-prev {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

div#ndp-nepali-box a {
  text-decoration: none
}

.ndp-header {
  border: 1px solid #4297D7;
  background: #FFFFFF;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  margin: 2px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.ndp-prev {
  left: 0;
}

.ndp-prev:before {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #A6C9E2;
  border-bottom: 1px solid #A6C9E2;
  transform: rotate(135deg);
  display: block;
}


.ndp-next {
  right: 0;
}

.ndp-next:before {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid #A6C9E2;
  border-bottom: 1px solid #A6C9E2;
  transform: rotate(-45deg);
  display: block;
}

#currentMonth #npd-month-select,
#currentMonth #npd-year-select {
  flex-grow: 1;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  border: 0;
  box-shadow: none;
  outline: 0;
  font-family: 'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
}

.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
}

#currentMonth {
  flex-grow: 1;
  display: flex;
}