/* Global styles */
:root {
    --otslr-tang_red: #F76B3C   !important;
    --otslr-primary: #F68C3F   !important;
    --brand-grey: rgb(136, 136, 136);
    --border-grey: rgb(204, 204, 204);
    --border-grey-light: rgb(238, 238, 238);
  
    --otslr-green: #00BF63  !important;
    --otslr-dark-grey: #414444;
    --otslr-medium-grey: #6d6d6d;
    --otslr-medium-light-grey: #a8a8a8;
    --otslr-light-grey: #ddddde;
    --otslr-beige: #dcd4cb;
  
    --otslr-burnt: #b77051 !important;
    --otslr-burnt-light: rgba(183,112,81,.3);
  
    --white: white;
    --otslr-white: #FFF9F4;
  
    --black: rgb(0, 0, 0);
    --red: rgb(153, 27, 27);
  
    --active: rgb(220, 252, 231);
    --active-alt: rgb(22, 101, 52);
    --canceled: var(--red);
    --pending: rgb(255, 255, 0);
      --alt_new: #74806D;
      --green: #009B8F;
        --otslr_alt_dark: #003330;
  }

  .otslr-dashboard {
  --prime: #363C33;
  --alt_new: #74806D;

  --black_aa: #101010;
  --black_alt: #1a1a1a;
  --black_text: #121212;

  --white: #ffffff;
  --grey_light: #e5e5e5;
  --white-alt: #f2f4f1;

  --button-primary-bg: var(--white-alt);

  --vertical_rythm: 7px;
  --container: 1728px;
  --container_padding: 20px;

  --header_font: 'TT Commons Pro', sans-serif;
  --body_font: 'TT Commons Pro', sans-serif;

  --h1_font_size: 35px;
  --h1_line_height: 42px;

  --h2_font_size: 42px;
  --h2_line_height: 49px;

  --h3_font_size: 24px;
  --h3_line_height: 28px;

  --h4_font_size: 20px;
  --h4_line_height: 28px;

  --h5_font_size: 18px;
  --h5_line_height: 21px;

  --h6_font_size: 16px;
  --h6_line_height: 21px;

  --p_font_size: 18px;
  --p_line_height: 28px;

  --button_font_size: 18px;
  --button_line_height: 18px;

  --button_sm_font_size: 12px;
  --button_sm_line_height: 22px;

  --psmall_font_size: 16px;
  --psmall_line_height: 21px;

  --ptiny_font_size: 14px;
  --ptiny_line_height: 21px;

  --border_color: #222222;
--green: #009B8F;
        --otslr_alt_dark: #003330;
    }

.otslr-confirmation {
	display: flex;
	align-items: center;
	justify-content: center;
}

  .otslr-html-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 550px;
    height: 450%;
    padding: 56px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: var(--otslr_alt_dark);
    background-color: var(--white);
    border-radius: 7px;
    flex-wrap: wrap;
  }
  
  .otslr-confirmation .otslr-html-wrapper h4 {
    font-size: 63px !important;
  }
  
  .otslr-html-wrapper > div {
    width: 100%;
    text-align: center;
  }
  
  /* Separator between price items and total */
  .otslr-html-wrapper .otslr-total {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    margin-top: 7px;
    padding-top: 14px;
  }
  

