/* SAP Marketing Cloud Form Runtime Styles (23.0.5) */


/* Base */

.sapCpRuntime {
    width: 100%;
    height: 100%;
}

.sapCpRuntime .sapCpBody {
    margin: 0;
    width: 100%;
    height: 100%;
}


/* Content Page */

.sapCpContentPage {
    box-sizing: border-box;
    width: 100%;
}

.sapCpContentPageLoading {
    opacity: 0;
    cursor: wait;
}


/* Layout */

.sapCpLayout {
    box-sizing: inherit;
    width: 100%;
}


/* Widget */

.sapCpWidget {
    box-sizing: inherit;
    min-height: 30px;
    padding: 8px;
}

.sapCpContentPage .sapCpWidget.sapCpWidgetHidden {
    display: none;
}

.sapCpWidget~.sapCpWidget {
    margin-top: 8px;
}

.sapCpWidgetContentLeft {
    min-height: 1px;
    float: left;
    text-align: right;
}

.sapCpWidgetContentRight {
    min-height: 1px;
    text-align: left;
    vertical-align: top;
}

.sapCRLWidgetFixContent {
    clear: both;
}

.sapCpWidgetContentNoIndent {
    min-height: 1px;
}

.sapLandingPage .sapCpWidgetContentLeft .sapCpLabel {
    margin-top: 6px;
    margin-right: 10px;
    /*  min-width: 70px; */
}

.sapLandingPage .sapCpWidget:not(.sapCpCheckBoxElementWidget) .sapCpWidgetContentLeft .sapCpLabel {
    margin-top: 6px;
    margin-right: 10px;
    /*  min-width: 70px; */
}

.sapCpContentPage .sapCpWidget .sapCpWidgetContent>label {
    padding-right: 10px;
}

.sapCpWidget:not(.sapCpCheckBoxElementWidget) .sapCpWidgetContentLeft .sapCpLabel {
    margin-top: 8px;
    margin-right: 10px;
}

.error-message {
    display: none;
}

.sapCpWidgetMandatoryMissing .sapCpWidgetContentNoIndent, .sapCpWidgetInvalid .sapCpWidgetContentNoIndent {
    border-left: 5px solid #9D0932;
    padding-left: 1em;
}

.sapCpWidgetMandatoryMissing .error-message,  .sapCpWidgetInvalid .error-message--style {
    display: block;
    color: #9D0932;
    font-weight: 700;
}


/* Button Widget */

.sapCpButtonWidget .sapCpButtonWidgetExtraText {
    display: block;
    padding-top: 5px;
}

.sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
    display: block;
    color: #9D0932;
}

.sapCpContentPage:not(.sapCpMissingMandatoryField) .sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
    display: none;
}

.sapCpButtonWidget .sapCpErrorMessageText {
    display: block;
    color: #9D0932;
}

.sapCpContentPage:not(.sapCpSubmitError) .sapCpButtonWidget .sapCpErrorMessageText {
    display: none;
}

.sapCpButtonWidget .sapCpSuccessMessageLabel {
    display: block;
    color: green;
}

.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpSuccessMessageLabel {
    display: none;
}

.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpButtonWidgetDownloadLink {
    display: none;
}

.sapCpButtonWidget .sapCpButtonWidgetDownloadLink:not(.sapCpButtonWidgetDownloadLinkVisible) {
    display: none;
}

.sapCpButtonWidget.sapCpButtonWidgetLoading button {
    cursor: wait;
}


/* Label */

.sapCpLabel {
    position: relative;
    display: block;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    color: black;
    font-weight: 700;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
}

.sapCpLabelRequiredBefore {
    padding-left: 10px;
}

.sapCpLabel:not(.sapCpLabelRequiredBefore):after {
    content: "*";
    color: #9D0932;
    visibility: hidden;
    padding: 0.2em;
}

.sapCpWidgetContentLeft .sapCpLabel:not(.sapCpLabelRequiredBefore):after {
    position: absolute;
}

