.obf-ChoiceGroup {
  margin-bottom: 8px;
}
.obf-ChoiceGroup fieldset {
  margin: 0;
  border: none;
  padding: 0;
}
.obf-ChoiceGroup legend {
  max-width: 100%;
}
.obf-ChoiceGroup input {
  position: absolute;
  opacity: 0;
}
.obf-ChoiceGroup input + label {
  display: block;
  display: grid;
  grid-template-columns: 20px auto;
  cursor: pointer;
  margin: 8px 6px 8px 6px;
}
.obf-ChoiceGroup input:focus + label {
  outline: 1px dashed black;
}
.obf-ChoiceGroup input + label > .obf-ChoiceGroupLabel {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 10px;
}
.obf-ChoiceGroup input[type=radio] + label > .obf-ChoiceGroupIcon {
  display: inline-block;
  content: "";
  border: 1px solid #a6a6a6;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
}
.obf-ChoiceGroup input[type=radio]:checked + label > .obf-ChoiceGroupIcon {
  border: 2px solid;
}
.obf-ChoiceGroup input[type=radio]:checked + label > .obf-ChoiceGroupIcon > span {
  display: block;
  width: 70%;
  height: 70%;
  margin: 15%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 5px solid transparent;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.23, 1);
}

.obf-OverallAnchor {
  color: #ffffff;
  width: 300px;
  height: 45px;
  padding: 0px;
  border: 0px;
  margin-bottom: 4px;
  background-color: #757575;
  outline: 2px solid transparent;
}
.obf-OverallAnchor:hover {
  outline: 2px dashed black;
}
.obf-OverallAnchor:focus {
  outline: 2px dashed black;
}
.obf-OverallAnchor.obf-OverallAnchorActive {
  outline: 2px solid transparent;
}
.obf-OverallAnchor.obf-OverallAnchorActive:hover {
  outline: 2px dashed black;
}
.obf-OverallAnchor.obf-OverallAnchorActive:focus {
  outline: 2px dashed black;
}
@media screen and (-ms-high-contrast: active) {
  .obf-OverallAnchor {
    -ms-high-contrast-adjust: none;
    background-color: ButtonFace !important;
    color: ButtonText !important;
    fill: ButtonText !important;
    outline: 1px solid ButtonText !important;
  }
  .obf-OverallAnchor:hover {
    -ms-high-contrast-adjust: none;
    background-color: Highlight !important;
    color: HighlightText !important;
    fill: HighlightText !important;
    outline: 2px dashed ButtonText !important;
  }
  .obf-OverallAnchor:focus {
    -ms-high-contrast-adjust: none;
    background-color: Highlight !important;
    color: HighlightText !important;
    fill: HighlightText !important;
    outline: 2px dashed ButtonText !important;
  }
  .obf-OverallAnchor.obf-OverallAnchorActive {
    -ms-high-contrast-adjust: none;
    background-color: Highlight !important;
    color: HighlightText !important;
    fill: HighlightText !important;
    outline: 2px solid ButtonText !important;
  }
  .obf-OverallAnchor.obf-OverallAnchorActive:hover {
    -ms-high-contrast-adjust: none;
    background-color: Highlight !important;
    color: HighlightText !important;
    fill: HighlightText !important;
    outline: 2px dashed ButtonText !important;
  }
  .obf-OverallAnchor.obf-OverallAnchorActive:focus {
    -ms-high-contrast-adjust: none;
    background-color: Highlight !important;
    color: HighlightText !important;
    fill: HighlightText !important;
    outline: 2px dashed ButtonText !important;
  }
  .obf-OverallAnchor .obf-OverallImage {
    fill: inherit !important;
  }
  .obf-OverallAnchor .obf-OverallText {
    color: inherit !important;
    outline-color: inherit !important;
  }
}

.obf-OverallImage {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
  margin: 8px;
  fill: white;
}

