.elementor-kit-8{--e-global-color-primary:#565783;--e-global-color-secondary:#749560;--e-global-color-text:#1B1B1B;--e-global-color-accent:#466249;--e-global-color-588b4f3:#E3E4FD;--e-global-color-04285f0:#291246;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:75px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:56px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.3em;--e-global-typography-4a2d188-font-family:"Poppins";--e-global-typography-4a2d188-font-size:20px;--e-global-typography-4a2d188-font-weight:600;--e-global-typography-4557d11-font-family:"Poppins";--e-global-typography-4557d11-font-size:22px;--e-global-typography-4557d11-font-weight:500;--e-global-typography-4557d11-font-style:normal;--e-global-typography-4557d11-line-height:1.5em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-primary-font-size:75px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:48px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:38px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-size:36px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:20px;--e-global-typography-4557d11-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================
ARTIST ENTRY FORM
   Class: artist-form
   ========================= */


/* Hide Smart Forms title */
.artist-form .bootstrap-wrapper.SfFormElementContainer .rednaoform-title,
.artist-form .bootstrap-wrapper.SfFormElementContainer .redNaoFormTitle,
.artist-form .bootstrap-wrapper.SfFormElementContainer h2.form-title {
  display: none !important;
}


/* All form fonts */
.artist-form .bootstrap-wrapper.SfFormElementContainer,
.artist-form .bootstrap-wrapper.SfFormElementContainer input,
.artist-form .bootstrap-wrapper.SfFormElementContainer textarea,
.artist-form .bootstrap-wrapper.SfFormElementContainer select,
.artist-form .bootstrap-wrapper.SfFormElementContainer button,
.artist-form .bootstrap-wrapper.SfFormElementContainer label,
.artist-form .bootstrap-wrapper.SfFormElementContainer .rednao-control-description {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
}


/* Field labels */
.artist-form .bootstrap-wrapper.SfFormElementContainer label,
.artist-form .bootstrap-wrapper.SfFormElementContainer .rednao-label,
.artist-form .bootstrap-wrapper.SfFormElementContainer .rednao_label {
  color: #000000 !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  margin-bottom: 8px !important;
}


/* Text fields, dropdowns and textareas */
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="text"],
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="email"],
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="tel"],
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="url"],
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="number"],
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="password"],
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="date"],
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="search"],
.artist-form .bootstrap-wrapper.SfFormElementContainer select,
.artist-form .bootstrap-wrapper.SfFormElementContainer textarea,
.artist-form .bootstrap-wrapper.SfFormElementContainer .form-control {
  width: 100% !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  border-radius: 30px !important;
  padding: 14px 20px !important;
  min-height: 52px !important;
  box-shadow: none !important;
  outline: none !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  transition: border-color 0.3s ease !important;
}


/* Dropdown appearance */
.artist-form .bootstrap-wrapper.SfFormElementContainer select {
  padding-right: 42px !important;
}


/* Textarea adjustments */
.artist-form .bootstrap-wrapper.SfFormElementContainer textarea,
.artist-form .bootstrap-wrapper.SfFormElementContainer textarea.form-control {
  min-height: 150px !important;
  resize: vertical !important;
  padding-top: 16px !important;
}


/* Placeholder text */
.artist-form .bootstrap-wrapper.SfFormElementContainer input::placeholder,
.artist-form .bootstrap-wrapper.SfFormElementContainer textarea::placeholder {
  color: #777777 !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  opacity: 1 !important;
}


/* Focus state */
.artist-form .bootstrap-wrapper.SfFormElementContainer input:focus,
.artist-form .bootstrap-wrapper.SfFormElementContainer select:focus,
.artist-form .bootstrap-wrapper.SfFormElementContainer textarea:focus,
.artist-form .bootstrap-wrapper.SfFormElementContainer .form-control:focus {
  border-color: #2A1448 !important;
  outline: none !important;
  box-shadow: none !important;
}


/* Submit button */
.artist-form .bootstrap-wrapper.SfFormElementContainer .redNaoSubmitButton,
.artist-form .bootstrap-wrapper.SfFormElementContainer button[type="submit"],
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="submit"] {
  color: #ffffff !important;
  background-color: #2A1448 !important;
  border: 1px solid #2A1448 !important;
  border-radius: 999px !important;
  padding: 14px 30px !important;
  min-height: 52px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}


