h1, h2, h3, h4,h5 {
    color: #e844dd;
    text-align: center;
    font-family: "Sarabun", sans-serif;
  }
  
  a {
    text-decoration: none;
    color: rgb(225, 27, 199);
  }
  
 
  
  .pinkbutton {
    background-color: hotpink;
    border: none;
    border-radius: 12px;
    padding: 1rem;
    font-size: 1rem;
    color: white;
  }
  
  .custom-select {
    border: none;
  }
  
  html, body {
    height: 100%;
    margin: 0;
  }
  
  .progress-bar {
    width: 50%;
    height: 1px;
    background-color: hotpink;
  }
  
  .bg-transparent {
    background-color: transparent !important;
  }
  
  .btn-pink {
    color: #fff;
    background-color: #94A3B8;
    border-color: #e91e63;
  }
  
  .btn-pink:hover {
    color: #fff;
    background-color: #94A3B8;
    border-color: #c2185b;
  }
  
  .btn-pink:focus,
  .btn-pink:active {
    color: #fff;
    background-color: #7e7679;
    border-color: #ad1457;
    box-shadow: 0 0 0 0.2rem rgba(233, 30, 99, 0.5);
  }
  
  .btn-outline-secondary {
    color: #e844dd !important;
    border: 1px solid #bb8ebb !important;
    background-color: transparent !important;
  }
  
  .btn-outline-secondary:hover {
    color: white !important;
    background-color: #c91bb7 !important;
    border-color: #c91bb7 !important;
  }
  
  .pinkbutton a {
    color: inherit;
    text-decoration: none;
  }
  
  .circle-number {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #FCBCF8, #F4D1F0);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
  }
  
  h5 {
    text-align: center;
    font-family: "Sarabun", sans-serif;
  }
  
  .nav-link {
    color: #e844dd;
    font-family: "Sarabun", sans-serif;
  }
  
  .nav-link:hover {
    color: #FCBCF8;
  }
  
  .progressButton {
    background-color: #F4D1F0;
    border: none;
  }
  .btn-primary,
  .btn-primary:hover,
  .btn-primary:active,
  .btn-primary:visited {
    background-color: #F472B6 !important;  /* Pink */
    border:none !important;
    color: white;
  }
  

  #monthPicker {
    margin-top: 10px;
    max-width: 500px;
    background-color: #fff;
   
  }
  

  #yearGrid button,
  #monthGrid button {
    min-width: 30px;
  }

  #yearGrid,
  #monthGrid {
    gap: 2px;
    flex-wrap: wrap;
    justify-content: center;
  }
  label,th,tr{
    font-family: "Sarabun", sans-serif;

  }

  .table-bordered,
.table-bordered th,
.table-bordered td {
  border: 1px solid #d6cdd6 !important;
   }

 table th{
  background-color: #f9dbf7 !important;
 }
 table tr{
  background-color: #f9dbf7 !important;
 }
 table tbody{
  background-color: #cd72c7 !important;
 }
  /*# sourceMappingURL=style.css.map */
  
