.chose {
  background: #023047;
  color: #fff;
}
.choosen_radio {
  background: #023047 !important;
  color: #ffffff !important;
}
.row.stmp_first {
  max-width: 650px;
  margin: 0 auto;
  padding: 20px;
  background: #f2f2f2;
  box-sizing: border-box;
  box-shadow: 1px 3px 29px 0px rgb(4 4 4 / 20%);
  border-radius: 20px;
  margin-bottom: 20px;
}
.row.stmp_first input {
  padding: 10px;
}
.stmp_first label {
  text-align: center;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
  color: #3d3d3d;
  font-weight: 500;
}
.row.btm_stmp button {
  margin: 2px;
  background: #6f6e6e;
}
.row.btm_stmp {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tax__calculator .card__box .calcuator__form .prprti__lctin label.btn_mdl {
  font: normal normal 700 18px / 120% var(--font) !important;
  background-color: transparent;
  border: 1px solid #ced3d5;
  color: var(--color-dark);
  text-decoration: none;
  border-radius: 12px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 0 !important;
  cursor: pointer;
}
.prprti__lctin .form-check {
   padding-left: 0;
   margin-bottom: 0;
}

/*.btm_stmp button{font-size:14px;border:1px solid #f16421;box-shadow:none;background:#fff!important;color:#f16421;transition:all ease 0.4s;border-radius:5px}*/

.btm_stmp button:hover,
.btm_stmp button:focus {
  background: #023047 !important;
  color: #fff;
  cursor: pointer;
  box-shadow: none;
}
.stamp_breakdowns {
  text-align: center;
  padding: 10px;
  border-radius: 0;
  color: #3d3d3d;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stmp_first input#p_rate:focus {
  box-shadow: none;
  border-color: #2d3940;
  color: #3e3e3e;
}
.stamp_result .stamp_breakdowns:last-child {
  margin-bottom: 10px;
}
.stamp_result {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.stamp_result > div {
  background: #f5eadf;
  padding: 20px 20px 5px;
}
.stamp_result .total_duty_stamp {
  background: #3d3d3d;
  padding: 10px !important;
  width: auto;
  margin: 10px 0 0;
}
.stamp_breakdowns:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.purchase_box {
  background: #f5eadf;
  padding: 30px 0 20px;
  margin: 10px 0 0;
  border-radius: 2px;
  box-shadow: 1px 3px 29px 0px rgb(226 181 136 / 20%);
}

.choosen_radio:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #fff;
  padding-right: 6px;
  content: "✔";
}

@media only screen and (max-width: 680px) and (min-width: 320px) {
  .row.spv_calc_inr {
    max-width: 100%;
    width: 100%;
  }
}
.stmp_first .input-group-prepend span.input-group-text {
  color: #fff;
  background: #f16421;
}
.stmp_first input,
.stmp_first select {
  border: 1px solid #999;
  border-radius: 0;
  width: 100%;
  padding: 0 25px;
}
.stmp_first input:focus {
  border-color: #2d3940;
  color: #3e3e3e;
}
