@font-face {
  font-family: 'Rosart-Regular';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/94/bedb81c6-6a67-4f55-8c5f-bb2d04d74cf9/Rosart-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'Rosart-RegularItalic';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/94/826b307a-7e40-427c-94b6-d944eb324169/Rosart-RegularItalic.otf') format('opentype');
}
@font-face {
  font-family: 'DomaineSansText-Regular';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/94/0eceb709-ac3d-4994-8ad8-e855d1362f20/DomaineSansText-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'TaurusGrotesk-Regular';
  font-style: normal;
  src: url('https://peoplevineuk.blob.core.windows.net/media/94/9cdb6df1-4d4f-4cb5-837c-b157141ddd99/TaurusGrotesk-Regular.otf') format('opentype');
}




/*HEADERS*/
.ui-update .hdg.hdg_1 {
    font-family: 'DomaineSansText-Regular';
}
.ui-update .hdg.hdg_2 {
    font-family: 'DomaineSansText-Regular';
}
.ui-update .hdg.hdg_3 {
    font-family: 'DomaineSansText-Regular';
}
.ui-update .hdg.hdg_4 {
    font-family: 'DomaineSansText-Regular';
}
.hdg.hdg_6.mix-hdg_dark {
    font-family: 'DomaineSansText-Regular';
    text-transform: uppercase;
}

.split.split_alignBtm.split_collapseOnMobile .hdg.hdg_6.mix-hdg_dark {
    text-align: center;
    width: 100%; /* Make sure it spans the full container */
    display: block; /* Ensure it can center properly */
}

body {
    font-family: "Rosart-Regular",Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: #1c291c;
}

.ui-update .fieldset-label {
    font-size: 14px;
    text-transform: uppercase;
    transition-property: color;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    font-family: inherit;
    line-height: 1.2;
    color: #ffffff;
    display: block;
    margin-bottom: 6px;
}

.ui-update .hdg.mix-hdg_dark {
    color: #ffffff;
}

.ui-update .fieldset_error .fieldset-label {
    color: #ffffff;
}

.ui-update .fieldset_error .fieldset-alert {
    color: #ffffff;
}

.ui-update .txt {
    font-size: inherit;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
    transition-property: color;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    color: #ffffff;
}

.ui-update .fieldset_error .fieldset-input>* {
    border-color: #000000;
}
.ui-update .fieldset_error .fieldset-input>input, .ui-update .fieldset_error .fieldset-input>textarea, .ui-update .fieldset_error .fieldset-input>select, .ui-update .fieldset_error .fieldset-input>*>input {
    background-color: #008c8c;
}
.ui-update .fieldset-input>input:focus, .ui-update .fieldset-input>textarea:focus, .ui-update .fieldset-input>select:focus, .ui-update .fieldset-input>.sq-input:focus {
    outline: none;
    border-color: #ffffff;
}
/*APPLICATION*/
.ui-update .fieldset-input>input, .ui-update .fieldset-input>textarea, .ui-update .fieldset-input>select, .ui-update .fieldset-input>.sq-input {
    font-family: 'Rosart-Regular';
    color: #000000;
}
.ui-update .box {
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 2px;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.ui-update .fieldset-input>input, .ui-update .fieldset-input>textarea, .ui-update .fieldset-input>select, .ui-update .fieldset-input>.sq-input {
    border-style: none none dotted none;
    border-color: #ffffff;
    background-color: #1c291c;
    padding: 12px 15px;
    font-family: inherit;
    color: #ffffff;
}

.ui-update .mix-box_outlined {
    box-shadow: none;
     border: none; 
}
#content_lblStatus {
    font-family: 'Rosart-Regular';
}
.ui-update .btn:hover {
    background-color: #000000;
    border: 1px solid #000000;
    color: #000000;
}

.ui-update a {
    color: #008c8c;
}
/*END APPLICATION*/

/*DATE PICKER*/
.ui-widget-content {
    border: none;
    background: #1c291c;
    color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 20%);
    border-radius: 0;
}
.ui-datepicker td .ui-state-default:hover {
    background: #ffffff;
    color: black;
}
.ui-update ::selection {
    background: #ffffff;
    color: black;
}
.ui-datepicker-today .ui-state-highlight {
    color: #ffffff;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #ffffff;
    border: none;
    background: transparent;
}
.ui-state-default.ui-state-highlight {
    background: #ffffff;
    font-weight: 600!important;
    color: #000000 !important;  
}

.ui-datepicker-current-day .ui-state-active {
    font-weight: normal;
    color: #000000;
    background: #ffffff;
}
/*END DATE PICKER*/


/*BUTTON EDITS*/
#survey_group #PeopleVineContent {
  max-width: 1185px;
}


#content_pnlItem h3 {
    font-family: 'DomaineSansText-Regular';
}
#generatedSurvey .fieldset-label {
  font-family:'DomaineSansText-Regular';
}
#generatedSurvey #s-12543_24639 {
    margin-top: 20px;
}
#generatedSurvey em {
    font-style: normal;
    font-family: 'DomaineSansText-Regular';
}
#content_field_14380_28418 li label {
    color: white;
}
#content_btnsurvey {
    /*border: 1px solid var(--black);*/
    background: none;
    color: #ffffff;
}
#content_btnsurvey:hover, #content_btnsurvey:focus {
    background: var(--black);
    color: black;
}
.ui-update .btn {
    font-family: 'DomaineSansText-Regular';
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0px;
    border-color: #ffffff;
    color: var(--white);
}

