/*Main layout*/
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 5rem;
    margin-top:2rem;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    width: 100%;
}
/*End*/

/*Footer Edits*/
.footer {
    margin-top: auto;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: transparent;
   color: black;
   text-align: center;
}
#pvFooter {
    display: none;
}
.border-top {
    border-top: none;
}

/*End*/
/*FONTS*/
@font-face {
  font-family: 'RobotoMono';
  font-style: normal;
  src: url('https://peoplevine.blob.core.windows.net/media/1395/1fd3b59c-bbe3-4810-9a49-593cad134e2e/RobotoMono.ttf') format('truetype');
}
@font-face {
  font-family: 'RobotoMono-Italic';
  font-style: normal;
  src: url('https://peoplevine.blob.core.windows.net/media/1395/a3023c5a-438b-4311-bd10-45aaa708e7cc/RobotoMono-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'ArchivoBlack';
  font-style: normal;
  src: url('https://peoplevine.blob.core.windows.net/media/1395/ff2940c9-4bfb-4ba1-8773-e5c8810306ad/ArchivoBlack.ttf') format('truetype');
}


/*DATE PICKER*/
.ui-widget-content {
    border: none;
    background:#fff;
    color: #000;
    padding: 10px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 20%);
    border-radius: 0;
}
.ui-datepicker td .ui-state-default:hover {
    background: #000;
    color: #fff;
}
.ui-update ::selection {
    background: #fff;
    color: #000;
}

td.ui-datepicker-today .ui-state-highlight {
    color: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #000;
    border: none;
    background: transparent;
}
.ui-state-default.ui-state-highlight {
    background: #000;
    font-weight: 600!important;
    color: #fff;  
}



.ui-update .box {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    background-color: transparent;
}
.ui-update .hdg.mix-hdg_dark {
    color: #fff;
    font-family: 'ArchivoBlack';
}
.ui-update .fieldset-label {
    font-size: 14px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-family: 'RobotoMono';
    line-height: 1.2;
    color: #fff;
    display: block;
    margin-bottom: 6px;
}
.ui-update .fieldset-input>input, .ui-update .fieldset-input>textarea, .ui-update .fieldset-input>select, .ui-update .fieldset-input>.sq-input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 17px;
    -webkit-transition-property: border;
    transition-property: border;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border-width: 1px;
    border-style: solid;
    border-color: #a9a9a9;
    background-color: transparent;
    padding: 12px 15px;
    font-family: inherit;
    color: #fff;
    font-family: 'RobotoMono';
}
.ui-update .tick_radio input[type="radio"]:checked+label:after {
    background-color: red;
}

.ui-update .mix-box_outlined {
    box-shadow: none;
    border: none;
}
.ui-update .tick input[type="radio"]+label, .ui-update .tick input[type="checkbox"]+label {
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-size: 15px;
    position: relative;
    padding: 3px 0 1px 30px;
    cursor: pointer;
    color: #fff;
    width: 100%;
}
#s-122212_139733-type {
    display: none;
}

/* Target the wrapper of the header and step label */
#step-0 .split {
  display: block !important;       /* Stack elements vertically */
  text-align: center !important;   /* Center-align everything */
}

/* Ensure the heading and step label are separated properly */
#step-0 h3.hdg {
  margin-bottom: 0.25em;           /* Add some space between header and step */
}

/* Optionally refine the step label styling */
#step-0 .txt {
  display: block;                  /* Make sure it takes a full line */
  font-size: 0.95em;
  color: #555;
}
.split.split_alignCenter.split_collapseOnMobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.split.split_alignCenter.split_collapseOnMobile > div {
    display: flex;
    justify-content: center;
    width: 100%;
}

/*PAYMENT FORM*/
#content_payment_payment_type_86176_104176 {
    display: none;
}
#label_field_86176_104176-type {
    display: none;
}
#s-86176_104176-type {
    display: none;
}