* {
  box-sizing: border-box;
  border: none;
  outline: none;
}
body {
  margin: 0;
  padding: 0;
  background-color: white;
}
.bdcont {
  position: relative;
  top: 60px;
}
.pricing {
  margin-bottom: 50px;
}
.box {
  position: relative;
  z-index: 1;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  /* box-shadow: 0 2px 5px #b6b6b6; */
  border-radius: 10px;
  padding-top: 15px;
  width: 300px;
  padding: 10px 15px;
  background-color: white;
  margin: 10px 0;
}
.container {
  padding: 10px;
  margin: 0 10px;
}
.container .type {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0;
  font-family: "poppins";
  /* background-color: #ecfdf4; */
  text-align: left;
  color: #064e35;
}
.container2 {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  /* box-shadow: 0 2px 5px #b6b6b6; */
  border-radius: 10px;
  padding-top: 15px;
  width: 345px;
  padding: 2px 15px;
  background-color: white;
  margin-bottom: 10px;
  text-align: left;
  display: table;
}
.container2 .network {
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background-color: #ecfdf4;
  padding: 10px 0;
  color: #064e35;
}
.inputBox {
  margin: 10px 0;
  padding: 10px 0;
}
.inputBox th {
  width: 80px;
  font-family: 'Poppins', sans-serif;
}
.inputBox .amount {
  color: #05965d;
  font-weight: 600;
  text-align: center;
}
.headBox span {
  font-weight: 700;
}
table {
  text-align: left;
  width: 100%;
  border-collapse: collapse;
}
table th {
  padding: 5px 0;
  font-weight: 700;
  font-size: 0.8em;
}
table td {
  font-size: 0.75em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #064e35;
  border-bottom: 1px dashed #a7f3ca;
  padding: 18px 0;
}
@media screen and (min-width: 1000px) {
  .bdcont {
    position: absolute;
    right: 0;
    width: 80%;
  }
  .box,
  .container2 {
    left: 0;
    transform: translate(0, 0);
    margin: 0 8px;
  }
  .dataBox {
    min-width: 340px;
  }
  .smmBox {
    min-width : 400px;
  }
  .contents {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    padding-bottom: 50px;
  }

  .contents.grid {
    display : grid;
    grid-template-columns: auto auto auto;
  }
}