.ui-update .btn:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}
/* END OF EDITS*/

/*heading line override*/
.ui-update .rule {
    border: 0;
    width: 100%;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
/*END*/

/* CHECK BOX */
.ui-update .tick input[type="radio"]+label,
.ui-update .tick input[type="checkbox"]+label {
    transition-property: color;
    transition-duration: 350ms;
    transition-timing-function: ease-in-out;
    font-size: 13px;
    position: relative;
    padding: 5px 15px 2px 15px; /* Removed left padding for tick */
    cursor: pointer;
    color: #ffffff;
    width: 100%;
    border-radius: 25px;
    border: 1px solid #ffffff;
    background: transparent;
}

/* REMOVE tick icon completely */
.ui-update .tick_checkbox input[type="checkbox"] + label:before {
    display: none;
    content: none;
}

/* Override any inherited left padding */
.ui-update .tick input[type="checkbox"] + label {
    padding-left: 37px !important;
    width: auto !important;
}

/* Keep this for error styling */
.ui-update .fieldset_error .fieldset-input > input,
.ui-update .fieldset_error .fieldset-input > textarea,
.ui-update .fieldset_error .fieldset-input > select,
.ui-update .fieldset_error .fieldset-input > * > input {
    background-color: #feeeeb;
}

/* Container for the checkbox list */
.tick_bubble.hList {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

/* Hide the native checkbox */
.tick_bubble.hList input[type="checkbox"] {
    display: none;
}

/* Label styled as a centered, pill-style button */
.tick_bubble.hList label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center !important;

  padding: 12px 40px !important;
  min-width: 140px;
  width: auto !important;
  white-space: nowrap;

  border: 1px solid white;
  border-radius: 999px;
  background-color: transparent;

  color: white;
  font-family: 'Rosart-Regular', serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  box-sizing: border-box;
}




/* Checked state: white background with black text */
.tick_bubble.hList input[type="checkbox"]:checked + label {
    background-color: white;
    color: black;
}


/*selected boxes*/

.selected-tags-container {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.selected-tags-container .selected-tag {
  display: flex;
  align-items: center;
  background-color: #e5e5e5;
  color: black;
  font-family: 'Rosart-Regular', serif;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px 10px 24px;
  border-radius: 999px;
  position: relative;
  cursor: default;
}

/* Small × icon */
.selected-tags-container .selected-tag::before {
  content: "×";
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  font-size: 16px;
  cursor: pointer;
}

.privacy-row a {
    color: #fff;
}

/*overrides*/

.tick_bubble li label {
  display: flex;
  justify-content: center;
  align-items: center; 
  text-align: center; 
  width: 100%;
  height: 100%;
}



/*upload fields*/
/*.ui-update .js-customFileInput {*/
/*    display: none !important;*/
/*}*/

/*.fake-upload-box {*/
/*    display: block;*/
/*    width: 100%;*/
/*    border: 2px solid rgb(255,255,255);*/
/*    padding: 25px;*/
/*    text-align: center;*/
/*    background-color: #1c291c;*/
/*    color: rgba(255,255,255,0.7);*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 2px;*/
/*    font-size: 12px;*/
/*    font-family: 'Rosart-Regular', sans-serif;*/
/*    cursor: pointer;*/
/*    transition: 0.3s;*/
/*    box-sizing: border-box;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.fake-upload-box:hover {*/
/*    border-color: #FFFFFF;*/
/*    color: #FFFFFF;*/
/*}*/

/*#s-33814_33224 .fake-upload-box {*/
/*    min-height: 200px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*}*/


/* The label becomes the big box */
.js-customFileInput {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 200px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;

    border: 2px solid rgba(255,255,255,0.5);
    padding: 25px;
    background: transparent;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Rosart-Regular', sans-serif;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
}

.js-customFileInput:hover {
    border-color: #ffffff;
    color: #ffffff;
}

/* Hide the native file input but keep it clickable over the whole box */
.js-customFileInput input[type="file"] {
    position: absolute;
    inset: 0;           /* top:0; right:0; bottom:0; left:0 */
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* The text in the middle */
.js-customFileInput-text {
    pointer-events: none;  /* click passes through to the hidden input */
}

/* Make the box look like the thin outlined one from your design */
#s-33814_33224 .js-customFileInput,
#s-34377_33787 .js-customFileInput,
#s-34379_33789 .js-customFileInput,
#s-34838_34242 .js-customFileInput,
#s-34381_33791 .js-customFileInput,
#s-34382_33792 .js-customFileInput {
    background: transparent !important;          /* remove white fill */
    border: 2px solid rgba(255,255,255,0.5) !important;
    border-radius: 0 !important;                /* remove rounded corners */

    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;                          /* adjust height if needed */
    box-sizing: border-box;

    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    cursor: pointer;
}

/* Hover state */
#s-33814_33224 .js-customFileInput:hover,
#s-34377_33787 .js-customFileInput:hover,
#s-34379_33789 .js-customFileInput:hover,
#s-34838_34242 .js-customFileInput:hover,
#s-34381_33791 .js-customFileInput:hover,
#s-34382_33792 .js-customFileInput:hover {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

/* Hide the default icon / pseudo-elements */
#s-33814_33224 .js-customFileInput::before,
#s-33814_33224 .js-customFileInput::after,
#s-34377_33787 .js-customFileInput::before,
#s-34377_33787 .js-customFileInput::after,
#s-34379_33789 .js-customFileInput::before,
#s-34379_33789 .js-customFileInput::after,
#s-34838_34242 .js-customFileInput::before,
#s-34838_34242 .js-customFileInput::after,
#s-34381_33791 .js-customFileInput::before,
#s-34381_33791 .js-customFileInput::after,
#s-34382_33792 .js-customFileInput::before,
#s-34382_33792 .js-customFileInput::after {
    content: none !important;
}

#s-33814_33224 .js-customFileInput svg,
#s-33814_33224 .js-customFileInput img,
#s-34377_33787 .js-customFileInput svg,
#s-34377_33787 .js-customFileInput img,
#s-34379_33789 .js-customFileInput svg,
#s-34379_33789 .js-customFileInput img,
#s-34838_34242 .js-customFileInput svg,
#s-34838_34242 .js-customFileInput img,
#s-34381_33791 .js-customFileInput svg,
#s-34381_33791 .js-customFileInput img,
#s-34382_33792 .js-customFileInput svg,
#s-34382_33792 .js-customFileInput img {
    display: none !important;
}




