.align-items-center {
    align-items: center;
}
.bff-app-child-link {
    display: inline-block;
    margin: 0.3rem 0 0.7rem 2rem;
    font-weight: 700;
}
.bff-cert-form {
    border: 1px solid #bbb;
    border-radius: .5rem;
    background: #eee;
    padding: 1rem;
}
.bff-cert-form  .bee-friendly-farming-certification-fee input {
    background: none;
    border: none;
    font-weight: 700;
    pointer-events: none;
}
.bff-cert-form  .bee-friendly-farming-certification-fee label {
    font-weight: 700;
}
.bff-cert-form #couponValidation {
    color: red;
    font-size: 1rem;
    font-weight: bold;
    margin-top: .5rem
}
.bff-cert-form #couponValidation.success {
    color: green;
}
.bff-cert-form p {
    font-size: 1.3rem;
    line-height: 1.5;
}
.bff-cert-form .fui-btn {
    background-color: #f6bb42;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 8px 20px 8px 20px;
    transition: all .3s;
}
.bff-cert-form .fui-btn:hover {
    color: #fff;
    background-color: #f1af2c;
    text-decoration: none;
}
.bff-cert-form .fui-btn.fui-save {
    background-color: #eee;
    border: 1px solid #e19d14;
    color: #e19d14;
}
.bff-cert-form .fui-btn.fui-save:hover {
    background-color: #f1af2c;
    border: 1px solid #f1af2c;
    color: #fff;
}
.bff-cert-form .fui-checkbox-label {
    font-size: 1.2rem;
    font-weight: 400;;
}
.bff-cert-form .fui-checkbox-label:before {
    height: 1.5rem;
    top: 0;
    width: 1.5rem;
}
.bff-cert-form .fui-error-message {
    font-size: 1.2rem;
    font-weight: 700;
}
.bff-cert-form .fui-input {
    font-size: 1.2rem;
}
.bff-cert-form .fui-instructions {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 1.2;
}
.bff-cert-form .fui-label {
    font-size: 1.4rem;
}
.bff-cert-form .fui-legend {
    font-size: 1.4rem;
}
.bff-cert-form .fui-radio-label {
    font-size: 1.2rem;
    font-weight: 400;;
}
.bff-cert-form .fui-radio-label:before {
    height: 1.5rem;
    top: 0;
    width: 1.5rem;
}
.bff-cert-form .fui-select {
    font-size: 1.2rem;
}
.bff-cert-form .fui-success-message {
    font-size: 1.5rem;
    font-weight: 700;
}
.bff-cert-form  .fui-tab {
    font-size: 1.4rem;
}
.bff-cert-form  .fui-tab.fui-tab-active {
    background-color: #ddd;
}
.bff-cert-form h5 {
    text-transform: none;
}
.bff-cert-form  .multi-label-ast .fui-legend::after {
    content: ' *';
    color: rgb(245, 101, 101);
}
.bff-cert-form  .fui-type-agree.fui-label-hidden.fui-field-required  .fui-checkbox-label::after {
    content: ' *';
    color: rgb(245, 101, 101);
}
.bff-cert-form  .payment-total-calculator label {
    font-size: 1.75rem;
    font-weight: 700;
}
.bff-cert-form  .payment-total-calculator input {
    border: none;
    background: none;
    font-size: 1.75rem;
    font-weight: 700;
    pointer-events: none;
}
.bff-cert-form.unboxed {
    background: none;
    border: none;
    padding: 0;
}
.btn-dim {
	background-color: #eee!important;
	color: #f6bb42;
}
.btn-dim:hover {
	background-color: rgb(230, 230, 230)!important;
	color: #eea717;
}
.bff-farm-nav-tabs {
    position: relative;
    z-index: 1000;
}
.bff-heading-back-label {
    top: -1rem;
    margin: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}