.otslr-score-helper {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

.otslr-score-helper > div {
  background-color: #f8f8f8;
  padding: 32px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.otslr-score-helper div > div {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.otslr-score-helper div > div span {
  display: inline-block;
  min-width: 90px;
  font-weight: 600;
  color: rgb(174, 13, 76);
}

  
.otslr-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%6B9BF9' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    padding-right: 2.5rem; /* Make room for the arrow */
    border: 1px solid #ccc;
    border-radius: 4px;
}

.gpnf-add-entry {
    background-color: var(--alt_new) !important;
    color: var(--white) !important;

}

.gpnf-add-entry:hover {
    background-color: var(--alt_new) !important;
    color: var(--white) !important;
}


.gpnf-modal-header {
    background-color: var(--alt_new) !important;
    color: var(--white) !important;
}

.tingle-btn.tingle-btn--primary.gpnf-btn-submit {
    background-color: var(--alt_new) !important;
    color: var(--white) !important;
}

.tingle-btn.tingle-btn--default.gpnf-btn-cancel {
background-color: var(--otslr_alt_dark) !important;
    color: var(--white) !important;
}

.gform_button.button {
    background-color: var(--otslr_alt_dark) !important;
    color: var(--white) !important;
}



/* Ensure checkboxes and labels are styled properly */
#real-checkboxes input[type="checkbox"],
.real-checkboxes input[type="checkbox"] {
    -webkit-appearance: none; /* Remove default browser styling */
    -moz-appearance: none;
    appearance: none;
    width: 34px;
    height: 34px;
    min-width: 34px;
    border: 1px solid 000; /* Black border */
    border-radius: 4px; /* Optional: Add rounded corners */
    background-color: #fff; /* Default background (white) */
    cursor: pointer;
    vertical-align: middle;
    margin-right: 5px; /* Space between checkbox and label */
    position: relative;
    padding: 0;
}


/* Ensure radio buttons and labels are styled properly */
#real-radios input[type="radio"],
.real-checkboxes input[type="radio"] {
	
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 34px !important;
    height: 34px !important;
    border: 2px solid #000 !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    cursor: pointer !important;
    vertical-align: middle !important;
    margin-right: 5px !important;
    position: relative !important;
}

.real-question input[type="radio"], 
.real-question.real-checkboxes input[type="radio"] {
	border: 0 !important;
}

.real-question .otslr-radios {
	display: flex;
  	justify-content: space-between;
	align-items: center;
}

.real-question .otslr-radio-fields {
	display: flex;
  	justify-content: space-around;
  	width: 50%;
}

.real-question .otslr-radios h5 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}

#real-radios input[type="radio"]:checked,
.real-checkboxes input[type="radio"]:checked {
background-color: white !important;
border: 1px solid rgb(174, 13, 76) !important;
}

input[type="radio"] {
  outline: none;
  box-shadow: none;
	
}

.real-radios input[type="radio"] {
	border: 1px solid rgb(174, 13, 76) !important;
}
.real-radios input[type="radio"]:focus,
.real-radios input[type="radio"]:active,
.real-radios input[type="radio"]:focus-visible {
  outline: none;
  box-shadow: none;
}

.real-question input[type="radio"],
.real-question input[type="radio"]:focus,
.real-question input[type="radio"]:active,
.real-question input[type="radio"]:focus-visible {
  border: 1px solid rgb(174, 13, 76) !important;
}


#real-radios input[type="radio"]:checked::after,
#real-radios input[type="radio"]:checked::after,
.real-checkboxes input[type="radio"]:checked::after,
.real-checkboxes input[type="radio"]:checked::after {
    content: '' !important;
    width: 28px !important;
    height: 28px !important;
    block-size: 28px !important;
    inline-size: 28px !important;
    background-color: rgb(174, 13, 76) !important; /*primary*/
    border-radius: 50% !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: block;
}


#real-checkboxes input[type="checkbox"],
.real-checkboxes input[type="checkbox"] {
border: 2px solid 000; 
    margin-right: 10px;
}


#real-checkboxes label,
.real-checkboxes label {
    font-size: 18px;
}

.real-question .otslr-radio-wrapper label {
margin-left: 5px;
  font-weight: bold;
}

/* Checked state with green background and white checkmark */
#real-checkboxes input[type="checkbox"]:checked,
.real-checkboxes input[type="checkbox"]:checked {
    background-color: rgb(174, 13, 76);
    border-color: rgb(174, 13, 76); /* Match border with background */
}

#real-checkboxes.green input[type="checkbox"]:checked,
.real-checkboxes.green input[type="checkbox"]:checked {
    background-color: rgb(174, 13, 76);
    border-color: rgb(174, 13, 76); /* Match border with background */
}

#real-checkboxes input[type="checkbox"]:checked::after,
.real-checkboxes input[type="checkbox"]:checked:after {
    content: '✔'; /* Unicode checkmark */
    color: #fff !important; /* Ensure checkmark is white */
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: Arial, sans-serif; 
    left: 50%;
}

.gform-theme--framework input[type="checkbox"]:not(.gform-theme__disable):not(.gform-theme__disable-framework)::before {
display: none;
}

body .otslr-gf-row {
    display: flex;
    align-items: center;
    grid-column:span 12;
    justify-content: center;
    position: relative;
}

.gfield_label_product.gform-field-label {
    display: none !important;
}

.ginput_quantity {
    display: none !important;
}

.ginput_quantity_label.gform-field-label {
    display: none !important;
}

body .otslr-checkbox-wrapper,
body .otslr-radio-wrapper,
body .otslr-phone-wrapper,
body .otslr-date-wrapper,
body .otslr-select-wrapper,
body .otslr-paragraph-wrapper,
body .otslr-name-wrapper,
body .otslr-email-wrapper,
body .otslr-number-wrapper,
body .otslr-address-wrapper,
body .otslr-text-wrapper {
    display: flex !important;
    justify-content: center !important;
}

.gform_heading {
    display: none !important;
}

.otslr-checkbox-wrapper .gchoice,
body .otslr-radio-wrapper .gchoice {
    border: 1px solid black;
    padding: 21px;
    border-radius: 8px;
    width: 100%;
}

body .real-question .otslr-radio-wrapper .gchoice {
	border: none;
}

.otslr-checkbox-wrapper > div,
body .otslr-radio-wrapper > div  {
    width: 550px;
    padding-inline: calc(var(--gf-field-gap-x)/ 2);
}

.otslr-no-border-checkbox .otslr-checkbox-wrapper .gchoice,
.otslr-no-border-checkbox  .otslr-radio-wrapper {
    border: none;
    padding: 0;
    padding-inline: calc(var(--gf-field-gap-x)/ 2);
}

.otslr-paragraph-wrapper > div,
.otslr-select-wrapper > div,
.otslr-text-wrapper > div,
.otslr-phone-wrapper > div,
.otslr-address-wrapper > div,
.otslr-number-wrapper > div,
.otslr-email-wrapper > div,
.otslr-consent-wrapper > div,
.otslr-date-wrapper > div,
.otslr-name-wrapper > div {
    width: 550px;
    padding-inline: calc(var(--gf-field-gap-x)/ 2);
}

.otslr-form-header {
    padding-inline: calc(var(--gf-field-gap-x)/ 2);
}

.otslr-paragraph-wrapper textarea {
    border-radius:8px !important;
    border: 1px solid rgb(174, 13, 76) !important;
}

.otslr-select-wrapper select {
    height: 56px !important;
    font-size: 16px !important;
    border-radius:8px !important;
    border: 1px solid rgb(174, 13, 76);
}

.otslr-number-wrapper.prepended-dollar > div {
    display: flex;
    align-items: center;
}

.otslr-number-wrapper.prepended-dollar > div .otslr-prepend {
    font-size: 28px  !important;
    font-weight: bold  !important;
    line-height: 28px !important;
    margin-right: 3px;
}


.otslr-date-wrapper input,
.otslr-number-wrapper input,
.otslr-text-wrapper input,
.otslr-phone-wrapper input,
.otslr-name-wrapper input,
.otslr-email-wrapper input,
.otslr-gf-row input,
.otslr-address-wrapper input,
.otslr-address-wrapper select {
    height: 56px !important;
    font-size: 16px !important;
    border-radius:7px !important;
    border: 1px solid var(--otslr_alt_dark) !important;
}

.otslr-date-wrapper input::placeholder,
.otslr-number-wrapper input::placeholder,
.otslr-text-wrapper input::placeholder,
.otslr-phone-wrapper input::placeholder,
.otslr-name-wrapper input::placeholder,
.otslr-email-wrapper input::placeholder,
.otslr-gf-row input::placeholder,
.otslr-address-wrapper input::placeholder,
.otslr-address-wrapper select::placeholder {
    color: #999;
    opacity: 1; /* Fix for Firefox */
}

body .gform_wrapper .gform_footer input.button,
body .gform_wrapper .gform_footer input[type="submit"] {
    color: #ffffff;
    padding: 7px 14px;
    border: 1px solid rgba(114, 114, 114, 0.4);
    border-radius: 7px;
     
    box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
    background-color: var(--alt_new);
 
    /* Vendor prefixes for older browsers */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
    -webkit-box-shadow: 0 1px 0px rgba(114, 114, 114, 0.3);
}


.otslr-name-wrapper > div {
    padding-inline: calc(12/ 2);
}
.otslr-name-wrapper > div > div {
    margin-inline: 0 !important;
}

.otslr-form-header-wrapper,
.otslr-consent-wrapper {
    display: flex;
    justify-content: center;
}

.otslr-form-header-wrapper .otslr-form-header {
    width: 550px;
}

.otslr-form-header-wrapper .otslr-form-header h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 !important;
    color: #000 !important;
}

