::-webkit-scrollbar {
    width: 1em;
  }
   
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
   
  ::-webkit-scrollbar-thumb {
    background-color: #ffb200;
    outline: 1px solid #074710;
  }
  .swal-button{
    background-color: #1A5b25;
  }
  .swal-button:hover{
    background-color: #1a5b2591 !important;
  }
  .swal-button--cancel{
    background-color: #ffb200 !important;
    color: aliceblue;
  }
  .swal-button--cancel:hover{
    background-color: #ffb300b1 !important;

  }
  .swal-icon--success__line{
    background-color: #1A5b25;

  }

  .swal-icon--success__ring{
    border: 4px solid hsl(49deg 55% 69% / 82%);
  }
  .swal-title{
    color: #000;
  }
  .text-success{
    color: #1A5b25 !important;

  }
  .linktext{
    font-size : 22px;
    color : #1A5b25 !important;

}