/* Submit button hover */
.artist-form .bootstrap-wrapper.SfFormElementContainer .redNaoSubmitButton:hover,
.artist-form .bootstrap-wrapper.SfFormElementContainer button[type="submit"]:hover,
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="submit"]:hover {
  color: #ffffff !important;
  background-color: #291246 !important;
  border-color: #291246 !important;
}


/* Checkbox and radio option text */
.artist-form .bootstrap-wrapper.SfFormElementContainer .redNaoCheckbox label,
.artist-form .bootstrap-wrapper.SfFormElementContainer .redNaoRadio label,
.artist-form .bootstrap-wrapper.SfFormElementContainer .checkbox label,
.artist-form .bootstrap-wrapper.SfFormElementContainer .radio label {
  color: #000000 !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}


/* Checkboxes and radio buttons */
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="checkbox"],
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  accent-color: #2A1448 !important;
  margin-right: 8px !important;
}


/* Keep checkbox and radio options visible */
.artist-form .bootstrap-wrapper.SfFormElementContainer .checkbox,
.artist-form .bootstrap-wrapper.SfFormElementContainer .radio,
.artist-form .bootstrap-wrapper.SfFormElementContainer .redNaoCheckbox,
.artist-form .bootstrap-wrapper.SfFormElementContainer .redNaoRadio {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* Field spacing */
.artist-form .bootstrap-wrapper.SfFormElementContainer .rednao-control-group,
.artist-form .bootstrap-wrapper.SfFormElementContainer .form-group,
.artist-form .bootstrap-wrapper.SfFormElementContainer .field-container {
  margin-bottom: 8px !important;
}


/* Reduce row spacing */
.artist-form .bootstrap-wrapper.SfFormElementContainer .row {
  row-gap: 8px !important;
}


/* Helper and description text */
.artist-form .bootstrap-wrapper.SfFormElementContainer .rednao-control-description,
.artist-form .bootstrap-wrapper.SfFormElementContainer .help-block,
.artist-form .bootstrap-wrapper.SfFormElementContainer small {
  color: #555555 !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  line-height: 1.5 !important;
}


/* Validation messages */
.artist-form .bootstrap-wrapper.SfFormElementContainer .has-error,
.artist-form .bootstrap-wrapper.SfFormElementContainer .has-error label,
.artist-form .bootstrap-wrapper.SfFormElementContainer .redNaoValidationMessage,
.artist-form .bootstrap-wrapper.SfFormElementContainer .error-message {
  color: #2A1448 !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
}


/* Fields with validation errors */
.artist-form .bootstrap-wrapper.SfFormElementContainer .has-error input,
.artist-form .bootstrap-wrapper.SfFormElementContainer .has-error select,
.artist-form .bootstrap-wrapper.SfFormElementContainer .has-error textarea,
.artist-form .bootstrap-wrapper.SfFormElementContainer input.redNaoInputError,
.artist-form .bootstrap-wrapper.SfFormElementContainer select.redNaoInputError,
.artist-form .bootstrap-wrapper.SfFormElementContainer textarea.redNaoInputError {
  border-color: #2A1448 !important;
  box-shadow: none !important;
}


/* Main validation error box */
.artist-form .bootstrap-wrapper.SfFormElementContainer .alert-danger,
.artist-form .bootstrap-wrapper.SfFormElementContainer .redNaoValidationSummary {
  color: #2A1448 !important;
  background-color: transparent !important;
  border: 1px solid #2A1448 !important;
  border-radius: 30px !important;
  box-shadow: none !important;
  padding: 14px 20px !important;
}


/* File upload field */
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="file"] {
  width: 100% !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  border-radius: 30px !important;
  padding: 10px 14px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
}


/* File upload button */
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="file"]::file-.elementor-kit-8-button {
  color: #ffffff !important;
  background-color: #2A1448 !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 10px 18px !important;
  margin-right: 12px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}


/* Full-width submit button */
.artist-form .bootstrap-wrapper.SfFormElementContainer .redNaoSubmitButton,
.artist-form .bootstrap-wrapper.SfFormElementContainer button[type="submit"],
.artist-form .bootstrap-wrapper.SfFormElementContainer input[type="submit"] {
  width: 100% !important;
}/* End custom CSS */