.otslr-form-header-wrapper.otslr-form-header-wrapper-left {
    text-align: left;
}


.gform-theme--foundation .gform_fields {
    row-gap: 28px !important;
}

body .gform_wrapper .gf_page_steps {
    display: flex;
    justify-content: space-between;
}

body .gform_wrapper .gf_page_steps .gf_step {
    flex: 1 0 0;
    justify-content: center !important;
    display: flex;
    position: relative;
}

body .gform_wrapper .gf_page_steps .gf_step .gf_step_number {
    inline-size: 56px !important;
    block-size: 56px !important;
    position: relative;
    border: 2px solid rgb(174, 13, 76);
}

body .gform_wrapper .gf_page_steps .gf_step:not(.gf_step_last)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-50% + 23px);
    width: calc(100% - 56px);
    height: 2px;
    background: rgb(174, 13, 76) !important;
    transform: translateY(-50%);
    z-index: 1;
}

.gform-body.gform_body {
    padding: 21px 0;
}

body .gform_wrapper .gf_page_steps .gf_step.gf_step_completed::after {
    background: rgb(174, 13, 76) !important;
}


body .gform_wrapper .gform_body .gform_page_footer {
    display: flex;
    justify-content: center;
    margin-top: 56px !important;
}

.gform-theme--framework .gf_step_completed .gf_step_number::after {
    inline-size: 56px !important;
    block-size: 56px !important;
	background: rgb(174, 13, 76) !important;
	border: 1px solid rgb(174, 13, 76) !important;
	top: -2px;
	  left: -2px;
}