.obf-OverallText {
  color: #ffffff;
  vertical-align: middle;
  text-align: left;
  display: inline-block;
}
.obf-Rtl .obf-OverallText {
  text-align: right;
}

.obf-CloseButton {
  float: right;
  background: none;
  border: 0px;
  padding: 8px;
  margin-top: 5px;
}
.obf-CloseButton:hover {
  background-color: lightgray;
}
.obf-Rtl .obf-CloseButton {
  float: left;
}

#obf-QuestionLeftText {
  padding-top: 21px;
  padding-bottom: 15px;
  width: 300px;
}

.obf-FormQuestionMiddleText {
  padding-top: 21px;
  padding-bottom: 15px;
  display: block;
}

.obf-FormMiddleText {
  line-height: 120%;
  padding-bottom: 16px;
}

.obf-FormComment {
  width: 300px;
  height: 120px;
  margin-bottom: 8px;
}

.obf-FormRatingContainer {
  margin-bottom: 8px;
}

.obf-FormRatingLabel {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  display: block;
}
.obf-Rtl .obf-FormRatingLabel {
  padding-right: 0px;
  padding-left: 10px;
}

.obf-FormCategoriesDropdown {
  width: 300px;
  height: 32px;
  margin-bottom: 8px;
}

.obf-FormCategoriesDropdown ~ .obf-FormComment {
  height: 80px;
}

.obf-FormRating {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

.obf-FormEmailContainer {
  width: 300px;
  height: 100%;
  margin-bottom: 8px;
  margin-top: 8px;
}

.obf-FormEmailInput {
  height: 30px;
  width: 100%;
  margin-bottom: 8px;
}

#obf-FormEmailTextBox {
  width: 100%;
}

.obf-FormEmailCheckbox {
  display: inline-block;
  vertical-align: middle;
}

.obf-FormEmailLabel {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  margin-left: 3px;
  margin-right: 3px;
  padding-bottom: 8px;
}

.obf-FormScreenshotContainer {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
}

.obf-FormScreenshotCheckbox {
  display: inline-block;
  vertical-align: top;
}

.obf-FormScreenshotLabel {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 8px;
}

.obf-FormScreenshotPreview {
  width: 180px;
  height: 90px;
  margin-bottom: 12px;
  border: 1px solid grey;
}

.obf-FormSubmitButtonContainer {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  margin-bottom: 21px;
}

/*#endregion*/
.obf-CancelButton {
  height: 32px;
  background-color: #757575;
  color: white;
  width: 120px;
  padding: 0px;
  margin-right: 10px;
  border: 0px;
  outline: 1px solid transparent;
  font-family: "wf_SegoeUIRegular", "wf_SegoeUI", "Segoe UI Regular", "Segoe UI", "Segoe", "Segoe WP", "Tahoma", "Verdana", "Arial", "sans-serif";
  font-size: 14px;
}
.obf-Rtl .obf-CancelButton {
  margin-left: 10px;
  margin-right: 0px;
}
.obf-CancelButton:hover {
  outline: 2px dashed transparent;
}
.obf-CancelButton:focus {
  outline: 2px dashed black;
}
.obf-CancelButton:active {
  outline: 4px solid transparent;
}
.obf-CancelButton[disabled], .obf-CancelButton[disabled]:hover, .obf-CancelButton[disabled]:focus, .obf-CancelButton[disabled]:active {
  background-color: lightgray;
}
@media screen and (-ms-high-contrast: active) {
  .obf-CancelButton:hover {
    -ms-high-contrast-adjust: none;
    outline: 2px dashed buttonText;
    background-color: Highlight !important;
    color: HighlightText !important;
  }
  .obf-CancelButton:focus {
    -ms-high-contrast-adjust: none;
    outline: 2px dashed buttonText;
    background-color: Highlight;
    color: HighlightText;
  }
  .obf-CancelButton[disabled], .obf-CancelButton[disabled]:hover, .obf-CancelButton[disabled]:focus, .obf-CancelButton[disabled]:active {
    -ms-high-contrast-adjust: auto;
    background-color: unset !important;
    color: unset !important;
    outline: 2px solid;
  }
}

