.jellyfish_flex {
    display: flex;
}

.jellyfish_hidden {
    display: none;
}

.jellyfish_container {
    padding: 0 !important;
    border: none !important;
    margin-left: calc(-.75rem / 4) !important;
    margin-right: calc(-.75rem / 4) !important;
}

.jellyfish_sustainability_container {
    background-color: #fbfbfb;
}

.jellyfish__heading {
    background-color: #f6f6f6;
    display: flex;
    font-size: 1.125rem;
    padding: 1em 0 .5em;
}

html {
    background-color: #ffffff !important;
}

body {
    margin: 0 !important;
}

.error-icon {
    font-size: medium;
    color: grey;
    vertical-align: middle;
}

.error-icon-bottom {
    font-size: medium;
    color: grey;
    vertical-align: text-bottom;
}

.vertically-middle-aligned {
    vertical-align: middle;
}

.wrap-text {
    white-space: normal;
}

.obc_form__label {
    font-size: 1rem;
    line-height: 1.5em;
}

.obc_form__check-label {
    font-size: 1rem;
    line-height: 1.5em;
}

.obc_form__hint-text {
    font-size: 0.875rem;
    line-height: 1.5em;
}

.obc_form__input, .obc_form__select {
    font-size: 1rem;
    line-height: 1.5em;
    margin-top: 0.25rem;
}

.obc_form__radio {
    font-size: 1rem;
    line-height: 1.5em;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

.obc_form__check-input {
    font-size: 1rem;
    line-height: 1.5em;
    margin-top: 0.25rem;
}

.obc_copy-bold {
    font-size: 1rem;
    line-height: 1.5em;
    margin-top: 0.25rem;
}

.obc_form-group {
    margin-bottom: 1.75rem;
}

.obc_form__suboption-wrapper {
    width: 70%;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    padding: 18px 24px 18px 24px;
    margin: 9px 24px 18px 24px;
}

[class*="obc_btn"] {
    font-size: 1rem;
    line-height: 1.5em;
    height: 2.5rem;
    padding: 0 1rem;
}

#fallback {
    font-family:'OttoSans', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5em;
    color:#9e9e9e;
    margin-bottom:.375rem
}

.listItemCircle {
    line-height: 2rem;
    border: 1px solid grey;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
}

.jellyfish-mandatory-asterisk {
    color: #D4021D;
}

.jellyfish-mandatory-asterisk:before {
    content: " ";
    white-space: pre;
}

#jellyfish-modal .obc_form__error-text {
    position: relative;
}

.jellyfish_checkbox-padding {
    padding-top: 2px;
    padding-bottom: 2px;
}

.jellyfish_checkbox-container {
    display: flex;
    gap: 6px;
}
