._container_10bnp_1 {
  border-radius: 20px;


  background: url(/assets/img/calculatorbg.svg) no-repeat top center rgba(0, 0, 0, 0.6) ;
  border: 1px solid;
  border-bottom-color: #eeeeee1f;
  border-top-color: #eeeeee47;
  border-left-color: #eeeeee1f;
  border-right-color: #eeeeee47;
  padding: 30px;
  padding-top: 60px;

  width: 531px;
}
.calculator  ._container_10bnp_1{
  width: 700px;
  background-image: none;
}

._customSlider_1nhox_1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
._customSlider_1nhox_1 ._top_1nhox_6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
._customSlider_1nhox_1 ._top_1nhox_6 ._label_1nhox_12 {
  font-size: 16px;
  font-weight: 500;
}
._customSlider_1nhox_1 ._top_1nhox_6 ._amount_1nhox_16 {
  font-size: 20px;
  font-weight: 800;
}
._customSlider_1nhox_1 ._bottom_1nhox_20 {
  color: #adadad;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
._widget_1mhy9_1 h2 {
  color: #fff;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: center;
  margin-bottom: 52px;
  display: none;
}
._widget_1mhy9_1 ._rewards_1mhy9_11 {
  background-color: #161616;
  padding:30px 0;

  border-radius: 8px;
  position: relative;
  background: url(/assets/img/dvd.svg) no-repeat top center;
  background-size: 80%;
}

._rewards_1mhy9_11:first-child {
  background: none;
}
._widget_1mhy9_1 ._rewards_1mhy9_11 ._unavailable_1mhy9_17 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #adadad;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
}
._widget_1mhy9_1 ._rewards_1mhy9_11 ._title_1mhy9_34 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
._widget_1mhy9_1 ._rewards_1mhy9_11 ._dataContainer_1mhy9_40 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
._widget_1mhy9_1 ._rewards_1mhy9_11 ._dataContainer_1mhy9_40 ._right_1mhy9_45 {
  text-align: right;
}
._widget_1mhy9_1 ._rewards_1mhy9_11 ._dataContainer_1mhy9_40 ._label_1mhy9_48 {
  color: #adadad;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
  min-height: 40px;
}
._widget_1mhy9_1 ._rewards_1mhy9_11 ._dataContainer_1mhy9_40 ._amount_1mhy9_57 {
  color: #fff;
  font-family: Inter;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
#staking-calculator {
  width: 100%;
 
  display: flex;
  justify-content: center;

  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}



@media only screen and (max-width:600px) {

  ._container_10bnp_1 {
    background-size: 80%;
    margin-top: 50px;
    padding: 15px;
    padding-top: 60px;
  }
  ._customSlider_1nhox_1 ._top_1nhox_6 ._amount_1nhox_16 {
    font-size: 14px;

  }

  ._widget_1mhy9_1 ._rewards_1mhy9_11 ._dataContainer_1mhy9_40 ._amount_1mhy9_57 {
    font-size: 14px;
  }
  ._container_10bnp_1 {
    width: 100%;
  }
  .calculator  ._container_10bnp_1{
    width: 100%;
    margin-top: 20px;
  }
}