body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    color: #2e2e2e;
    padding: 0 !important;
}

html{
    scroll-padding-top: 50px;
}

.bdr-rds {
    border-radius: 100%;
}

.header-navbar {
    height: 40px;
    padding: 4px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

.logo-tag {
    margin: 0 6px 0 0;
}

.logo-tag a,
.logo-tag img,
.logo-tag span {
    display: inline-block;
    float: left;
}

.logo-tag span {
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
}

.logo-tag a {
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    border-radius: 5px;
    padding: 6px 8px;
    margin: 0 2px;
}

.logo-tag img {
    max-height: 20px;
    margin-right: 5px;
}

.header-navbar .nav-pills>li>a {
    padding: 7px 8px 8px 8px;
    font-size: 12px;
    font-weight: 600;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    height: 32px;
}

.header-navbar .nav-pills>li>a i {
    font-size: 16px;
}

.header-navbar .nav-pills>li>a i.custom-down {
    margin-left: 4px;
    font-size: 15px !important;
    padding-top: 2px;
    display: inline-block;
    float: right;
}

/* For different theme */
.logo-tag a:hover,
.header-navbar .nav-pills>li>a:hover,
.header-navbar .nav-pills>li>a:focus,
.header-navbar .nav .open>a,
.header-navbar .nav .open>a:focus, .nav .open>a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.logo-tag span {
    color: rgba(255, 255, 255, 0.9);
}

.header-navbar .nav-pills>li>a {
    color: rgba(255, 255, 255, 0.7);
}
/* For different theme */

.header-avatar {
    border-radius: 100%;
    border: solid 1px rgba(255, 255, 255, 0.9);
}

.nav-pills>li.header-user>a {
    padding-top: 5px;
    padding-bottom: 4px;
}

.nav>li>a>img {
    display: inline-block;
    margin-top: -1px;
}

.li-user {
    padding: 3px 20px;
    white-space: nowrap;
}

.li-user h2 {
    font-size: 16px;
    margin: 0 0 3px;
}

.li-user p {
    margin: 0;
}

.li-title {
    padding: 3px 20px;
    font-size: 14px;
    white-space: nowrap;
    color: #707070;
}

.page-wrapper {
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
}

.nav-sidebar {
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    position: fixed;
    z-index: 99;
    width: 250px;
    top: 40px;
    bottom: 0;
    left: 0;
    background-color: #fafafa;
    box-shadow: inset -2px 0 0 #e5e5e5;
}

.inner-navbar {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.ul-sidebar {
    list-style: none;
    margin: 0;
    padding: 20px 0 60px;
}

.ul-sidebar li {
    white-space: nowrap;
}

.ul-sidebar li a {
    display: block;
    padding: 12px 15px;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    text-decoration: none;
    color: #707070;
    position: relative;
}

.ul-sidebar > li.active {
    box-shadow: inset 7px 0 0 #4b4ba3;
}

.ul-sidebar li.active > a {
    background: rgba(0,0,0,0.04);
    background: #47479b1c;
    color: #393982;
}

.ul-sidebar > li:hover > a,
.ul-sidebar > li:focus > a {
    background-color: rgba(0,0,0,0.06);
    color: #2e2e2e;
}

.ul-sidebar li ul li:hover a,
.ul-sidebar li ul li:focus a {
    background-color: rgba(0,0,0,0.06);
    color: #2e2e2e;
}

.ul-sidebar li.active > a:hover,
.ul-sidebar li.active > a:focus {
    background-color: rgba(0,0,0,0.06);
    color: #393982;
}

.ul-sidebar li a i {
    display: inline-block;
    float: left;
    font-size: 15px;
    width: 16px;
    text-align: center;
}

.span-link {
    display: block;
    padding-left: 25px;
    margin-top: -2px;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
}

.page-contents {
    min-height: calc(100vh - 40px);
    padding-bottom: 100px;
}

.custom-border{
    border-style: solid;
    border-color: #e8e1e1;
    border-radius: 10px;
    border-width: thin;
}
@media(min-width: 370px){
    .custom-padding{
        padding-right:10px; padding-left:10px
    }

    .page-wrapper {
        margin-left:10px;
        margin-right: 10px;
        padding-left: 220px;
    }
}

@media(min-width: 990px) {
    .custom-padding{
        padding-right:50px; padding-left:150px
    }

    .page-wrapper {
        margin-left: 50px;
        margin-right: 50px;
        padding-left: 220px;
    }
}


.custom-container-fluid {
    /* max-width: 1280px; */
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.toggle-button {
    display: block;
    width: 250px;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    padding: 16px;
    background-color: #fafafa;
    border-top: 2px solid #e5e5e5;
    color: #707070;
    text-decoration: none !important;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    white-space: nowrap;
}

.toggle-button span {
    display: inline-block;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
}

.toggle-button:before {
    position: relative;
    content: '\F100';
    font-family: 'FontAwesome';
    top: 1px;
    z-index: 9;
    margin-right: 10px;
    font-size: 20px;
}

.toggle-button:hover,
.toggle-button:focus {
    background-color: #e5e5e5;
    color: #2e2e2e;
}

.ul-sidebar .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.ul-sidebar a.arw:after,
.ul-sidebar a.arw.collapsed:after {
    position: absolute;
    right: 10px;
    content: '\F054';
    font-family: 'FontAwesome';
    font-size: 8px;
    top: 50%;
    margin-top: -5px;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    z-index: 9;
}

.ul-sidebar a.arw:after {
    transform: rotate(90deg);
}

.ul-sidebar a.arw.collapsed:after {
    transform: rotate(0deg);
}

.ul-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0,0.06);
}

.ul-sidebar ul li a {
    padding: 8px 16px 8px 40px;
}

.toggle-page {
    padding-left: 50px;
}

.toggle-page .nav-sidebar {
    width: 50px;
}

.toggle-page .span-link,
.toggle-page .ul-sidebar a.arw:after {
    display: none;
}

.toggle-page .ul-sidebar li a i {
    float: none;
    display: block;
    height: 18px;
}

.toggle-page .toggle-button {
    width: 48px;
}

.toggle-page .toggle-button span {
    opacity: 0;
    display: none;
}

.toggle-page .toggle-button:before {
    position: relative;
    content: '\F101';
    font-family: 'FontAwesome';
    top: 1px;
    z-index: 9;
    margin-right: 10px;
    font-size: 20px;
}

.toggle-page .ul-sidebar li ul li a {
    padding-left: 25px;
}

.ul-sidebar ul li:first-child {
    display: none;
}

.toggle-page .ul-sidebar ul li:first-child {
    display: block;
}

.ul-sidebar ul li:nth-child(2) {
    border-top: solid 1px rgba(0,0,0,0.08);
}

.breadcrumb {
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
    border-radius: 0;
    margin-bottom: 15px;
}

.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>td,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>thead>tr>th {
    white-space: normal;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

.table a,
.table img {
    display: inline-block;
}

.table p {
    margin: 0;
}

table .form-group {
    margin-bottom: 0;
}

.name-title {
    display: flex;
    align-items: center;
}

.name-title img {
    margin-right: 5px;
    align-self: flex-start;
    border-radius: 50px;
}

.span-icon {
    display: inline-block;
    margin-right: 3px;
}

.span-icon i {
    margin-right: 3px;
}

.no-bdr {
    border: none;
}

.no-bckg {
    background: none !important;
}

.panel,
.panel-heading {
    border-radius: 0;
    box-shadow: none;
}

.page-head {
    margin-bottom: 10px;
}

.panel-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-horizontal [class*=col-] {
    margin-bottom: 5px;
}

.colsp-tr td {
    padding: 0 !important;
}

.colsp-tr td .panel {
    border: none !important;
    border-bottom: solid 1px #ddd !important;
    margin-bottom: 0;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.form-horizontal .form-inline .form-group {
    margin-right: 0;
    margin-left: 0;
}

.table-bordered td {
    border-bottom: none !important;
}

/* css started for login page */
.login-wrapper {
    width: 100%;
    height: 100%;
    display: table;
    background: url(../../images/login-top.png) no-repeat right -240px top -70px, url(../../images/login-bottom.png) no-repeat left -280px bottom -140px;
}

.login-inner-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.login-sec {
    max-width: 470px;
    margin: 30px auto;
    border-radius: 21px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 12px 2px rgba(41, 41, 97, 0.08);
}

.login-sec h1 {
    font-size: 29px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    margin: 15px 0 35px;
}

.login-sec h2 {
    color: #424242;
    font-size: 15px;
    text-align: center;
    margin: 0 0 20px;
}

.btn-block {
    width: 100%;
}

.login-group {
    margin-bottom: 20px;
}

.login-group .form-control {
    height: 50px;
    border-radius: 6px;
    /*  border-color: #BBBAD6;
    border-width: 2px;
    background-color: #FAFAFC;*/
}

.login-btn {
    height: 50px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 6px;
    outline: none !important;
    box-shadow: none !important;
}

.login-btn:hover {
    opacity: 0.9;
}

.invalid-text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
}

.login-group i {
    font-size: 20px;
}

@media(max-width: 1370px) {
    .login-wrapper {
        background-position: right -250px top -100px, left -350px bottom -200px;
    }
}

@media(max-width: 991px) {
    .login-wrapper {
        background-position: right -300px top -175px, left -480px bottom -300px;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu a:focus {
    outline: none !important;
}
.nonelink{
    text-decoration: none;
    color: #707070;
    position: relative;
}




/* css ended for login page */

.require:after {
    content: '*' !important;
    color: red;
}
.customer-badge {
    font-size: 80%;
}
.customer-badge i {
    cursor: pointer;
    color: #dc3545;
}
.custom-file~.invalid-feedback{
    display:block;
}

.test{
    background-color: red;
}

.ck-editor__editable {min-height: 200px;}

.table-responsive>.table-bordered {
    border: 1px solid #dee2e6 !important;
}

.modal-header .close:focus {
    outline: none;
}

.renew_doc {
    display: flex !important;
    align-items: center;
    white-space: nowrap;
}

.badges_buttons {
    display: flex;
    align-items: center;
    position: relative;

}

.buttons_inner {
    padding: 10px 10px 10px 16px;
    background-color: #F8F8F8;
    margin-right: 5px;
    border-radius: 4px;
    width: 137px;
    max-width: 185px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.buttons_inner p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #717A81;
    margin-bottom: 0 !important;
}

.buttons_inner span {
    position: relative;
    top: -7px;
    right: -4px;
    background: #278000;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    padding: 2px 8px;
    color: #fff;
    border-radius: 4px;
}

.rejected_num span {
    background-color: #ED0003 !important;
}

.proceed_num span {
    background-color: #ED8B00 !important;
}

.buttons_inner.active {
    background-color: #257474;
    color: #FFFFFF;
}

.buttons_inner.active p {
    color: #FFFFFF;
    font-size: 700;
}

.buttons_inner.active span {
    background: #FFFFFF !important;
    color: #257474;
}

.buttons_inner:focus {
    outline: none !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8f8f8 !important;
}

.text-warning {
    color:#FFB302 !important;
}
.text-status-weight {
    font-weight: 500;
}

.proceed_num span {
    background-color: #ED8B00 !important;
}

.warning_num span {
    background-color: #a3d720 !important;
}

.secondary_num span {
    background-color: #2462d4 !important;
}

.primary_num span {
    background-color: #db758a !important;
}

.ternary_num span {
    background-color: #dc19a5 !important;
}


.dispatch-heading{
    font-weight: bolder;
    font-size: 20px;
    margin: 30px 0 50px 0;
    text-transform: capitalize;
}
.dispatch-box{
    border: 1px solid #e8e1e1;
    padding: 20px 50px 20px 150px;
    border-radius: 10px;
    margin-bottom: 30px;
}
@media screen and (max-width: 989px) {
    .dispatch-box{
        padding: 20px 10px;
    }
}
.table-main-heading{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 16px;
    margin-top: 16px;
}
.table-main{
    border: 1px solid #dee2e6;
    width: 100%;
    padding: 16px;
    margin-bottom: 20px;
}
.table-main tr{
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.table-head{
    font-size: 16px;
    font-weight: bold;
    padding: 16px;
    width: 180px;
}
.table-static{
    width: 300px;
    font-weight: normal;
    font-size: 16px;
    padding: 16px;
    word-break: break-word;
}

/* DATE */
.form-control.daterange{
    width: 214px !important;
}
.form-control{
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.select-width{
    width: 150px;
}
.org-width{
    width: 200px;
}
.btn{
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.table-padding{
    padding-top: 6px;
}
.sidebar-dropdowns{
    padding-left: 10px;
    margin-top: -2px;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    display: block;
}

@media screen and (max-width: 1200px) {
    .sidebar-dropdowns{
        margin-top: -3px;
    }
}

.full-width{
    width: 100%;
}

.select2-dropdown{
    position: initial !important;
}

@media screen and (min-width: 1202px) {
    .sidebar-width{
        width: 100%;
    }
}

@media screen and (max-width: 1201px) {
    .sidebar-width{
        width: 250px !important;
    }
}

#textarea-type textarea{
    margin-top: 10px;
}

.report-width{
    margin-right: 0 !important;
}

.leaflet-pane{
    z-index: 0 !important
}

.leaflet-top{
    z-index: 0 !important;
}



.sidebar-flex{
    display: flex !important;
}

.toggle-page .ul-sidebar li ul{
    width: 250px !important
}

.form-padding .col-auto{
    padding-left: 0 !important;
}

.org-width .select2-container .select2-selection--multiple{
    min-height: 36px;
}

.select2-container--default .select2-results>.select2-results__options{
    max-height: 215px !important;
}

@media screen and (max-width: 1099px) {
    .table-none{
        display: none;
    }
}
@media (min-width: 768px)  {
    .form-inline .form-group {
      vertical-align: top;
    }
  
  }
  
  @media (min-width: 1201px) {
    .toggle-page .ul-sidebar li ul {
      transform: translate3d(50px -42px 0);
      -webkit-transform: translate3d(50px, -42px, 0);
      left: 0;
      position: fixed;
      width: 170px;
      display: block;
      background-color: #fafafa;
      border: solid 1px #eee;
      box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
      visibility: hidden;
      opacity: 0;
      height: auto !important;
    }
  
    .toggle-page .ul-sidebar li:hover ul {
      visibility: visible;
      opacity: 1;
    }
  }
  
  @media (max-width: 1200px) {
    .nav-sidebar {
      width: 50px;
    }
  
    .toggle-page .nav-sidebar {
      width: 220px;
      box-shadow: inset -2px 0 0 #e5e5e5, 2px 1px 3px rgba(0,0,0,0.1);
    }
  
    .page-wrapper {
      padding-left: 50px;
    }
  
    .toggle-button {
      width: 48px;
    }
  
    .toggle-page .toggle-button {
      width: 218px;
    }
  
    .toggle-button span {
      opacity: 0;
      display: none;
    }
  
    .toggle-button:before {
      content: '\F101';
    }
  
    .toggle-page .toggle-button span {
      display: inline-block;
      opacity: 1;
    }
  
    .toggle-page .toggle-button:before {
      content: '\F100';
    }
  
    .span-link,
    .ul-sidebar a.arw:after {
      display: none;
    }
  
    .toggle-page .span-link,
    .toggle-page .ul-sidebar a.arw:after {
      display: block;
    }
  
    .ul-sidebar li a i {
      float: none;
      display: block;
      height: 18px;
    }
  
    .toggle-page .ul-sidebar li a i {
      display: inline-block;
      float: left;
      height: auto;
    }
  
    .page-wrapper:not(.toggle-page) .ul-sidebar li ul {
      transform: translate3d(50px -42px 0);
      -webkit-transform: translate3d(50px, -42px, 0);
      left: 0;
      position: fixed;
      width: 170px;
      display: block;
      background-color: #fafafa;
      border: solid 1px #eee;
      box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.1);
      visibility: hidden;
      opacity: 0;
      height: auto !important;
    }
  
    .page-wrapper:not(.toggle-page) .ul-sidebar li ul li a {
      padding-left: 25px;
    }
  
    .page-wrapper:not(.toggle-page) .ul-sidebar li:hover ul {
      visibility: visible;
      opacity: 1;
    }
  
    .ul-sidebar ul li:first-child {
      display: block;
    }
  
    .toggle-page .ul-sidebar ul li:first-child {
      display: none;
    }
  
  
  }
  
  
  
  
  
  
  
  
  .ndc-chevron::before {
    border-style: solid;
    border-width: .25em .25em 0 0;
    content: "";
    display: inline-block;
    height: .3em;
    left: .15em;
    position: relative;
    top: 5px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: .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;
    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, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(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: 2px;
    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 #fed22f;
    background: #f5f8f9;
    text-align: center;
    font-weight: 700
}

div#ndp-nepali-box td.ndp-current a,
div.ndp-nepali-box td.ndp-current a {
    color: #e17009;
    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: #1c94c4;
    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: .8
}

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: 12px;
    height: 19px;
    line-height: 19px;
    border-collapse: separate;
    border-spacing: 2px
}

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 {
    border: 1px solid #4297d7;
    background: #87b6d9;
    color: #fff;
    font-size: 13px;
    padding: 2px;
    line-height: 20px;
    margin: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.ndp-next:hover,
.ndp-prev:hover {
    background: #fed22f
}

.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 {
    border-top-left-radius: 5px
}

.ndp-corner-all,
.ndp-corner-right,
.ndp-corner-top,
.ndp-corner-tr {
    border-top-right-radius: 5px
}

.ndp-corner-all,
.ndp-corner-bl,
.ndp-corner-bottom,
.ndp-corner-left {
    border-bottom-left-radius: 5px
}

.ndp-corner-all,
.ndp-corner-bottom,
.ndp-corner-br,
.ndp-corner-right {
    border-bottom-right-radius: 5px
}