
h2 {
    text-align: center;
  }
  
  .form-group {
    margin-bottom: 15px;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
  }
  
  select, input[type="number"] {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  
  button {
    padding: 10px;
    background-color: var(--orange);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #0056b3; 
  }
  
  #result {
    background-color: #e9ecef;
    border-radius: 5px;
    text-align: center;
  }
  
  .container-form-daycount{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  .form-daycount-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .form-daycount-item button { 
    padding: 10px 40px;
    margin: 10px;
    width: 100%;
  }
  
  .form-daycount-item > select , .form-daycount-item > input{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: transparent;
    outline: none;
    border-style: 1px solid #000 !important;
  }
  
  .border-day-count{
      border: 1px solid #000;
      border-radius: 5px !important;
  }
  
  .option-style{
      color: #000 !important;
  }
  .option-style :hover{
      background-color: #0056b3;
      color: #fff;
  }
  
  .heading-bx-2{
      margin-bottom: 10px;
       margin-top: 0;
       line-height: 32px;
        padding-right: 10px;
        border-right: 5px solid var(--orange);
        text-align: right;
  }
  
  .heading-bx-2 > h6{
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 0px;
      padding: 10px;
  }
  
  .leapyear-algorithmic-custom{
      max-height: 375px;
  }
  
  .datepicker-plot-area .datepicker-day-view {
      display: block;
      width: 98%;
      float: left;
      min-height: 335px !important;
      margin: 0px 1% 0px 1%;
  }
  
  .datepicker-plot-area .datepicker-day-view .table-days td span {
      display: block;
      width: 100%;
      height: 50px;
      line-height: 26px;
      padding: 0px;
      margin: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 16px;
      font-weight: bold;
  }
  
  .datepicker-plot-area .datepicker-header .btn-switch {
      display: block;
      width: 66%;
      margin: 4px 2% 0px 2%;
      float: left;
      font-size: 18px;
  }
  
  .btn-next , .btn-prev {
      font-size: 12px;
      margin-top: 5px;
  }
  
  .month-grid-box > .header {
      z-index: 100 !important;
  }

  .nacc_month_sel, .nacc_day_sel, .nacc_year_sel{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: transparent;
    outline: none;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px !important;
        margin-bottom: 10px;
  }

  .nacc_calc_btn{
    padding: 10px 40px;
    margin: auto;
    width: 40%;
    background-color: var(--orange);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
  }

  .nacc_title{
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 32px;
    padding-right: 10px;
    border-right: 5px solid var(--orange);
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 10px;
    display: block;
  }

  .nacc_prompt{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    display: block;
}
 .nacc_reset_link , .nacc_change_link{
  display: none;
 }

 .nacc_results{
    padding: 20px;
    margin: 10px;
    background-color: rgb(229 229 226);
    border-radius: 10px;
    text-align: center;
 }