/*long text boxes*/
#content_field_33809_33219,#content_field_33810_33220,#content_field_33808_33218,#content_field_33807_33217,#content_field_33811_33221 {
    border: 2px solid rgb(255,255,255);
    background-color: #1c291c;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

/*Hide*/
#label_field_33816_33226 {
    display: none;
}

.txt {
    white-space: nowrap;
    display: inline-block;
}

.ui-update .fieldset_error .fieldset-input > input, .ui-update .fieldset_error .fieldset-input > textarea, .ui-update .fieldset_error .fieldset-input > select, .ui-update .fieldset_error .fieldset-input > * > input {
    background-color: transparent;
}

/*autofil bg*/

:root {
  --field-bg:#1c291c; 
  --field-fg:#fff; 
  --field-border:#fff;
}

/* Your normal inputs */
input, textarea, select {
  background:var(--field-bg);
  color:var(--field-fg);
  border:1px dotted var(--field-border);
}

/* Real autofill state (Blink/WebKit + standard :autofill) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:autofill,
textarea:autofill,
select:autofill,
.is-autofilled {
  -webkit-text-fill-color:var(--field-fg) !important;
  caret-color:var(--field-fg) !important;

  /* force background to your field bg */
  -webkit-box-shadow:0 0 0 1000px var(--field-bg) inset !important;
  box-shadow:0 0 0 1000px var(--field-bg) inset !important;

  /* border: none except dotted bottom */
  border:none !important;
  border-bottom:1px dotted #fff !important;

  border-radius:inherit;
  transition:background-color 9999s, color 9999s;
}

#label_field_38987_38363, #label_field_38987_38363-type {
    display: none;
}

p.mix-txt_light {
    display: none;
}

/* tick button styling */

/* ===== Consent checkboxes – remove bubble style ===== */

/* Restore real checkbox */
#s-34270_33680 input[type="checkbox"],
#s-38988_38364 input[type="checkbox"],
#s-39163_38537 input[type="checkbox"],
#s-42551_41909 input[type="checkbox"] {

  position: static !important;
  opacity: 1 !important;

  width: 16px !important;
  height: 16px !important;

  margin: 0 8px 0 0 !important;

  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;

  border-radius: 0 !important;
  border: none !important;
}


/* Remove fake checkbox graphics */
#s-34270_33680 label::before,
#s-34270_33680 label::after,
#s-38988_38364 label::before,
#s-38988_38364 label::after,
#s-39163_38537 label::before,
#s-39163_38537 label::after,
#s-42551_41909 label::before,
#s-42551_41909 label::after {

  content: none !important;
  display: none !important;
}


/* Remove pill/bubble styling */
.ui-update #s-34270_33680 label,
.ui-update #s-42551_41909 label,
.ui-update #s-38988_38364 label,
.ui-update #s-39163_38537 label {

  border: none !important;
  border-radius: 0 !important;
  background: none !important;

  padding: 0 !important;
  width: auto !important;

  display: inline !important;
}


/* Remove forced tick padding */
.ui-update #s-34270_33680 .tick input[type="checkbox"] + label,
.ui-update #s-42551_41909 .tick input[type="checkbox"] + label,
.ui-update #s-38988_38364 .tick input[type="checkbox"] + label,
.ui-update #s-39163_38537 .tick input[type="checkbox"] + label {

  padding-left: 0 !important;
}