@media screen and (-ms-high-contrast: active) {
  /* All high contrast styling rules */
  .obf-CloseButton > svg {
    fill: buttonText;
  }
}
#obf-OverlayBackground {
  background-color: rgba(0, 0, 0, 0.5);
  color: #444444;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  min-height: 200px;
  position: absolute;
  z-index: 10000000000;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 780px;
}
#obf-OverlayBackground.obf-NarrowLayout {
  min-width: 320px;
  /*Yields minimum 10px margins around the forms */
}
#obf-OverlayBackground.obf-SingleLayout {
  min-width: 320px;
  /*Yields minimum 10px margins around the forms */
}

@-webkit-keyframes obf-MainContainerGrowFromCenter {
  from {
    margin-top: 0;
    height: 0;
  }
  to {
    margin-top: -125px;
    height: auto;
  }
}
@-moz-keyframes obf-MainContainerGrowFromCenter {
  from {
    margin-top: 0;
    height: 0;
  }
  to {
    margin-top: -125px;
    height: auto;
  }
}
@-o-keyframes obf-MainContainerGrowFromCenter {
  from {
    margin-top: 0;
    height: 0;
  }
  to {
    margin-top: -125px;
    height: auto;
  }
}
@keyframes obf-MainContainerGrowFromCenter {
  from {
    margin-top: 0;
    height: 0;
  }
  to {
    margin-top: -125px;
    height: auto;
  }
}
#obf-MainContainer {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  background-color: white;
  top: 45%;
  min-width: 100%;
  position: absolute;
  margin-top: -160px;
  height: auto;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: obf-MainContainerGrowFromCenter;
  -moz-animation-name: obf-MainContainerGrowFromCenter;
  -o-animation-name: obf-MainContainerGrowFromCenter;
  animation-name: obf-MainContainerGrowFromCenter;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

#obf-MainContentHolder {
  height: 100%;
  width: 720px;
  margin: 0 auto;
}
.obf-NarrowLayout #obf-MainContentHolder {
  width: 300px;
}
.obf-SingleLayout #obf-MainContentHolder {
  width: 300px;
}

#obf-LeftFormContainer {
  float: left;
  margin-left: 180px;
  min-height: 320px;
}
.obf-Rtl #obf-LeftFormContainer {
  float: right;
  margin-right: 180px;
  margin-left: 0px;
}
.obf-NarrowLayout #obf-LeftFormContainer {
  float: left;
  margin-left: 0;
}
.obf-Rtl.obf-NarrowLayout #obf-LeftFormContainer {
  float: right;
  margin-right: 0;
}
#obf-LeftFormContainer.obf-slideLeft {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: obf-LeftFormContainerSlideLeft;
  -moz-animation-name: obf-LeftFormContainerSlideLeft;
  -o-animation-name: obf-LeftFormContainerSlideLeft;
  animation-name: obf-LeftFormContainerSlideLeft;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.obf-Rtl #obf-LeftFormContainer.obf-slideLeft {
  -webkit-animation-name: obf-LeftFormContainerSlideRight;
  -moz-animation-name: obf-LeftFormContainerSlideRight;
  -o-animation-name: obf-LeftFormContainerSlideRight;
  animation-name: obf-LeftFormContainerSlideRight;
}
@-webkit-keyframes obf-LeftFormContainerSlideLeft {
  from {
    margin-left: 180px;
  }
  to {
    margin-left: 0;
  }
}
@-moz-keyframes obf-LeftFormContainerSlideLeft {
  from {
    margin-left: 180px;
  }
  to {
    margin-left: 0;
  }
}
@-o-keyframes obf-LeftFormContainerSlideLeft {
  from {
    margin-left: 180px;
  }
  to {
    margin-left: 0;
  }
}
@keyframes obf-LeftFormContainerSlideLeft {
  from {
    margin-left: 180px;
  }
  to {
    margin-left: 0;
  }
}
@-webkit-keyframes obf-LeftFormContainerSlideRight {
  from {
    margin-right: 180px;
  }
  to {
    margin-right: 0;
  }
}
@-moz-keyframes obf-LeftFormContainerSlideRight {
  from {
    margin-right: 180px;
  }
  to {
    margin-right: 0;
  }
}
@-o-keyframes obf-LeftFormContainerSlideRight {
  from {
    margin-right: 180px;
  }
  to {
    margin-right: 0;
  }
}
@keyframes obf-LeftFormContainerSlideRight {
  from {
    margin-right: 180px;
  }
  to {
    margin-right: 0;
  }
}

