.customer-communication-preferences {
  margin: 20px 0;
}
.customer-communication-preferences span {
  cursor: pointer;
}
.customer-communication-preferences .disabled {
  opacity: 0.5;
}
.customer-communication-preferences .disabled,
.customer-communication-preferences .disabled a {
  cursor: default;
}
#send-sms-feedback-modal {
  margin-top: 15px !important;
}
#send-sms-feedback-modal textarea {
  width: 100% !important;
  box-sizing: border-box;
  margin-bottom: 0;
}
.sms-limit {
  font-size: 15px;
}
.sms-limit .disable-link {
  color: #fff !important;
  cursor: default;
}
.sms-limit strong {
  color: #555;
}
#business-wizard-percent-complete {
  margin-left: -32px;
}
#select-timezone {
  max-width: 400px;
}
.invalid-phone-number {
  color: red;
}
@media (max-width: 600px) {
  .customer-communication-preferences .preferences {
    display: block;
    margin-top: 15px;
  }
  #uploadAsset .select {
    float: none;
    margin: 0 auto;
    width: 74px;
    display: block;
  }
}
