#azimpro-sms-wrapper {
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #f9f9f9;
  font-family: inherit;

}

#azimpro-sms-wrapper label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
}
.azimpro-sms-checkbox {
  transform: scale(1.2);
}
.azimpro-required {
  color: red;
  margin-left: 5px;
}
.azimpro-sms-description a{
  color: #0066cc;
   text-decoration: underline;
}

#azimpro-sms-wrapper input[type="checkbox"] {
  margin-top: 3px;
}

#azimpro-sms-wrapper p {
  font-size: 13px;
  color: #444;
  margin: 0;
}