.bff-menu-btn {
    padding: 9px 10px;
}
.bff-menu-btn:hover {
    background: #eee;
    color: #f6bb42;
}
.bff-menu-wrapper {
    margin-left: auto;
    margin-top: 6px;
}
.bff-table {
    width: 100%;
}
.bff-table a {
    color: #d28d03;
}
.bff-table a:hover {
    color: #eea717;
}
.bff-table th {
    background: #ccc;
    border: 1px solid #bbb;
    padding: .5rem;
}
.bff-table td {
    background: #fff;
    border: 1px solid #bbb;
    padding: .5rem;
}
.bff-table-wrapper {
    border: 1px solid #bbb;
    border-radius: .5rem;
    background: #eee;
    padding: 2rem;
}
.continue-app-wrapper {
    display: none;
    margin-top: 1rem;
}
.continue-app-wrapper.show {
    display: block;
}
.d-flex {
    display: flex;
}
.farm-id {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    max-width: 140px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.farm-id .light {
    font-weight: 400;
}
.farm-title {
    padding-right: 140px;
}
.form-warning {
    position: relative;
}
.form-warning .fui-tab:hover {
    color: #f6bb42;
}
.form-warning.master-view .fui-btn-container {
    display: none;
}
.form-warning:not(.active):after {
    background-color: #000;
    content: '';
    cursor: not-allowed;
    height: calc(100% - 50px);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 1000;
}
.form-warning:not(.active).dialog:after {
    opacity: 0.1;
}
.form-warning:not(.active):hover:after {
    opacity: 0.1;
}
.form-warning:not(.active):hover .form-warning-btn,
.form-warning:not(.active).dialog .form-warning-btn {
    border: 1px solid #fff;
    display: block;
    margin-bottom: 1rem;
    margin-left: auto;
    position: sticky;
    top: 14rem;
    width: fit-content;
}
.form-warning:not(.active):hover .form-warning-btn:last-of-type,
.form-warning:not(.active).dialog .form-warning-btn:last-of-type {
    top: 19rem;
}
.form-warning:not(.active):hover .form-warning-btn-wrapper,
.form-warning:not(.active).dialog .form-warning-btn-wrapper {
    bottom: 6rem;
    display: block;
    left: 2rem;
    position: absolute;
    top: 6rem;
    right: 2rem;
    z-index: 1010;
}
.form-warning.master-view input,
.form-warning.master-view textarea,
.form-warning.master-view select {
    pointer-events: none;
}
.form-warning.master-view:not(.active):after {
    display: none
}
.form-warning.master-view:not(.active):hover:after {
    display: none
}
.form-warning .form-warning-btn {
    display: none;
}
.form-warning-btn-wrapper {
    display: none;
}
.form-warning .form-warning-btn:hover {
    filter: brightness(1.1);
}
.form-warning .form-warning-dialog {
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 1rem;
    display: none;
    padding: 2rem;
    position: sticky;
    top: 14rem;
    left: 50%;
    max-width: 350px;
    transform: translateX(-50%);
}
.form-warning .form-warning-dialog .close-btn {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.form-warning .form-warning-dialog h2 {
    margin-top: 0;
}
.form-warning .form-warning-dialog.show {
    display: block;
    z-index: 1020;
}
.fui-alert {
    font-size: 1.5rem;
    line-height: 1.2;
}
.new-app-wrapper {
    display: none;
    margin-top: 1rem;
}
.new-app-wrapper.show {
    display: block;
}
.mb-4-rem {
    margin-bottom: 4rem;
}
.mt-1-rem {
    margin-top: 1rem;
}
.mt-2-rem {
    margin-top: 2rem;
}
.second-party-app-wrapper {
    display: none;
    margin-top: 1rem;
}
.show-all-float {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    max-width: 140px;
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
}
.text-right {
    text-align: right;
}
.third-party-app-wrapper {
    display: none;
    margin-top: 1rem;
}
.third-party-warning {
    color: red;
}
.payment-history-table {
    border: 1px solid #bbb;
    border-radius: .5rem;
    background: #eee;
    padding: 1rem;
    width: 100%;
}
.payment-history-table table {
    width: 100%;
}
.payment-history-table td {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: .25rem .5rem;
    vertical-align: top;
}
.payment-history-table th {
    font-weight: 700;
    padding: 0 .5rem .25rem .5rem;
    vertical-align: bottom;
}
.paypal-disabled {
    filter: grayscale(1);
    transition: all .3s;
}
.paypal-disabled * {
    pointer-events: none;
}
.paypal-disabled:hover {
    filter: grayscale(1) brightness(.8);
}