.webview-font-weight {
  font-weight: bold;
}

.webview-font-size {
  font-size: var(--font-size14);
}

.dropdown-height-border {
  height: 40px;
  /* border: solid 1px #dce2e9 !important; */
  border: var(--custom-border) !important;
  outline: none;
  /* -moz-appearance: none; */
}

.tickets-heading {
  /* font-size: 20px;
    color: #2C303E; */
  font-family: var(--font-family);
  font-size: var(--font-size16);
  font-weight: var(--font-weight-500);
  font-stretch: var(--font-stretch-normal);
  font-style: var(--font-style-normal);
  line-height: var(--line-height-1-31);
  letter-spacing: var(--letter-spacing-normal);
  text-align: var(--text-align);
  color: var(--primary-text-color);
}

.checkout-form-action-col-p {
  padding-left: 10px !important;
}

.settings-slider-p {
  padding-left: 41px;
}