.gform-theme--framework .gf_step_active .gf_step_number {
	background: rgb(248, 217, 229) !important;
}

.gform-theme--framework .gf_step_completed .gf_step_number {
	background: rgb(174, 13, 76) !important;
}

.gform_heading {
    display: none;
}

body .gform_wrapper .gform_body .gform_page_footer .gform_next_button,
body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button,
body .gform_wrapper .gform_body .gform_page_footer .gform_button {
    background: rgb(174, 13, 76) !important;
    border-radius: 250px !important;
    color: var(--otslr-white) !important;
    padding: 21px 35px !important;
    text-transform: uppercase !important;
    font-size: 21px !important;
    outline: none !important;
    border: none !important;
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

/* Remove default focus outline */
body .gform_wrapper .gform_body .gform_page_footer .gform_next_button:focus,
body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button:focus,
body .gform_wrapper .gform_body .gform_page_footer .gform_button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Hover style */
body .gform_wrapper .gform_body .gform_page_footer .gform_next_button:hover,
body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button:hover,
body .gform_wrapper .gform_body .gform_page_footer .gform_button:hover {
    filter: brightness(1.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

/* Optional: Active (click) effect */
body .gform_wrapper .gform_body .gform_page_footer .gform_next_button:active,
body .gform_wrapper .gform_body .gform_page_footer .gform_previous_button:active,
body .gform_wrapper .gform_body .gform_page_footer .gform_button:active {
    transform: scale(0.98);
}


.otslr-form-header h3 {
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    line-height: 35px;
}

.otslr-gf-row {
    display: flex;
    justify-content: center;
    grid-column: span 12;
}

.otslr-gf-row > div {
    width: 550px;
    display: flex;
    justify-content: space-between;
}

.otslr-gf-row > div > div {
    inline-size: 100%;
    padding-inline: calc(12/ 2);
    width: 100%;
}

.real-question .gform_fields fieldset:not(:last-child) {
padding-bottom: 10px;
}

.real-question .gform_fields fieldset:not(:last-child) {
  position: relative;
  padding-bottom: 10px;
}

.real-question .gform_fields fieldset:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #ccc; /* customize this line */
}

.otslr-label,
.otslr-consent-label,
.otslr-legend legend {
	margin-bottom: 7px !important;
}

.otslr-consent label h3 {
	font-weight: bold;
	margin-bottom: 0;
}

.otslr-label span {
	font-size: 14px;
	font-weight: bold;
}
