.techno-cppab-plan,
.techno-cppab-plan * {
  box-sizing: border-box;
}

.techno-cppab-plan {
  font-family: Arial, sans-serif;
  margin: 0 auto;
  background: #fff;
  color: #222;
}

.techno-cppab-dashboard-plan-list-thead {
  background-color: #333;
  color: white;
}

.techno-cppab-dashboard-plan-list td {
  vertical-align: middle;
}

#techno-cppab-five-step-plan-name {
  margin: 0 auto;
  background: #f2f2f2;
  padding: 20px;
}

#techno-cppab-five-step-plan-name label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.techno-cppab-plan h1 {
  font-size: 1.6rem;
  margin-bottom: 14px;
}

.techno-cppab-plan .step {
  margin: 16px 0;
  border: 1px solid #d6d6d6;
}

.techno-cppab-plan .step h2 {
  margin: 0;
  padding: 10px;
  background: #f2f2f2;
  font-weight: 700;
  font-size: 1.5rem;
}

.techno-cppab-plan table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 0px;
}

.techno-cppab-plan th,
.techno-cppab-plan td {
  border: 1px solid #d6d6d6;
  padding: 6px 8px;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}

.techno-cppab-plan th {
  background: #fafafa;
  text-align: center;
}

.techno-cppab-plan td.txt {
  text-align: left;
}
.techno-cppab-plan .step tbody td span {
    font-size: 1rem;
}
.techno-cppab-plan td.num,
.techno-cppab-plan th.num {
  text-align: right;
}

.techno-cppab-plan input {
  width: 100%;
  height: 32px;
  padding: 4px 6px;
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  font-size: 0.95rem;
  background: #fff;
  color: #222;
}

.techno-cppab-plan input[type="number"] {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}

.techno-cppab-plan input[disabled] {
  border: none !important;
  background: transparent !important;
}

.techno-cppab-plan .val {
  display: inline-block;
  min-width: 0;
  font-family: "Arial", Sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.techno-cppab-plan .cta {
  display: inline-block;
  padding: 8px 14px;
  background: #1976d2;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #155a9c;
  font-weight: 600;
}

.techno-cppab-plan .cta:hover {
  background: #155a9c;
}

.techno-cppab-actions-btn {
  text-align: center;
  display: flex;
  gap: 5px;
  justify-content: center;
}

.techno-cppab-dashboard-btn {
  background-color: #088634 !important;
  font-family: "Caveat", Sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: #fff !important;
  border-radius: 40px !important;
  padding: 8px 25px !important;
  text-decoration: none !important;
  display: inline-block;
  border: none !important;
  cursor: pointer;
}

@media screen and (max-width: 572px){
  .techno-cppab-actions-btn {
    text-align: center;
    display: flex;
    gap: 5px;
    justify-content: center;
    flex-direction: column;
  }
  .techno-cppab-plan .step:first-child {
    overflow-x: scroll;
}
  .techno-cppab-plan .step:first-child table,.techno-cppab-plan .step:first-child h2 {
    min-width: 700px;
}
}