    *{
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

  p{
    margin-bottom: 0 !important;
  }



/* header  */
.appHeader{
  text-align: center;
  background-color: #1F7222;
  padding: 18px 10px;
  color: white;
  font-weight: bold;
}

.appHeader i{
  color: white; 
}

.seconday-card{
    /* box-shadow: 0px 1px 5px 1px #ddd; */
    background-color: #F1FCE9;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #86cd53;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.secondary-card{
    /* box-shadow: 0px 1px 5px 1px #ddd; */
    background-color: #F1FCE9;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #86cd53;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.primary-card{
     background: linear-gradient(#79E02F, #1F7222);
    border-radius: 20px;
    color: #ffffff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 1px solid #86cd53;
}


        .moneyBox b{
            color: #1F7222;
        }

        .moneyBox i{
            color:  #1F7222;
            font-size: 20px;
            background-color: #F1FCE9; 
            /* padding:5px 10px;
            border-radius: 10px; 
            border: 1px solid #A9EB7A;  */
        }

 
        .moneyBox a{
            text-decoration: none;
            color: #808080;
             /* box-shadow: 0px 1px 5px 1px #ddd; */
            background-color:#F1FCE9;
            padding: 10px;
            border-radius:15px ;
            width:100%;
            margin:5px;
            transition:.3s;
            border: 1px solid #C6F2A6; 
        }

        .moneyBox a:hover{
            background-color:#E2F8D3;
            text-decoration: none;
            color: #1F7222;
        }

        .icon-001 {
          background-color: #1F7222;
          color: white;
          font-size: 20px;
          padding:5px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 30px;
          width: 30px;

        }

         .icon-002 {
          background-color: #1F7222;
          color: white;
          font-size: 15px;
          padding:5px;
          border-radius: 10px;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 30px;
          width: 30px;

        }



        .menuBox{
            color: #ffffff;
            padding: 5px 0;
            margin-top: 1rem;
            text-align:center
        }

        

        .menuBox p{
            font-size: 13px;
        }

      

        .appBody{
            padding-bottom: 5rem;
        }

     

        .appBody .inner{
            padding:10px ;
            
        }

        .appBody .inner p{
            font-size: 15px;
            font-weight: 400;
        }


    .primary-btn{
      text-decoration: none;
      position: relative;
      bottom: 1.2rem;
      background: linear-gradient(#79E02F, #1F7222);
      border-radius: 10px;
      padding: 8px 30px;
      font-weight: bold;
      font-size: 18px;
      color: white;
      border: none; 
      margin: 20px 0;
    }



/* CSS */
.warning-btn {

  background-color: #FFE7E7;
  background-position: 0 0;
  border: 1px solid #FEE0E0;
  border-radius: 11px;
  color: #D33A2C;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 33.4929px;
  list-style: outside url(https://www.smashingmagazine.com/images/bullet.svg) none;
  padding: 2px 12px;
  text-align: left;
  text-decoration: none;
  transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
  border-color: #FAA4A4;
  display: block;
  text-align: center;
  
}

.warning-btn:active,
.warning-btn:hover,
.warning-btn:focus {
  outline: 0;
}


.warning-btn:active {
  background-color: #D33A2C;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px 0 inset;
  color: #FFFFFF;
}

.warning-btn:hover {
  background-color: #FFE3E3;
  border-color: #D33A2C;
}

.warning-btn:active:hover,
.warning-btn:focus:hover,
.warning-btn:focus {
  background-color: #D33A2C;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px 0 inset;
  color: #FFFFFF;
}

    .btn-primary{
      background: linear-gradient(#79E02F, #1F7222);
       border: 1px solid #79E02F !important;
        border-radius: 30px !important;
        padding: 8px 30px !important;
        font-weight: bold !important;
        font-size: 18px;
        color: white;
    }

   .signBox{
            border-radius: 20px ;
        }

    .signBox a{
        text-decoration: none;
        color: #363636;
        border-bottom: 1px solid #e4e4e4 ;
    }


footer{
    position: fixed;
    bottom: 0;
    background-color: #fff;
    box-shadow: 2px 2px 8px var(--dark);
    padding: 5px 0;
   

}

footer i{
    font-size: 24px;
   
}

footer a{
    text-decoration: none;
    color: var(--dark);
}




/* CSS */
.pk-btn-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.pk-btn-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

.pk-btn-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(340deg 100% 16%) 0%,
    hsl(340deg 100% 32%) 8%,
    hsl(340deg 100% 32%) 92%,
    hsl(340deg 100% 16%) 100%
  );
}

.pk-btn-front {
  display: block;
  position: relative;
  padding: 5px 20px;
  border-radius: 20px;
  font-size: 1.1rem;
  color: white !important; font-weight: bold;;
  background: hsl(345deg 100% 47%);
  will-change: transform;
  transform: translateY(-4px);
  transition:
    transform
    600ms
    cubic-bezier(.3, .7, .4, 1);
}

@media (min-width: 768px) {
  .pk-btn-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

.pk-btn-pushable:hover {
  filter: brightness(110%);
  -webkit-filter: brightness(110%);
}

.pk-btn-pushable:hover .pk-btn-front {
  transform: translateY(-6px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.pk-btn-pushable:active .pk-btn-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.pk-btn-pushable:hover .pk-btn-shadow {
  transform: translateY(4px);
  transition:
    transform
    250ms
    cubic-bezier(.3, .7, .4, 1.5);
}

.pk-btn-pushable:active .pk-btn-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.pk-btn-pushable:focus:not(:focus-visible) {
  outline: none;
}



