/* STYLES - SUPPORTER PORTAL */

/*** USE THESE BOOTSTRAP BREAKPOINTS ***/
@media only screen and (min-width: 576px) { }
@media only screen and (min-width: 768px) { }
@media only screen and (min-width: 992px) { }
@media only screen and (min-width: 1200px) { }


/*** LAYOUT ***/

main .body-container {
    /* margin-top: 10vh;
    margin-bottom: 20vh; */
    border-top: none !important;
}

.container-fluid:has(.container) {
    padding-left: 0;
    padding-right: 0;
}

/** LAYOUT Mobile first responsive styles 
    - TODO: Move all LAYOUT responsivestyles into here. **/

@media only screen and (min-width: 576px) { 

    .content-container-2 {
        display: none;
    }

}

@media only screen and (min-width: 768px) {

    .main-content {
        min-height: 500px;
    }

}

@media only screen and (min-width: 992px) { 


}

@media only screen and (min-width: 1200px) { }

/** END LAYOUT Mobile first responsive styles **/

/*** TYPOGRAPHY ***/

main h1,
main h2,
main h3,
main h4,
main h5 {
    font-family: var(--font-serif);
}

main .content-container p,
.form-container p {
    font-family: var(--font-sans-serif);
    font-size: 1rem;
}

main .content-container p strong,
.form-container p strong {
    font-weight: 500;
}

main .content-container a {
    font-family: var(--font-sans-serif);
    text-decoration: underline;
    color: #337ab7;
}

@media(max-width:992px) {

    main>.container {
        width: 100%;
    }

    main>.container:not(.donate-container)>div,
    .donation-form-text-underneath,
    .donation-frequency+div fieldset {
        padding-left: 20px;
        padding-right: 20px
    }

}

@media(max-width:460px) {

    main>.container:not(.donate-container)>div,
    .donation-form-text-underneath,
    .donation-frequency+div fieldset {
        padding: 0
    }

}

@media(min-width:993px) {
    .content.col-lg-7 {
        width: 58.33333333%
    }

    .content.col-lg-7 {
        padding-right: 35px
    }

}

/*** NAVBAR ***/

.template-donor-portal  .user-options-navbar li {
    font-size: 1rem;
}

.template-donor-portal .user-options-navbar li .name {
    font-weight: 500;
}

/*** END NAVBAR ***/

/*** DASHBOARD ***/

#dashboard {
  margin: 0 auto;
}

#imgSpinner {
    display: none;
}

div[id^=divBlocker] {
    background: rgba(255, 255, 255, .5) !important;
    opacity: 1 !important;
}

