
.elSurvey[data-page-element="Survey/V1"] {
    opacity: 0;
    transition: all 0.15s;
}
.elSurvey[data-page-element="Survey/V1"].ready {
    opacity: 1;
}

[data-page-element="Survey/V1"] .elSurveyButtonWrapper {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

[data-page-element="Survey/V1"] .elRadio {
    display: none;
}
[data-page-element="Survey/V1"] .elSurveyList {
    max-height: 280px;
    overflow: auto;
}
[data-page-element="Survey/V1"] .elRadioLabel .elRadioText {
    margin: 0;
    border-style: none;
    border-radius: 8px;
    width: 100%;
    background: rgb(0, 94, 255);
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 10px 25px;
}

[data-page-element="Survey/V1"] .elCheckboxWrapper:hover, 
[data-page-element="Survey/V1"] .elRadioWrapper:hover {
    background:none;
}


@media only screen and (min-width: 1024px) {
    [data-page-element="Survey/V1"] .elCheckboxWrapper:hover .elRadioText, 
    [data-page-element="Survey/V1"] .elRadioWrapper:hover .elRadioText {
        background:#848484;
    }
}

[data-page-element="Survey/V1"] .elSurveyFieldLabel .elHeadline {
    font-size: 1rem;
    padding: 10px 25px;
    
}

#ad {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #000;
    gap: 20px;
    text-decoration: none;
}

#ad .title,
#ad .description {
    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 120%;
    font-size: 1.25rem;
}

#ad .title {

}
#ad .description {
    font-size: 1.25rem;
}
#ad .image {
    width: 100%;
    display: flex;
}
#ad .link {
    display: inline-flex;
    width: 100%;
    background: rgb(0, 94, 255);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: background .2s ease;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 8px;
    text-decoration: none;
}
#ad .link:hover {
    background:rgb(141, 141, 141);
    text-decoration:none;
}
#ad-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}
#ad-skip {
    margin-block-start: 20px;
    font-size: 100%;
}

#ad-skip .elButton,
#ad-skip .elButtonHovered,
#ad-skip .elButton:hover {
    background: none;
}
#ad-skip .elButton .elButtonText {
    font-weight: 100;
    letter-spacing: 0;
    font-size: 1.2em;
    line-height: 100%;
    color: #848484;
}
#ad-skip .elButton:hover .elButtonText {
    background: none;
    color: #364557;
}

*[custom-select] {
    /*
    opacity: 0;    
    position: absolute;
    width: 0;
    height: 0;
    z-index: -10;
    */
}
#register-gender-ms,
#register-gender-mr {
    cursor: pointer;
}
#register-gender-ms.clicked a,
#register-gender-mr.clicked a{
    background:#848484;
}
[data-page-element="Input/V1"].labelInside.invalid {
    position: relative;
    z-index: 0;
}
[data-page-element="Input/V1"].labelInside.invalid:before {
    content:"";
    border-color: rgb(185, 21, 23) !important;
    border-width: 3px;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    z-index: 0;
    background: rgb(185, 21, 23);
    border-radius: 5px;
}
#register .elInputWrapper.invalid,
#register .invalid .elButton {
    border: 3px solid #ff0000 !important;
}
#register .elInputWrapper.invalid,
.custom-select-buttons.invalid {
    border: 3px solid #ff0000 !important;
}
.custom-select-buttons {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin-block-start: 30px;
}

.custom-select-buttons button {
    font-weight: 600;
    transition: background .2s ease;
    padding:10px 25px;
    background: rgb(0, 94, 255);
    font-size: 1rem;
    border:0;
    border-radius: 10px;
    color:#fff;
    flex-grow: 1;
    cursor:pointer;
}
.custom-select-buttons button.clicked {
    background:#222;
}
.custom-select-buttons button:hover {
    background:#000;
}


[question] .custom-select-buttons {
    flex-direction: column;
}

[question] .custom-select-buttons button {
    width: 100%;
}

[question='row'] .custom-select-buttons {
    flex-direction: row;
}
[question='row'] .custom-select-buttons button {
    width: 48%;
}

*[question] {
    opacity: 1;
    transition: 0.5s all;
    margin-block-end: 30px;
}

*[question].answered {
    opacity: 0.9;
}
*[question].answered.transitionend {

}
*[question] #q-title {}
#survey-submit {
    /*
    opacity: 0;
    z-index: -20;
    position: absolute;
    width: 0;
    height: 0;
    */
}

[question] .custom-select-buttons button {
    border-radius: 8px;
    background: #005eff;
    border-color: #123acb;
    border-width: 1px;
}

/* Container for the dropdown */
.autofill-dropdown {z-index: 100;position: absolute;width: 100%;}

/* Dropdown list */
.autofill-dropdown .dropdown {display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-start;background: #fff;padding: 10px;width: 100%;padding-top: 12px;padding-bottom: 12px;padding-left: 12px;padding-right: 12px;border-style: solid;border-color: rgba(0, 0, 0, 0.2);border-width: 1px;gap: 2px;max-height: 200px;overflow: auto;}

/* Hidden class to hide the dropdown */
.autofill-dropdown .dropdown.hidden {
    display: none;
}

/* Individual dropdown items */
.autofill-dropdown .dropdown li {
    color:#000;
    background: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
    cursor:pointer;
}

/* Dropdown item when hovered */
.autofill-dropdown .dropdown li:hover {
    background:#000;
    color:#fff;
}

[hidden-input="true"],
[hidden-submit="true"],
[custom-select="true"] {
   position: fixed;
   opacity: 0;
   z-index: -50;
}

[address-autofill='address'] {
    display: none;
}

[address-autofill='address'].visible,
[address-autofill='address'].hasValue {
    display:flex;
    flex-direction: column;
    margin-block-end: 4px;
}
[address-autofill='address'].hasValue:after {
    content:"You can change the address manually if inaccurate.";
    position: absolute;
    inset-block-start: calc(100% + 1px);
    inset-inline-start: 13px;
    font-size: 10px;
    font-style: italic;
}

@media only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #register,
  #register-2 {
    width: 90%;
    padding: 20px 5%;
  }
}
[data-tracker] a.hidden,
[data-deal] a.hidden {
    opacity:0;
    z-index:-50;
    position:fixed;
}

.external-link-iframe {
    width: 100%;
    max-height: 40px;
    min-width: 100px;
    overflow: visible;
    z-index: 50;
    position: relative;
}