/* popup */
.popup {
  padding: 16px;
  max-width: 470px;
  width: 100%;
  height: auto;
}

.popup input[type='radio']:checked + label {
  background: #00a19b;
  color: #fff;
}
.popup input[type='radio']:checked + label h2,
.popup input[type='radio']:checked + label p {
  color: #fff;
}

.popup input[type='radio']:not(:disabled) ~ label {
  cursor: pointer;
  color: #ffffff;
}

.popup a {
  display: block;
  border-radius: 4px;
  background: #00a19b;
  color: #fff;
  width: 240px;
  margin: 12px auto;
  padding: 14px 10px;
  font-size: 18px;
  text-align: center;
}
.sub-btn {
  background: #fff !important;
  border: 1px solid #00a19b !important;
  color: #00a19b !important;
}

.popup .showtext {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 24px;
  color: #1c1c1c;
}
.popup .showtext a {
  color: #fff;
  font-weight: 400;
}
.popup .showtext a:focus {
  text-decoration: none;
}
.calc-result {
  margin-top: 16px;
}
.result-title {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold !important;
}
.calc-result span {
  font-weight: bold !important;
  color: #e66900;
}

.popup label {
  display: inline-block;
  background: #ffffff;
  border-radius: 100px;
  height: 58px;
  width: 58px;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 10px rgb(64 157 153 / 20%), 0 1px 2px rgb(0 0 0 / 10%);
}

.popup label p {
  display: inline-block;
  padding: 14px 0;
  padding-bottom: 0;
  color: #1c1c1c;
}

.popup label h2 {
  display: inline-block;
  font-size: 14px;
  color: #1c1c1c;
}

.popup input[type='radio'] {
  display: none;
}

.popup .loan-title {
  background: #fff;
  text-align: center;
  color: #1c1c1c;
  margin: 10px 0;
  vertical-align: top;
  padding-top: 0;
  font-size: 16px;
}

.popup .group {
  text-align: center;
  margin: 8px 5px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}

.popup .title_calc {
  color: #00a19b;
  font-size: 20px;
  text-align: center;
  margin: 15px 0;
}
.title_calc_headline {
  font-weight: bold !important;
  margin-bottom: 16px;
}

/* ------------------------------------
 * popup
 * ----------------------------------- */

.sub-btn{
  display: none !important;
}

@media(max-width:500px){
  .sub-btn{
  display: block !important;
}
.m-none{
  display: none !important;
}
}
