html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

form {
  width: 100%;
}

#pagina {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.dadosBox {
  display: flex;
  flex-direction: column;
}

.dadosBox .btnComum {
  display: inline-flex;
  justify-content: center;
  margin: 30px auto !important;
}

.colNome {
  width: 30%;
}

.colPlano {
  width: 30%;
}

.colData {
  width: 20%;
}

.colStatus {
  width: 20%;
}

.dados {
  line-height: 34px;
}

.colTitle {
  font-weight: bold;
  color: #009861;
  line-height: 20px;
  margin-bottom: 8px;
}

.sumirDesk {
  display: none;
}

.popup {
  display: block;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  z-index: 99996;
  background-color: white;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 35px;
  border-radius: 10px;
  padding-bottom: 50px;
}

.popupHomeFechar {
  cursor: pointer;
  height: 30px;
  left: auto;
  position: absolute;
  right: -14px;
  top: -15px;
  width: 30px;
  font-family: verdana, sans-serif;
}

.modalCancelWrapper {
  max-width: 850px;
  padding: 40px;
}

.modalCancel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #777777;
}

.modalCancel h3 {
  color: #0b5e53;
  font-size: 20px;
  font-family: "Ubuntu Bold", sans-serif;
  margin-bottom: 30px;
}

.bgClick {
  position: fixed;
  width: 100%;
  height: 100%;
}

.bgModal {
  display: block;
  background-color: rgb(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
}

.btn_outra_sim {
  font-size: 18px;
  color: #fff;
  background-color: #009c52;
  font-family: "Ubuntu Bold", sans-serif;
  border: none;
  padding: 7px 68px;
  margin-top: 30px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .sumirDesk {
    display: inline-block;
  }

  .colTitle {
    display: none;
  }

  .linha {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .colNome,
  .colPlano,
  .colData,
  .colStatus {
    width: 100%;
  }

  .linha:first-child {
    display: none;
  }

  .linha {
    border-bottom: 1px solid #dedede;
  }
}
