@media (min-width: 0px) and (max-width: 640px) {
    .ss-btn {
        width: 70vw;
        height: 45px;
        background-color: #fff;
        border: 1px solid #707070;
        color: #000;
        border-radius: 20px;
        cursor: pointer;
        font-size: 20px;
        font-weight: 800;
        line-height: 45px;
        text-align: center;
      }

      .ss-disabledbtn {
        width: 300px;
        height: 45px;
        border: 1px solid #707070;
        color: #fff;
        background: #BEBEBE;
        border-radius: 20px;
        cursor: pointer;
      }
}

@media (min-width:640px) {
    .ss-btn {
        width: 300px;
        height: 45px;
        background-color: #fff;
        border: 1px solid #707070;
        color: #000;
        border-radius: 20px;
        cursor: pointer;
        font-size: 20px;
        font-weight: 800;
        line-height: 45px;
        text-align: center;
      }

    .ss-disabledbtn {
      width: 300px;
      height: 45px;
      border: 1px solid #707070;
      color: #fff;
      background: #BEBEBE;
      border-radius: 20px;
      cursor: not-allowed;
    }
}


.ss-footer_list li {
  list-style: none!important;
}


.text-pre-wrap {
  white-space: pre-wrap;
}

[v-cloak] {
  display: none;
}