  .input-group{
      margin-bottom:22px;
    }

label{
      display:block;
    }

  input:focus,
    select:focus{
      background: rgba(255,255,255,0.12);
      box-shadow:0 0 0 2px #55a630;
    }

	.result-box{
      padding:18px;
      border-radius:20px;
      margin-bottom:20px;
	background:rgba(255,255,255,0.12);
      border-radius:18px;
      backdrop-filter:blur(10px);
    }
 .result-title{
      font-size:16px;
	 		color:#ffffff;
	 	  font-weight:500;
      margin-bottom:10px;
      text-transform:uppercase;
    }

    .mini-card{
      background: rgba(255,255,255,0.12);
      padding:18px;
      border-radius:18px;
    }

.mini-results{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:20px;

    }

  .result-value{
      font-size:28px;
	  color:#ffffff;
      font-weight:700;
      margin-bottom:10px;
    }

.heading{
      font-size:14px;
      margin-bottom:8px;
      font-weight:500;
		  color:#ffffff;
    }

.tax-note{
	color:#ffffff;
	margin-top:18px;
}

.te{
      font-size:20px;
	    color:#ffffff;
      font-weight:700;
    }