#obf-MiddleFormContainer {
  margin-left: 540px;
  min-height: 320px;
}
.obf-Rtl #obf-MiddleFormContainer {
  margin-right: 540px;
  margin-left: 0px;
}
.obf-NarrowLayout #obf-MiddleFormContainer {
  margin-left: 0;
}
.obf-SingleLayout #obf-MiddleFormContainer {
  margin-left: 0;
}
.obf-Rtl.obf-NarrowLayout #obf-MiddleFormContainer {
  margin-right: 0;
}
.obf-Rtl.obf-SingleLayout #obf-MiddleFormContainer {
  margin-right: 0;
}
#obf-MiddleFormContainer.obf-slideLeft {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: obf-MiddleFormContainerSlideLeft;
  -moz-animation-name: obf-MiddleFormContainerSlideLeft;
  -o-animation-name: obf-MiddleFormContainerSlideLeft;
  animation-name: obf-MiddleFormContainerSlideLeft;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.obf-Rtl #obf-MiddleFormContainer.obf-slideLeft {
  -webkit-animation-name: obf-MiddleFormContainerSlideRight;
  -moz-animation-name: obf-MiddleFormContainerSlideRight;
  -o-animation-name: obf-MiddleFormContainerSlideRight;
  animation-name: obf-MiddleFormContainerSlideRight;
}
@-webkit-keyframes obf-MiddleFormContainerSlideLeft {
  from {
    margin-left: 540px;
  }
  to {
    margin-left: 360px;
  }
}
@-moz-keyframes obf-MiddleFormContainerSlideLeft {
  from {
    margin-left: 540px;
  }
  to {
    margin-left: 360px;
  }
}
@-o-keyframes obf-MiddleFormContainerSlideLeft {
  from {
    margin-left: 540px;
  }
  to {
    margin-left: 360px;
  }
}
@keyframes obf-MiddleFormContainerSlideLeft {
  from {
    margin-left: 540px;
  }
  to {
    margin-left: 360px;
  }
}
@-webkit-keyframes obf-MiddleFormContainerSlideRight {
  from {
    margin-right: 540px;
  }
  to {
    margin-right: 360px;
  }
}
@-moz-keyframes obf-MiddleFormContainerSlideRight {
  from {
    margin-right: 540px;
  }
  to {
    margin-right: 360px;
  }
}
@-o-keyframes obf-MiddleFormContainerSlideRight {
  from {
    margin-right: 540px;
  }
  to {
    margin-right: 360px;
  }
}
@keyframes obf-MiddleFormContainerSlideRight {
  from {
    margin-right: 540px;
  }
  to {
    margin-right: 360px;
  }
}

.obf-MarginLeft60px {
  margin-left: 60px;
}
.obf-Rtl .obf-MarginLeft60px {
  margin-right: 60px;
  margin-left: 0px;
}
.obf-NarrowLayout .obf-MarginLeft60px {
  margin-left: 0;
}
.obf-Rtl.obf-NarrowLayout .obf-MarginLeft60px {
  margin-right: 0;
}

