#free-demo label{
    display: block;
    color: rgba(41, 41, 41, 0.7);
    font-variant-numeric: lining-nums tabular-nums;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 5px;
}

#free-demo .input-wrapper {
    margin-bottom: 20px;
}

#free-demo .demo-each-app svg {
    width: 32px;
    height: 32px;
    flex: 32px 0 0;
}
#free-demo .demo-each-app {
  border: 1px solid #e3e3e3;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  gap: 15px;
  cursor: pointer;
  align-items: center;
  justify-content: start;
}
#free-demo .demo-each-app:last-of-type {
  margin: 0;
}
#free-demo .demo-each-app svg {
  width: 32px;
  height: 32px;
  flex: 32px 0 0;
}
#free-demo .demo-custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #9e9e9e;
  width: 18px;
  height: 18px;
  flex: 18px 0 0;
  font-size: 12px;
  color: #ffffff;
  margin-left: auto;
}
#free-demo .demo-custom-checkbox.checked {
  background-color: var(--mm-primary-500);
  border: 1px solid var(--mm-primary-500);
}
#free-demo .demo-each-app h5 {
  margin: 0;
  color: #292929;

  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
#free-demo .demo-each-app p {
  color: rgba(41, 41, 41, 0.7);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}