div[id^=divBlocker]:before {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    border: 0;
    padding: 0;
    height: 56px;
    width: 56px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px;
    border-radius: 50%;
    opacity: 1;
    border: 8px solid #bbd3e3;
    border-top-color: #6199be;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

div[id^=divBlocker]:after {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    border: 0;
    padding: 0;
    height: 56px;
    width: 56px;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -28px;
    margin-top: -28px;
    border-radius: 50%;
    opacity: 1;
    border: 8px solid #bbd3e3;
    border-top-color: #6199be;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.db-panel h3 * {
    font-family: var(--font-sans-serif);
}

.db-panel.panel.your-details span {
    font-weight: 300;
    color: black !important;
    font-size: 1rem;
}

.db-panel.bg--bettonggrey {
  background-color: var(--color-pale-grey) !important;
}

.p-b-4vh {
    padding-bottom: 4vh;
}

.ats-block .template-internal.template-ats .primary-nav .container {
    max-width: 100%;
    width: 100%;
    padding: 20px 20px;
}

@media (max-width: 991px) {
    .ats-block .template-internal.template-ats .header-logo img {
        max-width: 200px !important;
    }

}

.ats-block .template-internal.template-ats a.return-dashboard {
    font-size: 1.5rem;
    color: #ff7a4d !important;
}

.ats-block .template-internal.template-ats .ats-links a {
    font-size: 1.5em;
}

.ats-block .template-internal.template-ats .acf-details {
    font-size: 1.5rem;
}

main .donate-container .form-banner h1,
main .donate-container .form-banner h2,
main .donate-container .form-banner h3,
main .donate-container .form-banner h4,
main .donate-container .form-banner h5
{
    margin-top: 5px;
    margin-bottom: 15px;
}

.template-donor-portal ul.user-options-navbar {
    font-family: var(--font-sans-serif);
}

.template-donor-portal.dashboard .page-heading-container .h1,
.template-donor-portal.dashboard .page-heading-container .h2,
.template-donor-portal.dashboard .page-heading-container .h3,
.template-donor-portal.dashboard .page-heading-container .h4,
.template-donor-portal.dashboard .page-heading-container .h5,
.template-donor-portal.dashboard .page-heading-container .h6,
.template-donor-portal.dashboard .page-heading-container h1,
.template-donor-portal.dashboard .page-heading-container h2,
.template-donor-portal.dashboard .page-heading-container h3,
.template-donor-portal.dashboard .page-heading-container h4,
.template-donor-portal.dashboard .page-heading-container h5,
.template-donor-portal.dashboard .page-heading-container h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.page-heading-container {
    padding-top: 2rem;
}

.template-donor-portal .h1,
.template-donor-portal .h2,
.template-donor-portal .h3,
.template-donor-portal .h4,
.template-donor-portal .h5,
.template-donor-portal .h6,
.template-donor-portal h1,
.template-donor-portal h2,
.template-donor-portal h3,
.template-donor-portal h4,
.template-donor-portal h5,
.template-donor-portal h6 {
    margin-top: 0;
    margin-bottom: 1.6rem;
    font-family: var(--font-serif);
    font-weight: 500;
    line-height: 1;
}

.template-donor-portal .h1,
.template-donor-portal .h2,
 .panel {
    font-family: var(--font-serif);
}

.template-donor-portal .h3,
.template-donor-portal .h4,
.template-donor-portal .h5,
.template-donor-portal .h6,
.template-donor-portal h1,
.template-donor-portal h2,
.template-donor-portal h3,
.template-donor-portal h4,
.template-donor-portal h5,
.template-donor-portal h6 {
    font-family: var(--font-sans-serif);
}

.template-donor-portal .h1,
.template-donor-portal h1 {
    font-size: 4rem;
}

.template-donor-portal.dashboard .panel h1,
.template-donor-portal.dashboard .panel .h1,
.template-donor-portal.dashboard .panel h2,
.template-donor-portal.dashboard .panel h3,
.template-donor-portal.dashboard .panel h4,
.template-donor-portal.dashboard .panel h5,
.template-donor-portal.dashboard .panel .h2,
.template-donor-portal.dashboard .panel .h3,
.template-donor-portal.dashboard .panel .h4,
.template-donor-portal.dashboard .panel .h5 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.template-donor-portal.dashboard p {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: .5rem;
}

@media (min-width: 1200px) {

}

.template-donor-portal .h2,
.template-donor-portal h2,
.bbformbuilder-section-header {
    font-size: 1.5rem;
}

@media (min-width: 1200px) {

    .template-donor-portal .panel .h2,
    .template-donor-portal .panel h2,
    .bbformbuilder-section-header {
        font-size: 1.5rem;
    }

}

.template-donor-portal .panel .h3,
.template-donor-portal .panel h3 {
    font-size: 1.2rem
}

@media (min-width: 1200px) {

    .template-donor-portal .panel .h3,
    .template-donor-portal .panel h3 {
        font-size: 1.2rem;
    }

}

.template-donor-portal .h4,
.template-donor-portal h4 {
    font-size: 1.1rem;
}

@media (min-width: 1200px) {

    .template-donor-portal .h4,
    .template-donor-portal h4 {
        font-size: 1.1rem;
    }

}

.template-donor-portal .h5,
.template-donor-portal h5 {
    font-size: 1rem;
}

@media (min-width: 1200px) {

    .template-donor-portal .h5,
    .template-donor-portal h5 {
        font-size: 1rem;
    }

}

.template-donor-portal .navigation-container .container {
    position: relative;
}

.template-donor-portal .navigation-container-inner {
    position: absolute;
    right: 0px;
    top: 20px;
    text-align: center;
    min-width: 35%;
    min-height: 50px;
    z-index: 111111;
    right: 15px;
}

@media (max-width: 669px) {

    .template-donor-portal .bbformbuilder-element-block.solicit-parent-container>#divCommunicationItemContainer.solicit-code-container {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }

}

@media (max-width: 768px) {

    .template-donor-portal main.main-content .secondary-header-container.extra-padding .navigation-container .navigation-container-inner {
        top: 10px;
    }

    .template-donor-portal main.main-content .secondary-header-container.extra-padding .page-overview {
        padding-top: 85px;
    }

}

.template-donor-portal .page-update-profile .form-update-profile div[role=tablist] .ui-accordion-header:hover {
    cursor: pointer;
}

.template-donor-portal .page-update-profile .form-update-profile .BBFormAddressManagementContainer .BBFormAddressManagementExsistingAddressRepeater span,
.template-donor-portal .page-update-profile .form-update-profile label[for*='_rptAddresses'] {
    font-weight: bold;
}

.template-donor-portal .page-update-profile .form-update-profile label[for*='_rptAddresses'] {
    padding-left: 5px;
}

.template-donor-portal .page-update-profile .form-update-profile .BBFormAddressManagementNewAddressContainer,
.template-donor-portal .page-update-profile .form-update-profile .BBFormPhoneManagementNewPhoneContainer,
.template-donor-portal .page-update-profile .form-update-profile .BBFormEmailManagementNewEmailContainer {
    background: #c1c1c1;
}

.template-donor-portal .page-update-profile .form-update-profile [id$='_UpdateLink'],
.template-donor-portal .page-update-profile .form-update-profile [id$='_CancelLink'] {
    color: black !important;
}

.template-donor-portal .page-update-profile .form-update-profile textarea[id$='_AddressLines'] {
    padding: 2px 5px 5px 5px;
    border: 2px solid #e4e4e4 !important;
    border-radius: 2px !important;
    background: #fcfcfc !important;
    width: 100%;
}

.template-donor-portal .page-update-profile .form-update-profile .BBFormRow.BBFormAddressManagementNewAddressRow span[id*=_lbl] {
    font-size: 1em;
}

.template-donor-portal .page-update-profile .form-update-profile span.update-profile-sub-heading {
    font-size: 1.2em;
}

.template-donor-portal .page-update-profile .form-update-profile .bbformbuilder-input-container {
    padding-left: 0px;
}

.template-donor-portal .page-update-profile .form-update-profile [id$='_btnInsert'],
.template-donor-portal .page-update-profile .form-update-profile [id$='_InsertLink'] {
    color: black !important;
}

.template-donor-portal .page-update-profile .form-update-profile .BBFormPhoneManagementNewPhoneContainer+div[id^='divBlocker']:before,
.template-donor-portal .page-update-profile .form-update-profile .BBFormEmailManagementNewEmailContainer+div[id^='divBlocker']:before {
    display: none;
}

.template-donor-portal .page-update-profile .form-update-profile .BBFormPhoneManagementExsistingPhoneRepeater .BBFormPhoneManagementExsistingPhone,
.template-donor-portal .page-update-profile .form-update-profile .BBFormEmailManagementExsistingEmailRepeater .BBFormEmailManagementExsistingEmail,
.template-donor-portal .page-update-profile .form-update-profile .BBFormAddressManagementExsistingAddressContainer .BBFormAddressManagementNewAddressContainer {
    background: #D9E5DE;
    font-size: 1.1em;
}

.template-donor-portal .page-update-profile .form-update-profile .BBFormPhoneManagementExsistingPhoneRepeater .BBFormPhoneManagementExsistingPhone span:nth-child(3) label {
    font-size: 1em;
    vertical-align: top;
}

.template-donor-portal .page-update-profile .form-update-profile .BBFormPhoneManagementExsistingPhoneRepeater .BBFormPhoneManagementExsistingPhone span:nth-child(3) input {
    display: inline;
}

.template-donor-portal .page-update-profile .form-update-profile .BBFormPhoneManagementExsistingPhoneRepeater .BBFormPhoneManagementExsistingPhone span:nth-child(3) {
    max-width: 100%;
}

.template-donor-portal .page-update-profile .form-update-profile [id*='_rptPhone_lblPhoneNumber'],
.template-donor-portal .page-update-profile .form-update-profile [id*='_lblEmailAddress'] {
    font-weight: bold;
}

.template-donor-portal .page-update-profile .form-update-profile .page-update-profile .form-update-profile [id*='_rptPhone_lnkEdit'] {
    font-size: 0.8em !important;
}

.template-donor-portal .page-update-profile .form-update-profile a[id*='_RemoveLink'],
.template-donor-portal .page-update-profile .form-update-profile a[id*='_lnkMarkInactive'],
.template-donor-portal .page-update-profile .form-update-profile a[id*='_rptEmail_lnkEdit'],
.template-donor-portal .page-update-profile .form-update-profile a[id*='_rptPhone_lnkEdit'] {
    font-size: 1em !important;
}

.template-donor-portal .page-update-profile .form-update-profile label[id*='_rptEmail_rbPrimary'] {
    padding-left: 5px;
}

.template-donor-portal .page-update-profile .form-update-profile .BBFormEmailManagementExsistingEmailRepeater .BBFormEmailManagementExsistingEmail span:nth-child(3) {
    margin-left: 0px;
}

.template-donor-portal .page-update-profile .form-update-profile .BBFormEmailManagementExsistingEmailRepeater .BBFormEmailManagementExsistingEmail span:nth-child(3) input {
    margin-right: 5px;
}

.template-donor-portal .page-update-profile .form-update-profile .ui-accordion-content .bbformbuilder-label-container label {
    font-size: 1em;
}

.template-donor-portal .form-login-update * {
    font-family: var(--font-serif) !important;
}

.template-donor-portal .form-login-update [id$='_HeaderText'] {
    display: none;
}

.template-donor-portal .form-login-update label {
    font-size: 1.1em;
}

.template-donor-portal .form-login-update .BBSequenceMapNavigationButton.BBSequenceMapNavigationFinishButton {
    background: #ff7a4d;
    border: 0;
    padding: 10px 45px 10px 45px;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
}

.template-donor-portal .form-login-update .BBSequenceMapNavigationButton.BBSequenceMapNavigationFinishButton:hover {
    background-color: #ff8e68;
}

.template-donor-portal .form-login-update input[type=text],
.template-donor-portal .form-login-update input[type=email],
.template-donor-portal .form-login-update input[type=password] {
    padding: 2px 5px 5px 5px;
    border: 2px solid #e4e4e4 !important;
    border-radius: 2px !important;
    background: #fcfcfc !important;
    min-height: 2.5em;
    height: 2.2em;
    width: 100% !important;
    font-size: 1em;
}

.template-donor-portal .form-login-update .bbformbuilder-label-container {
    width: 100% !important;
    padding-left: 0px;
}

.template-donor-portal .form-login-update .bbformbuilder-inputandmsg-container {
    width: 100% !important;
}

.template-donor-portal .form-login-update .bbformbuilder-inputandmsg-container .bbformbuilder-input-container {
    width: 100% !important;
    padding-left: 0px;
}

.template-donor-portal .form-login-update .bbformbuilder-inputandmsg-container input[type=text],
.template-donor-portal .form-login-update .bbformbuilder-inputandmsg-container input[type=email] {
    width: 100% !important;
}

.template-donor-portal .form-login-update .bbformbuilder-inputandmsg-container [id$='_PasswordMessage_input_cont'] {
    text-align: left !important;
    width: 100% !important;
    float: left;
    margin-bottom: 10px;
    margin-top: -10px;
    font-size: 0.8em;
    color: red;
}

.template-donor-portal .form-login-update .bbformbuilder-inputandmsg-container [id$='_PasswordMessage_input_cont'] span {
    display: block;
    width: 100% !important;
    text-align: left !important;
}

.nav-backdrop .template-donor-portal .navigation-container-inner {
    z-index: 1;
}

.breadcrumbs-container .portal-breadcrumbs li ul li {
    display: none;
}

.breadcrumbs-container .portal-breadcrumbs li ul li.selected {
    display: inline-block;
}

.breadcrumbs-container .portal-breadcrumbs li ul li:first-child ul li a,
.breadcrumbs-container .portal-breadcrumbs li ul li a {
    cursor: default;
    text-decoration: none;
}

.page-user .user-options .breadcrumbs-container .portal-breadcrumbs li ul {
    display: inline-block;
    padding-left: 5px;
}

.portal-breadcrumbs,
.portal-breadcrumbs ul {
    padding-left: 0px;
    list-style: none;
    display: inline-block;
}

.breadcrumbs-container .portal-breadcrumbs li ul li.selected:before {
    content: "/";
    display: inline-block;
    padding: 0 0.2rem;
    color: black;
    vertical-align: text-bottom;
}

.breadcrumbs-container .portal-breadcrumbs li {
    display: inline-block;
}

ul.portal-breadcrumbs>li:first-child>a {
    font-size: 0px;
}

ul.portal-breadcrumbs>li:first-child>a>i,
ul.portal-breadcrumbs ul li a {
    font-size: 1.4rem;
    color: black;
}

ul.portal-breadcrumbs>li:first-child>a:hover>i,
ul.portal-breadcrumbs ul li a:hover {
    color: #ff7a4d;
}

ul.portal-breadcrumbs ul {
    padding-left: 5px;
}

ul.portal-breadcrumbs {
    font-family: var(--font-serif);
}

ul.portal-breadcrumbs ul li a {
    font-size: 1.5rem;
    padding-left: 5px;
}

.breadcrumbs-container .portal-breadcrumbs li ul li:first-child a {
    cursor: pointer;
}

.breadcrumbs-container .portal-breadcrumbs li ul li:first-child a:hover {
    text-decoration: underline;
}

.breadcrumbs-container .portal-breadcrumbs li ul li:first-child ul li a {
    cursor: default;
    text-decoration: none;
}

.breadcrumbs-container .portal-breadcrumbs>li>ul>li.selected>ul>li.selected>a {
    text-decoration: none;
}

/* LOGIN */

.login-form-container {
    background-color: #efefef;
    max-width: 500px;
    min-width: 280px;
    margin-top: -180px;
    border: 1px var(--color-green) solid;
    position: absolute;
}

@media only screen and (min-width: 576px) { 
	.login-form-container {
        margin-right: 1rem;
    }
}

.login-form-container .form-banner {
    background-color: #125c34 !important;
    color: #fff;
    text-align: center;
    padding: 1rem;
}

.content-container .row h2.login-title {
    margin-top: 0;
    font-size: 2.8rem;
    color: white;
}

.content-container .row.login-subtitle {
    color: white;
    font-size: 1.1rem;
}

.login-form-container .form-container {
    padding: 15px;
}

.login-form-container .col-12 {
    text-align: left;
}

@media only screen and (max-width: 992px) {
    .login-form-container {
        position: unset !important;
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 992px) {

    .login-form-container {
        margin-right: 0;
    }

}

/* END LOGIN */

/* --- LOGIN --- */

.login-text p {
    margin-bottom: 0px;
    color: #fff;
    text-align: center;
}

.BBFormTable.LoginFormTable {
    font-family: 'Source Sans Pro', sans-serif;
    font-family: var(--font-sans-serif);
}

.BBFormTitle.LoginFormTitle {
    display: none;
}

table[id$='_tbl'],
table[id$='_tbl'] table {
    width: 100%;
}

.template-donor-portal.login .helplet.login {
    display: none;
}

.template-donor-portal.login .form-container {
    padding: 15px;
}

.form-container:not(.register) table.BBFormTable.LoginFormTable td:not(.BBFormTitle.LoginFormTitle) {
    display: block;
    clear: both;
    width: 100%;
}

.BBFormSubmitButton.LoginFormSubmitButton {
    background: #f0be19;
    font-family: var(--font-sans-serif);
    font-weight: 600;
    padding: 10px 45px 10px 45px;
    line-height: 1.8;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    text-transform: uppercase;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.LoginLink {
    font-family: var(--font-sans-serif);
    font-size: 1rem;
}

.BBFormTable.LoginFormTable .BBFieldControlCell input[type=text],
.BBFormTable.LoginFormTable .BBFieldControlCell input[type=password],
.BBFormTable.LoginFormTable textarea,
.BBFormTextbox.LoginFormTextbox {
    padding: 2px 5px 5px 5px;
    border: 2px solid #e4e4e4 !important;
    border-radius: 2px !important;
    background: #fcfcfc !important;
    min-height: 2.5em;
    height: 2.2em;
    width: 100%;
}

label[for$='_cbRememberLogin'] {
    display: inline-block !important;
    margin-left: 5px;
}

label[for$='_cbRememberLogin'] {
    font-size: 1rem;
}

/*from acf*/

td[id$='_tdLogin'],
tr[id$='_trRegistrationRequest']>td,
tr[id$='_trForgot']>td {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

tr[id$='_trSignInBody'] .BBFormButtonCell {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

tr[id$='_trSignInBody'] .BBFormButtonCell {
    text-align: center;
}

td.taCenter {
    text-align: center;
}

.BBFormTitle.LoginFormTitle {
    display: none !important;
}

table.BBFormTable.LoginFormTable>tbody>tr:nth-child(4)>td:nth-child(2) {
    padding-bottom: 1em !important;
}

table.BBFormTable.LoginFormTable td.LoginSectionHeader {
    display: none;
}

.BBFieldCaption.LoginFieldMessage {
    text-align: left;
    padding-bottom: 15px !important;
}

input[id$='_txtForgotPWDUserNameEmail'] {
    margin-bottom: 20px !important;
}

tr[id$='_trRegistrationRequest'] .BBFieldControlCell input,
td[id$='_tdNewPasswordMessage'] {
    margin: 0 0 1em;
}

td[id$='_tdLogin'] .BBFieldControlCell input[type=text],
td[id$='_tdLogin'] .BBFieldControlCell input[type=password] {
    margin-bottom: 0px;
}

td[id$='_tdLogin'] .BBFieldControlCell,
td[id$='_tdLogin'] .BBFieldControlCell {
    padding-bottom: 1em !important;
}

td.BBFieldCaption.LoginFieldMessage[id$='_tdNewPasswordMessage'] {
    padding-bottom: 0px !important;
}

tr[id$='_trRegistrationRequest'] .BBFieldControlCell [id$='_txtPwdR'] {
    margin-bottom: 5px;
}

span.error {
    margin-top: 10px;
    display: block;
}

/* v2 */

.action-box.register tbody[id$='_tbCaptcha']>tr>td {
    padding-bottom: 20px !important;
}

.action-box.forgot-password tbody[id$='_tbdForgotPWDUserName']>tr:nth-child(3) {
    bottom: -65px;
}

.action-box.forgot-password tbody[id$='_tbdForgotPWDUserName'] tr:nth-child(2)>td:nth-child(2) {
    padding-bottom: 20px !important;
}

.action-box.login [id$='_loginFormTable']>tbody>tr>td tbody>tr:nth-child(4)>td.BBFieldControlCell {
    padding-bottom: 30px !important;
}

[id$='tbdRegRequestSection2']>tr:nth-child(1)>.BBFieldControlCell input {
    margin-bottom: 0px;
}

div.action-box.forgot-password tbody[id$='_tbdForgotPWDUserName']>tr:nth-child(2)>td.BBFieldControlCell {
    padding-bottom: 3em !important;
}

div.action-box.forgot-password tbody[id$='_tbdForgotPWDUserName']>tr:nth-child(2)>td.BBFieldControlCell>input {
    margin-bottom: 0px !important;
}

/*forgot password styles */

.color-white {
    color: white !important;
}

[id$='_lblResetPasswordCaption'],
.BBFieldCaption label {
    color: black;
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 5px;
}

tr.forgot-password-confirmation {
    font-weight: bold;
    color: black;
    font-weight: normal;
    font-size: 1.25rem;
    text-align: center;
}

tr.forgot-password-confirmation td {
    padding-bottom: 40px !important;
}

/* magic checkbox */

.magic-radio,
.magic-checkbox {
    position: absolute;
    display: none;
}

.magic-radio[disabled],
.magic-checkbox[disabled] {
    cursor: not-allowed;
}

.magic-radio+label,
.magic-checkbox+label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;

}

.magic-radio+label:hover:before,
.magic-checkbox+label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.magic-radio+label:before,
.magic-checkbox+label:before {
    position: absolute;
    top: -15px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 1px solid #c0c0c0;
}

.magic-radio+label:after,
.magic-checkbox+label:after {
    position: absolute;
    display: none;
    content: '';
}

.magic-radio[disabled]+label,
.magic-checkbox[disabled]+label {
    cursor: not-allowed;
    color: #e4e4e4;
}

.magic-radio[disabled]+label:hover,
.magic-radio[disabled]+label:before,
.magic-radio[disabled]+label:after,
.magic-checkbox[disabled]+label:hover,
.magic-checkbox[disabled]+label:before,
.magic-checkbox[disabled]+label:after {
    cursor: not-allowed;
}

.magic-radio[disabled]+label:hover:before,
.magic-checkbox[disabled]+label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none;
}

.magic-radio[disabled]+label:before,
.magic-checkbox[disabled]+label:before {
    border-color: #e4e4e4;
}

.magic-radio:checked+label:before,
.magic-checkbox:checked+label:before {
    animation-name: none;
}

.magic-radio:checked+label:after,
.magic-checkbox:checked+label:after {
    display: block;
}

.magic-checkbox+label:before {
    border-radius: 3px;
}

.magic-checkbox+label:after {
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked+label:before {
    border: black;
    background: black;
}

.magic-checkbox:checked[disabled]+label:before {
    border: #c9e2f9;
    background: #c9e2f9;
}

.magic-checkbox~label.text {
    padding-left: 25px;
}

.magic-checkbox+label:before {
    position: absolute;
    top: -1px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 2px solid black;
}

.template-donor-portal.login .magic-checkbox+label {
    padding-left: 0px;
}

.template-donor-portal.login label[for$='_cbRememberLogin'] {
    padding-left: 10px;
    vertical-align: sub;
}

.template-donor-portal.login .magic-checkbox+label:before {
    top: -9px;
}

.template-donor-portal.login .magic-checkbox+label:after {
    top: -7px;
}

.form-container.register table.BBFormTable.LoginFormTable,
.form-container.register table.BBFormTable.LoginFormTable tbody {
    display: flex;
    flex-wrap: wrap;
}

.form-container.register table.BBFormTable.LoginFormTable tbody tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.form-container.register .BBFieldControlCell {
    margin-left: 0px !important;
}

.BBFormRequiredFieldMarker {
    display: none;
}

tr.address-row-registration.address-row-registration-country {
    flex-basis: 100%;
}

[id$='_trEmail'] {
    display: none !important;
}

.address-search-container {
    flex-basis: 100%;
}

tbody[id$='_tbdRegRequestSection2'] tr:nth-child(1) {
    flex-basis: calc(50% - 5px);
}

tbody[id$='_tbdRegRequestSection2'] tr:nth-child(4) {
    display: none !important;
}

tbody[id$='_tbdRegRequestSection2'] tr:nth-child(2),
tbody[id$='_tbdRegRequestSection2'] tr:nth-child(4) {
    flex-basis: calc(50% - 5px);
}

tbody[id$='_tbdRegRequestSection2'] {
    gap: 10px;
}

.form-container.register tr[id$='_trPhone'] {
    flex-basis: calc(40% - 5px);
}

.form-container.register .address-row-registration.address-row-registration-country {
    flex-basis: calc(60% - 5px);
}

.form-container.register .address-row-registration.address-row-registration-country select,
.form-container.register .BBFormTable.LoginFormTable tbody:nth-child(1) select {
    width: 100%;
}

.form-container.register .BBFormTable.LoginFormTable>tbody:nth-child(3) {
    gap: 10px;
}

.form-container.register .BBFormTable.LoginFormTable tbody:nth-child(2) {
    flex-basis: 100%;
}

tbody[id$='_tbdRegRequestSection1'] {
    gap: 10px;
}

tbody[id$='_tbdRegRequestSection1']>tr {
    flex-basis: calc(50% - 5px);
}

tr[id$='_trGender'] {
    margin-left: -10px;
}

.content-container.container.expand {
    padding-bottom: 5%;
}

.form-container.register table.BBFormTable.LoginFormTable tbody:last-child {
    flex-direction: column;
    flex-basis: 100%;
}

.BBNewRegCaptchaControlCell {
    padding-left: 0px;
    margin-left: 0px;
}

.Captcha {
    display: block;
    width: 100%;
}

tbody[id$='_tbCaptcha'] {
    flex-basis: 100%;
    justify-content: center;
}

tbody[id$='_tbdRegRequestSection2'] tr:nth-child(3),
tbody[id$='_tbdRegRequestSection2'] tr:nth-child(5) {
    flex-basis: calc(50% - 5px);
}

.content-container.registration-error {
    padding-bottom: 20%;
}

.BBFormValidatorSummary.LoginFormValidatorSummary {
    border: 2px solid #f00;
    padding: 10px;
    margin-bottom: 10px;
    font-family: var(--font-sans-serif);
    color: #f00;
}

.form-container.forgot-password .back-to-login.sub-link {
    display: block;
    margin-top: 5px;
}

[id$='_tbdForgotPWDUserName'] .BBFieldCaption.LoginFieldCaption {
    padding-bottom: 5px;
}

.BBFieldControlCell.valid i,
.BBFieldControlCell.invalid i {
    position: absolute;
    right: 10px;
    top: 10px;
}

.BBFieldControlCell.valid,
.BBFieldControlCell.invalid {
    position: relative;
}

.BBFieldControlCell.valid i {
    color: green;
}

.BBFieldControlCell.invalid i {
    color: red;
}

/*** DASHBOARD ***/

@media (max-width: 992px) {
    .template-donor-portal.dashboard .secondary-header-container {
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {
    .template-donor-portal.dashboard .secondary-header-container.extra-padding .navigation-container .navigation-container-inner {
        top: 5px;
    }

}

.template-donor-portal.dashboard .secondary-header-container.extra-padding .page-overview {
    padding: 60px 20px 40px;
}

@media (max-width: 768px) {
    .template-donor-portal.dashboard .secondary-header-container.extra-padding .page-overview {
        padding-top: 60px;
    }

}

.db-panel-button,
.panel .btn {
    font-family: var(--font-sans-serif);
}

.template-donor-portal.dashboard .dashboard-tiles {
    position: relative;
}

.template-donor-portal.dashboard .dashboard-tiles .tile {
    padding: 2vh 2vw;
    position: relative;
    margin-right: 15px;
}

.template-donor-portal.dashboard .dashboard-tiles .tile .panel-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    padding: 1vh 1vw;
}

.template-donor-portal.dashboard .dashboard-tiles .tile .panel-button a:hover {
    text-decoration: underline;
}

.panel, .db-panel {
  box-shadow: 2px 1rem 1rem rgba(0, 0, 0, .35)!important;
  border: 1px solid rgba(23, 97 ,51, .7 );
}

.template-donor-portal.dashboard .dashboard-tiles .db-panel.panel,
.template-donor-portal.dashboard .dashboard-tiles .panel {
    padding: 2rem;
    overflow: hidden;
}

.template-donor-portal.dashboard .dashboard-tiles #dashboardContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.template-donor-portal.dashboard .full-width-button {
    height: 100%;
    padding-bottom: 2.5rem;
}

.template-donor-portal.dashboard .full-width-button .btn {
    position: absolute;
    bottom: -2rem;
    left: -2rem;
    right: -2rem;
    text-align: center;
    font-weight: 600 !important;
    border-radius: 0 !important;
    padding: .5rem !important;
    line-height: 1.8em;
}

.template-donor-portal.dashboard .image-block {
    position: relative;
    margin: -2rem;
    padding: 2rem;
    height: calc(100% + 4rem);
}

.template-donor-portal.dashboard .image-block .image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
}

.template-donor-portal.dashboard .image-block .body {
    z-index: 2;
    position: relative;
}

.template-donor-portal.dashboard .image-block .body .content {
    max-width: 320px;
}

.template-donor-portal.dashboard .panel-inner {
    position: relative;
    margin: -2rem;
    padding: 2rem;
    height: calc(100% + 4rem);
}

.template-donor-portal.dashboard .panel-inner .body {
    z-index: 2;
    position: relative;
}

.template-donor-portal.dashboard .panel-inner .body .content {
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 0;
    height: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px;
    width: calc(100% + 10px) !important;
}

.template-donor-portal.dashboard .panel .body,
.template-donor-portal.dashboard .db-panel .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.template-donor-portal.dashboard .panel .body .content,
.template-donor-portal.dashboard .db-panel .body .content {
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 0;
    height: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 20px;
    width: calc(100% + 10px) !important;
}

.template-donor-portal.dashboard .panel .body a:hover,
.template-donor-portal.dashboard .db-panel .body a:hover {
    text-decoration: underline;
}

.template-donor-portal.dashboard .panel.your-details a[href^="mailto:"],
.template-donor-portal.dashboard .db-panel.your-details a[href^="mailto:"] {
    text-decoration: underline;
}

.template-donor-portal.dashboard .panel.your-details span,
.template-donor-portal.dashboard .db-panel.your-details span {
    line-height: 1.8em;
}

.template-donor-portal.dashboard .panel.your-details .db-panel-button a:hover,
.template-donor-portal.dashboard .db-panel.your-details .db-panel-button a:hover {
    text-decoration: underline !important;
}

.template-donor-portal.dashboard .db-panel-button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    line-height: 1.8em
}

.template-donor-portal.dashboard .db-panel-button a {
    text-decoration: none;
    display: block;
    padding: .5rem
}

.template-donor-portal.dashboard .panel {
    position: relative;
}

.template-donor-portal.dashboard .your-details em {
    position: absolute;
    right: 1.5vw;
    cursor: pointer;
}

.template-donor-portal.dashboard .panel {
    padding: 2rem;
    overflow: hidden;
}