.obf-MarginLeft180px {
  margin-left: 23% !important;
}
.obf-Rtl .obf-MarginLeft180px {
  margin-right: 23% !important;
  margin-left: 0px;
}

.obf-FormContainer {
  height: 100%;
  width: 360px;
  position: relative;
  font-size: 0;
}
.obf-NarrowLayout .obf-FormContainer {
  width: 300px;
}
.obf-SingleLayout .obf-FormContainer {
  width: 300px;
}

.obf-FormWideContainer {
  height: 100%;
  max-width: 720px;
  position: relative;
  font-size: 0;
}
.obf-NarrowLayout .obf-FormWideContainer {
  width: 300px;
}
.obf-SingleLayout .obf-FormWideContainer {
  width: 300px;
}

#obf-ColumnSeparatorDiv {
  width: 100%;
  margin-bottom: 10px;
}

.obf-FormBottomContainer {
  width: 300px;
  height: 34px;
  position: absolute;
  bottom: 24px;
}

.obf-ShowRightBorder {
  border-right: 1px solid #e0e0e0;
}
.obf-Rtl .obf-ShowRightBorder {
  border-left: 1px solid #e0e0e0;
  border-right: none;
}

#obf-ThanksPanelDiscussion svg {
  width: 142px;
  height: 120px;
}

#obf-ThanksPanelContainer {
  height: 100%;
}

#obf-ThanksPanelInnerContainer {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  height: 100%;
  min-height: 320px;
}
.obf-NarrowLayout #obf-ThanksPanelInnerContainer {
  flex-direction: column;
  align-items: flex-start;
}
.obf-SingleLayout #obf-ThanksPanelInnerContainer {
  flex-direction: column;
  align-items: flex-start;
}

#obf-ThanksPanelVerticalContainer {
  margin-left: 40px;
}
.obf-NarrowLayout #obf-ThanksPanelVerticalContainer {
  margin-left: 0;
}
.obf-SingleLayout #obf-ThanksPanelVerticalContainer {
  margin-left: 0;
}
.obf-NarrowLayout #obf-ThanksPanelVerticalContainer .obf-Rtl #obf-ThanksPanelVerticalContainer {
  margin-left: 0;
  margin-right: 20px;
}
.obf-SingleLayout #obf-ThanksPanelVerticalContainer .obf-Rtl #obf-ThanksPanelVerticalContainer {
  margin-left: 0;
  margin-right: 20px;
}

#obf-ThanksPanelCloseButton {
  margin-top: 0px;
  font-size: 14px;
}

.obf-FontTitle {
  font-size: 18px;
  line-height: 24px;
  font-family: "wf_SegoeUIRegular", "wf_SegoeUI", "Segoe UI Regular", "Segoe UI", "Segoe", "Segoe WP", "Tahoma", "Verdana", "Arial", "sans-serif";
  font-weight: 600;
}

.obf-Hidden {
  display: none;
}

.obf-Visible {
  display: block;
}

.obf-FontSubtitle {
  font-size: 18px;
  line-height: 24px;
  font-family: "wf_SegoeUIRegular", "wf_SegoeUI", "Segoe UI Regular", "Segoe UI", "Segoe", "Segoe WP", "Tahoma", "Verdana", "Arial", "sans-serif";
}

.obf-FontText {
  font-size: 16px;
  line-height: 20px;
  font-family: "wf_SegoeUIRegular", "wf_SegoeUI", "Segoe UI Regular", "Segoe UI", "Segoe", "Segoe WP", "Tahoma", "Verdana", "Arial", "sans-serif";
}

.obf-FontSubText {
  font-size: 14px;
  line-height: 20px;
  font-family: "wf_SegoeUIRegular", "wf_SegoeUI", "Segoe UI Regular", "Segoe UI", "Segoe", "Segoe WP", "Tahoma", "Verdana", "Arial", "sans-serif";
}

