* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.bogo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: black;
}

.sunshire {
  width: 462px;
  height: 603px;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sun2 {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 341px;
}

.selectdiv1 {
  display: flex;
  gap: 5px;
}

.inputdiv {
  display: flex;
  align-items: center;
  gap: 10px;
}

.inputdiv h2 {
  font-size: 14px;
  font-weight: 600;
}

.inputdiv p {
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
}

.divsun del {
  font-size: 10px;
  font-weight: 400;
  margin-top: 2px;
  color: #b3b3b3;
}

.divsun {
  position: relative;
}

input[type="radio"] {
accent-color: #c43753;
}

.secspan {
  position: absolute;
  top: -30px;
  left: -25px;
  font-size: 12px;
  padding: 5px 5px !important;
  font-weight: 700;
  width: 119px !important;
  height: 26px !important;
  text-align: center;
  border-radius: 0 0 4px 4px;
  z-index: 2;
}

.secspan2 {
  z-index: 1;
  border-radius: 12px 12px 0 0 !important;
  width: 128px !important;
  height: 6px !important;
  top: -30px !important;
  left: -30px !important;
  background-color: #c43753 !important;
}

.inputdiv h2 .span10 {
  font-size: 12px;
  padding: 2px 5px;
  font-weight: normal;
}

.sunh2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 39px;
}

.sunh2 h1 {
  font-size: 20px;
  font-weight: 600;
  color: #ff6b82;
}

.freeDel {
  color: #ff6b82;
  font-size: 14px;
  font-weight: 500;
}

.sun2line {
  /* border: 0.1px solid gray; */
  width: 96.63px;
  background: #c8c8c8;
  height: 0.9px;
  margin: 0 10px 0 10px;
}

.span10 {
  color: white;
  background-color: #ff6b82;
  width: 55px;
  height: 17px;
}

.divh2 {
  font-size: 14.46px;
}

.total {
  display: flex;
  justify-content: space-between;
  width: 341px;
  margin-top: 15px;
}

button {
  width: 341px;
  height: 40px;
  background-color: #ff6b82;
  color: white;
  border: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
}

.grandtotal {
  font-size: 14px;
  font-weight: 500;
}

.lastline {
  text-align: right;
  width: 341px;
  font-size: 12px;
  margin-top: 5px;
  color: #999999;
}

#div1,
#div2,
#div3 {
  gap: 30px;
  border: 1px solid rgb(202, 201, 201);
  margin-top: 19px;
}

.active {
  background-color: #fff9fa;
  height: 174.11px;
  border: 3px solid #ff6b82 !important;
}

.selectdiv {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.selectdiv:first-child {
  margin-left: 49px;
}

.labeldiv1 {
  font-size: 9.04px;
  font-weight: 400;
}

.labeldiv1 div {
  height: 25.31px;
}

.labeldiv1 div:nth-child(1) {
  height: 20px;
}

.selectdiv label {
  font-size: 9.94px;
  font-weight: 400;
}

.selectdiv select {
  width: 65.98px;
  height: 25.31px;
  font-weight: 400;
  font-size: 10.85px;
  border: 0.9px solid rgb(226, 226, 226);
}


@media only screen and (max-width: 600px)  {
  
.sunh2 h1 {
    font-size: 12px;
}

.lastline, button, .total, .sun2 {
    width: 310px;
}




}