.sapCpLabel:not(.sapCpLabelRequiredBefore).sapCpLabelRequired:after {
    visibility: visible;
}

.sapCpLabel.sapCpLabelRequiredBefore.sapCpLabelRequired:before {
    visibility: visible;
}

.sapCpCheckBox~.sapCpLabel {
    margin-left: 2px;
}

.sapCpCheckBox+.sapCpLabel {
    display: block;
}


/* Input */

.sapCpInput {
    font-size: inherit;
    font-family: inherit;
    padding: 4px 8px;
    text-overflow: ellipsis;
    max-width: 600px
}


/* CheckBox */

.sapCpCheckBox {
    vertical-align: top;
    min-width: 20px;
    min-height: 20px;
    float: left;
}

.sapCpCheckBox input {
    font-size: inherit;
    font-family: inherit;
}


/* DropDown */

.sapCpDropDown {
    font-size: inherit;
    font-family: inherit;
    padding: 4px 8px;
    min-width: 215px;
    max-width: 100%;
}


/* Date Picker */

.sapCpDatePicker option {
    color: black;
}

.sapCpDatePicker .sapCpDropDown~.sapCpDropDown {
    margin-left: 10px;
}

.sapCpDatePicker .sapCpDatePickerDay {
    min-width: 50px;
    width: 23%;
    max-width: 100px;
}

.sapCpInputWidget .sapCpDatePickerMonth {
    min-width: 100px;
    width: 43%;
    max-width: 200px;
}

.sapCpInputWidget .sapCpDatePickerYear {
    min-width: 50px;
    width: 23%;
    max-width: 100px;
}


/* Button */

.sapCpButton {
    font-size: inherit;
    font-family: inherit;
    padding: 6px 10px;
}


/*  For usage in landing Pages */

.sapCpContentPage {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #757575;
    -webkit-font-smoothing: auto;
}

.sapCpContentPage *,
.sapCpContentPage *:before,
.sapCpContentPage *:after {
    box-sizing: inherit;
}

.sapLandingPage .sapCpWidget input[type=checkbox] {
    -webkit-appearance: checkbox;
    font-size: inherit;
    margin-top: 2px;
}

.sapCpWidget input[type=checkbox] {
    -webkit-appearance: checkbox;
    font-size: inherit;
    margin-top: 5px;
}

.sapCpCheckBox {
    line-height: 18px;
}

.sapCpInputWidget .sapCpInput {
    font-family: inherit;
    font-size: inherit;
    width: auto;
    border: lightgrey solid 1px;
    height: 38px;
}

.sapCpButton {
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    color: inherit;
    border-radius: 5px;
    border-style: solid;
    border-color: lightgrey;
    border-width: 1px;
    padding: 8px 20px;
    width: auto;
}


/* Responsive layout */

@media screen and (min-width: 481px) {
    .sapCpLabel:not(.sapCpLabelRequiredBefore):after {
        right: 1px;
        top: -2px;
    }

    .sapCpLabel:not(.sapCpLabelRequiredBefore) {
        /*      padding-right: 10px; */
    }
}

@media screen and (max-width: 480px) {

    /* Widget */
    .sapCpWidgetContent {
        width: 100% !important;
        text-align: left;
    }

    /* Input */
    .sapCpWidgetContent .sapCpInput {
        width: 95%;
    }

    /* Text Area */
    .sapCpWidgetContent .sapCpTextArea {
        width: 98%;
    }

    /* DropDown */
    .sapCpWidgetContent .sapCpDropDown {
        width: 100%;
    }

    /* Date Picker */
    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerDay {
        width: 23%;
    }

    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerMonth {
        width: 43%;
    }

    .sapCpWidgetContent .sapCpDatePicker .sapCpDatePickerYear {
        width: 23%;
    }

    .sapCpWidgetContentRight {
        padding-left: 0% !important;
    }
}


.sapCpWidget input[type=text],
.sapCpWidget input[type=email],
.sapCpWidget input[type=tel],
.sapCpDropDown,
.sapCpTextArea {
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    border-color: rgba(60, 60, 59, 0.61);
    border-width: 1px;
}