.obf-requiredAsterisk {
  color: #ae1515;
  margin-left: 3px;
}

.obf-FontSubSubText {
  font-size: 12px;
  line-height: 16px;
  font-family: "wf_SegoeUIRegular", "wf_SegoeUI", "Segoe UI Regular", "Segoe UI", "Segoe", "Segoe WP", "Tahoma", "Verdana", "Arial", "sans-serif";
}

.obf-TextAlignLeft {
  text-align: left;
}
.obf-Rtl .obf-TextAlignLeft {
  text-align: right;
}

.obf-PrivacyStatementLinkDiv {
  width: 100%;
  margin-bottom: 8px;
  padding: 1px;
}

.obf-PrivacyStatementLinkDivEudbUx {
  width: 100%;
  margin-bottom: 14px;
  padding: 1px;
}

.obf-TextInput {
  padding: 4px 10px 4px 10px;
  border: 1px solid #b0b0b0;
  overflow: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

.obf-Link {
  text-decoration: underline;
}
.obf-Link:hover {
  outline: 1px dashed transparent;
  cursor: pointer;
}
.obf-Link:focus {
  outline: 1px dashed black;
}
.obf-Link:active {
  outline: 2px solid transparent;
}

.obf-SubmitButton {
  height: 32px;
  color: white;
  width: 120px;
  padding: 0px;
  border: 0px;
  outline: 1px solid transparent;
  font-family: "wf_SegoeUIRegular", "wf_SegoeUI", "Segoe UI Regular", "Segoe UI", "Segoe", "Segoe WP", "Tahoma", "Verdana", "Arial", "sans-serif";
  font-size: 14px;
}
.obf-SubmitButton:hover {
  outline: 2px dashed transparent;
}
.obf-SubmitButton:focus {
  outline: 2px dashed black;
}
.obf-SubmitButton:active {
  outline: 4px solid transparent;
}
.obf-SubmitButton[disabled], .obf-SubmitButton[disabled]:hover, .obf-SubmitButton[disabled]:focus, .obf-SubmitButton[disabled]:active {
  background-color: lightgray;
}
@media screen and (-ms-high-contrast: active) {
  .obf-SubmitButton:hover {
    -ms-high-contrast-adjust: none;
    outline: 2px dashed buttonText;
    background-color: Highlight !important;
    color: HighlightText !important;
  }
  .obf-SubmitButton:focus {
    -ms-high-contrast-adjust: none;
    outline: 2px dashed buttonText;
    background-color: Highlight;
    color: HighlightText;
  }
  .obf-SubmitButton[disabled], .obf-SubmitButton[disabled]:hover, .obf-SubmitButton[disabled]:focus, .obf-SubmitButton[disabled]:active {
    -ms-high-contrast-adjust: auto;
    background-color: unset !important;
    color: unset !important;
    outline: 2px solid;
  }
}

.obf-CheckBox {
  outline: 1px solid transparent;
}
.obf-CheckBox:hover {
  outline: 1px dashed transparent;
}
.obf-CheckBox:focus {
  outline: 1px dashed black;
}
.obf-CheckBox:active {
  outline: 2px solid transparent;
}

.obf-Rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 105px;
  height: 20px;
  overflow: hidden;
  position: relative;
  background-size: contain;
  fill: #fff;
  stroke: #000;
  vertical-align: middle;
}
.obf-Rating .obf-RatingGraphic {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
}
.obf-Rtl .obf-Rating .obf-RatingGraphic {
  left: auto;
  right: 0;
}
.obf-Rating .obf-RatingGraphic-Filled {
  opacity: 0;
  fill: #949494;
  stroke: #949494;
  z-index: 1;
}
.obf-Rating input:checked + .obf-RatingGraphic-Filled {
  opacity: 0.5;
}
.obf-Rating input:hover + .obf-RatingGraphic-Filled {
  opacity: 1;
}
.obf-Rating input {
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}

.obf-Spinner {
  position: relative;
  height: 36px;
  width: 36px;
  margin: auto;
}

.obf-SpinnerCircle {
  position: absolute;
  border-radius: 100px;
  opacity: 0;
}

.obf-Toast {
  position: var(--obf-position, fixed);
  bottom: var(--obf-bottom, 10px);
  right: var(--obf-right, 10px);
  z-index: var(--obf-zIndex, 10000000000);
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: obf-ToastSlideUp;
  -moz-animation-name: obf-ToastSlideUp;
  -o-animation-name: obf-ToastSlideUp;
  animation-name: obf-ToastSlideUp;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes obf-ToastSlideUp {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: var(--obf-bottom, 10px);
    opacity: 1;
  }
}
@-moz-keyframes obf-ToastSlideUp {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: var(--obf-bottom, 10px);
    opacity: 1;
  }
}
@-o-keyframes obf-ToastSlideUp {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: var(--obf-bottom, 10px);
    opacity: 1;
  }
}
@keyframes obf-ToastSlideUp {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: var(--obf-bottom, 10px);
    opacity: 1;
  }
}
.obf-Toast.obf-Rtl {
  right: auto;
  left: 10px;
}

.obf-ToastZoom {
  /*Handles small screens and browser zoom.
    Makes height a proportion of available vertical
    viewport and a scrollbar is enabled when
    overflowing starts*/
}
@media (max-height: 536px) {
  .obf-ToastZoom {
    height: calc(79% - var(--obf-bottom, 5px));
    overflow-y: auto;
    bottom: var(--obf-bottom, 5px);
    right: var(--obf-right, 5px);
  }
}

#obf-ToastCancel {
  float: right;
  cursor: pointer;
  padding: 0px 0px 15px 15px;
  border: 0px;
  background: none;
  fill: black;
}
.obf-Rtl #obf-ToastCancel {
  padding: 0px 15px 15px 0px;
  float: left;
}
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
  #obf-ToastCancel {
    fill: ButtonText;
    outline-color: inherit;
  }
}
@media (max-width: 320px) {
  #obf-ToastCancel {
    padding: 0px;
  }
}

#obf-ToastContainer {
  border: 1px solid gray;
  padding: 15px;
  background-color: white;
  max-height: 90%;
  overflow-y: auto;
}
@media (max-width: 320px) {
  #obf-ToastContainer {
    padding-top: 5px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 5px;
  }
}

#obf-TPromptContainer {
  cursor: pointer;
  width: 280px;
  padding: 0px;
  border: 0px;
  background: none;
}

#obf-TFormContainer {
  width: 280px;
}

#obf-TPromptTitle {
  margin-bottom: 8px;
}

#obf-TPromptText {
  margin-bottom: 8px;
}

#obf-TFormTitle {
  margin-bottom: 8px;
  margin-right: 20px;
}

#obf-TFormComment {
  width: 100%;
  height: 100px;
  margin-bottom: 6px;
}

#obf-TFormCommentQuestion {
  width: 100%;
  margin-bottom: 6px;
  display: block;
}

#obf-TFormEmailTextBox {
  width: 100%;
}

.obf-TFormEmailCheckbox {
  display: inline-block;
  vertical-align: middle;
}

#obf-EmailCheckBoxLabel {
  margin-bottom: 8px;
}

.obf-TFormEmailLabel {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  margin-left: 3px;
  margin-right: 3px;
  padding-bottom: 3px;
}

#obf-TFormSubmitButtonContainer {
  text-align: right;
}

#obf-TFormCancelButton {
  margin-left: 10px;
  margin-right: 0px;
}
.obf-Rtl #obf-TFormCancelButton {
  margin-left: 0px;
  margin-right: 10px;
}

.obf-TFormPrivacyConsentText {
  color: #737373;
}