.sapCpWidget {
    text-align: left;
}

.sapCpWidget input[type=checkbox] {
    display: inline-block;
    border-radius: 0px;
}

.sapCpCheckBox {
    margin-top: 0px;
}

.sapCpWidget input:not([type=checkbox]):not([type=radio]) {
    display: block;
    width: 100%;
}

.sapCpCheckBoxWidget label {
    vertical-align: baseline;
}

.sapCpWidget label.error {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 1em;
    font-weight: normal;
    padding-right: 0;
}

div.sapCRLWidgetContent.sapCRLWidgetContentRight.sapCpWidgetContent.sapCpWidgetContentRight {
    padding-left: 0% !important;
}

div.sapCRLWidgetContent.sapCRLWidgetContentLeft.sapCpWidgetContent.sapCpWidgetContentLeft {
    float: none;
    text-align: inherit;
}

.sapCpButtonWidget .sapCRLWidgetContent.sapCRLWidgetContentLeft.sapCpWidgetContent.sapCpWidgetContentLeft {
    min-width: 0% !important;
    width: 0% !important;
}

.sapCpButtonWidget .sapCRLWidgetContent.sapCRLWidgetContentRight.sapCpWidgetContent.sapCpWidgetContentRight,
.sapCpButtonWidget .sapCRLWidgetContentNoIndent {
    min-width: 100% !important;
    width: 100% !important;
}

.sapCpButtonWidget .sapCpWidgetContent,
.sapCpButtonWidget .sapCpWidgetContentNoIndent {
    text-align: left;
    margin-top: 20px;
}

.sapCpButton {
    border-radius: 5px;
    border-style: solid;
    border-color: rgb(60, 60, 59);
    color: rgb(255, 255, 255);
    border-width: 1px;
    background: #9D0932;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    margin-top: 0.5em;
}



.sapCpButton[disabled], .sapCpButton[disabled]:hover, .sapCpButton[disabled]:focus, .sapCpButton[disabled]:active {
    border-radius: 5px;
    border-style: solid;
    border-color: rgb(60, 60, 59);
    color: rgb(255, 255, 255);
    border-width: 1px;
    background: #808080;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    margin-top: 0.5em;
    opacity: 0.5;
    cursor: wait;
}

.sapCpButton:hover, .sapCpButton:focus, .sapCpButton:active, .sapCpButton:focus-within {
    background: #820a2b;
    cursor: pointer;
}

.sapCpButton:has(:disabled)

.sapCpButton:focus {
    border: 2px solid yellow;
    outline: black solid 2px;
}

.sapCpContentPage .sapCpWidget label {
    min-width: 1%;
    text-align: left;
    padding-right: 1em;
}

.sapCpContentPage .sapCpWidget input[type=text] {
    flex: 1;
}

#__box6--checkbox {
    position: absolute;
    opacity: 0;
 }

 #__label71 {
    padding-left: 3em;
 }

 #__label71:hover {
    cursor: pointer;
 }
 
 #__label71::before {
     position: absolute;
     content: '';
     width: 30px;
     height: 30px;
     border: 3px solid #000000;
     border-radius: 5px;
     top: 0em;
     left: 0em;
     margin: 0.2em;
     z-index: 5;
     transition: border .25s linear;
     -webkit-transition: border .25s linear;
 }
 
 #__box6 input:checked ~ label::after {
    position: absolute;
    content: "";
	border: 4px solid;
	border-left: 0;
	border-top: 0;
    border-color: #9D0932;
	height: 20px;
	width: 12px;
	top: 5px;
	left: 12px;
	transform: rotate(45deg);
	transition: opacity 0.2s ease-in-out;
 }

 #__box6 input:focus ~  #__label71::before {
    box-shadow: 0 0 0 3px yellow;
 }

 #__box6:focus-within {
    outline: 2px solid black;
    border-radius: 5px;

}