@import 'portal-dashboard.css';

body {}

.neonfront_constituent_body{
    padding-top: 36px;
    padding-bottom: 36px;
}
.neonfront_constituent_body.with-sidebar {
    margin-left: 80px!important;
}
.neonfront-portal-left-nav-mini{
    background: #fff;
}

.neonfront-portal-left-nav {
    background: #fff;
    flex: 0 0 260px!important;
    border-radius: 0 4px 0 0;
}
.neonfront-portal-left-nav.neonfront-dashboard-body {
    border-radius: 0;
}
.neonfront-portal-nav-bar{
    border-color: #C0C8D7;
    border-style: solid;
    border-width: 1px 0px;
    padding: 14px 21px;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 1.128rem;
    color: #09334B;
    background: linear-gradient(87.02deg, #FFFFFF 20.58%, #FBFBFD 35.16%, #FFFFFF 72.83%);
}

.neonfront-portal-nav-bar > h5{
    font-weight: 900;
    font-size: 0.75rem;
    color: #002D41;
}
.neonfront-portal-nav-bar .mini-sidebar-title > a{
    font-size: 18px;
    text-decoration: unset;
    color: #09334B;
    font-weight: 400;
    font-family: Lato;
}
.neonfront-portal-nav-bar .mini-sidebar-title > i {
    color:#1C2023;
    font-size:14px;
    font-weight:900;
}
.neonfront-portal-body-bar{
    padding: 15px;
    background: #FFFFFF;
    border-radius: 4px;

}

.neonfront-portal-body-bar .title{
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #002D41;
    line-height: 32px;
    margin: 0px;
}

.neonfront-list-panel{
    font-family: Lato;
    font-size: 0.875rem;
    color: #002D41;
    background: #FFFFFF;
    border-radius: 4px;
    margin-top: 0.75rem;
}

.neonfront-list-panel .header{
    padding-right: 16px;
    padding-left: 16px;
    font-family: 'Lato';
    border-bottom: 1px solid #E6E9EE;
}

.neonfront-list-panel .header .title{
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    color: #002D41;
    line-height: 48px;
}

.neonfront-list-panel .header .extra{
    line-height: 48px;
}

.neonfront-list-panel .body{

}

.neonfront-list-panel .body .item{
    border-bottom: 1px solid #E6E9EE;
    padding: 1rem;
}

.neonfront-list-panel .body .item:last-child{
    border-bottom: 0px
}

.neonfront-list-panel .body .item-name{
    display: block;
    font-weight: bold;
    font-size: 1.125rem;
    color: #0074D9;
    cursor: pointer;
    text-decoration-line: none;
}

.neonfront-list-panel .body .item-name:hover{
    text-decoration-line: underline;
    color: #0044A8;
    font-weight: 900;
}
.neonfront-list-panel .body .item-name-nolink {
    font-weight: 700;
    font-size: 18px;
    color: #3C4144;
}


.neonfront-list-panel .body .item-name-desc{
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 1rem;
    color: #54698D;
    max-width: 260px;
}

.neonfront-list-panel .footer{
    height: 32px;
    line-height: 32px;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 0.875rem;
    text-align: center;
    border-top: 1px solid #E6E9EE;
}

.neonfront-list-panel .footer .more{
    font-weight: 500;
    color: #0074D9;
    cursor: pointer;
}

.neonfront-list-panel .footer .loading{
    color:#54698D
}

.neonfront-card-panel{
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    font-family: 'Lato';
    background: #FFFFFF;
}

.neonfront-card-panel .name-icon{
    height: 100px;
    width: 100px;
    border-radius: 60px;
    line-height: 100px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 50px;
    font-family: 'Lato';
    color: #fff;
    text-align: center;
    background-color: #3C4144;
    display: inline-block;
}

.neonfront-card-panel .header{
    border-bottom: 1px solid #C0C8D7;
    max-width: 725px;
}

.neonfront-card-panel .header .title{
    ont-style: normal;
    font-weight: 700;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #002D41;
}

.neonfront-card-panel .body{
    font-weight: 400;
    font-size: 0.875em;
    color: #3C4144;
}

.neonfront-card-panel .body .label{
    font-weight: 600;
}

.neonfront-card-panel .body .photo{
    font-family: Roboto;
    font-weight: 700;
    font-size: 1rem;
    color: #3C4144;
}

.neonfront-card-panel .body .photo img{
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    object-fit: cover;
}

.neonfront-card-panel .body .profile-item{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #002D41;
}

.neonfront-card-panel .body .membership-title{
    font-weight: 700;
    font-size: 1.125rem;
    color: #002D41;
}

.neonfront-card-panel .payment{
    border-bottom: 1px solid #E6E9EE;
}

.neonfront-card-panel .payment .title{
    font-weight: 700;
    font-size: 0.875rem;
    color: #3C4144;
    cursor: pointer;
}

.neonfront-member-panel{
    font-family: 'Lato';
    padding: 1rem;
    color: #002D41;
    font-size: 0.875rem;
}

.neonfront-member-panel img {
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    object-fit: cover;
}

.neonfront-member-panel .name-icon{
    height: 60px;
    width: 60px;
    border-radius: 60px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.75rem;
    color: #fff;
    text-align: center;
    background-color: #3C4144;
}

.neonfront-member-panel .name{
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #002D41;
}

.neonfront-member-panel .term{
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 0.75rem;
    color: #3C4144;
}

.neonfront-member-panel .period{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 0.75rem;
    color: #36517D;
}

.neonfront-member-panel .angle{
    font-weight: 900;
    font-size: 1.375rem;
    color: #1C2023;
    cursor: pointer;
}

.neonfront-member-panel .submember-information{
    font-weight: 700;
    font-size: 0.875rem;
    color: #3C4144;
}

.roboto{
    font-family: 'Roboto';
}

.neonfront-portal-blank{
    margin-top: 0.75rem;
    background-color: #FFFFFF;
    background-image: url("../../img/blank.svg");
    background-repeat: no-repeat;
    background-position: center 15%;
    border-radius: 4px;
    text-align: center;
    padding-top: 230px;
    font-family: Lato;
    color: #3C4144;
    font-size: 1rem;
    font-weight: 500;
}
.blank-membership-bg{
    background-image: url("../../img/blank-membership-bg.svg");
}

.blank-donation-bg{
    background-image: url("../../img/blank-donation-bg.svg");
}

.blank-rc-donation-bg{
    background-image: url("../../img/blank-rc-donation-bg.svg");
}

.blank-volunteer-bg{
    background-image: url("../../img/blank-volunteer-bg.svg");
}

.neonfront-portal-blank>p{
    letter-spacing: 0.78px;
}

.neonfront-portal-blank>p.desc{
    color: #002D41;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 1.98px;
}

.neonfront-portal-box{
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    box-shadow: 0px 0px 2px rgba(47, 73, 117, 0.14), 0px 2px 2px rgba(47, 73, 117, 0.12), 0px 1px 3px rgba(47, 73, 117, 0.2);
    background-color: #fff;
}

@media (min-width: 576px){
    .neonfront-portal-box .text-sm-end.text-end-left {
        display: flex;
        flex-direction: row;
    }
    .neonfront-portal-box .text-sm-end.text-end-left .text-span-right{
        margin-left: 16px;
        padding-right: 3px;
    }
    .neonfront-portal-box .text-sm-end{
        min-width: 140px;
    }
}

.neonfront-portal-loading {
    text-align: center;
    font-family: Lato;
    color: #3C4144;
    font-size: 1rem;
    font-weight: 600;
    padding: 15px 0;
    margin-top: 0.75rem;
}

.neonfront-menu-bar .btn{
    height: 32px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 0.75rem;
    background-color: #fff;
    width: auto;
}

.neonfront-menu-bar button.btn-register-now{
    color: #fff;
    background-color: #282968;
}

.neonfront-btn-outline-secondary{
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #46A4A8;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    color: #46A4A8;
}

.neonfront-menu-bar .neonfront-btn-outline-color-border{
    border: 1px solid #282968;
}

.neonfront-search{
    font-family: Lato;
    font-size: 0.75rem;
}

.neonfront-search-label{
    display: inline-block;
    margin-right: 0.5rem;
    font-style: normal;
    font-weight: normal;
    color: #002D41;
}

@media screen and (max-width: 465px){
    .neonfront-search-label{
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 465px) and (min-width: 280px){
    .neonfront-search .neonfront-search-value{
        width: 60%;
    }
    .neon-multi-select .list{
        right: auto;
    }
}
@media screen and (max-width: 210px){
    .neonfront-search .neonfront-search-value{
        width: 100%;
    }
    .neon-multi-select .list{
        right: auto;
    }
}

.neonfront-search-value{
    display: inline-block;
}

.neonfront-panel{
    min-height: 575px;
}

.neonfront-summary-section{
    font-family: 'Lato';
    font-size: 0.75em;
    font-style: normal;
    text-align: center;
    padding: 8px;
}

.neonfront-summary-section .title{
    font-weight: 500;
    text-transform: uppercase;
    color: #36517D;
    margin-bottom: 8px;
}

.neonfront-summary-section .amount{
    font-weight: 700;
    font-size: 1.25rem;
    color: #3C4144;
    margin-bottom: 12px;
}

.neonfront-summary-section .desc{
    font-weight: 400;
    color: #36517D;
}

.neonfront-summary-section .desc2{
    font-weight: 400;
    font-size: 0.625rem;
    text-transform: uppercase;
    color: #4A4A4A;
}

.neonfront-summary-section .spliter{
    height: 80px;
    width: 1px;
    background: rgba(84, 105, 141, 0.3);
    border-radius: 2px;
}

.neonfront-panel .add-submerber{
    height: 555px;
    border: 1px dashed #0074D9;
    border-radius: 4px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #002D41;
    text-align: center;
}

.neonfront-panel .add-submerber .add-submerber-button{
    margin: 227px auto 40px;
    width: 100px;
    height: 100px;
    background: #E2F2FE;
    border-radius: 50px;
    line-height: 100px;
    color: #0074D9;
    font-size: 3rem;
    font-weight: normal;
}

.neonfront-switch .form-check-input[type=checkbox]{
    width: 40px;
    height: 20px;
    border-radius: 12px;
}

.neonfront-switch .form-check-label{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.875rem;
    margin-left: 10px;
    margin-top: 4px;
    color: #36517D;
}

.status-sign{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    background-color: #979DA0;
}

.status-lg{
    width: 10px;
    height: 10px;
}

.status-sign-active{
    background-color: #008000;
}

.status-sign-error{
    background-color: #DC143C;
}

.status-sign-future{
    background-color: #F49D10FF;
}

.status-text{
    color: #54698D;
}

.status-badge{
    display: inline-block;
    width: 123px;
    height: 20px;
    line-height: 20px;
    border-radius: 13px;
    font-family: Lato;
    font-size: 0.75rem;
    text-transform: uppercase;
    text-align: center;
}

.status-badge-green{
    color: #006100;
    background: #C6E7C1;
}

.status-badge-red{
    color: #C10028;
    background: #FFCCD7;
}

.status-badge-yellow{
    color: #002D41;
    background: rgba(244,157,16,.15);
}

.status-badge-gray{
    color: #002D41;
    background: #C0C8D7;
}

.module-icon{
    color: #54698D;
    background: #E2F2FE;
    text-align: center;
}

.module-icon-circle-lg{
    font-size: 40px;
    height: 73px;
    width: 73px;
    line-height: 73px;
    border-radius: 73px;
}

.module-icon-round{
    font-size: 28px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    border-radius: 12px;
    background: #E2F2FE;
}
.neonfront-portal-sidebar {
    min-height: 751px;
}

.neonfront-portal-sidebar .sidebar-menu {
    flex: 0 1 auto;
    margin-left: 12px;
}

.neonfront-portal-sidebar .sidebar-option i {
    line-height: 21px;
    flex: 0 1 14px;
    min-width: 14px;
}

.nav {
    display:inline;
}


.neonfront-portal-sidebar .sidebar-option .nav-link{
    font-family: Roboto;
    color: #3C4144!important;
    font-size: 14px;
    min-height: 40px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.neonfront-portal-sidebar .sidebar-option:hover, .neonfront-portal-sidebar .sidebar-option.active {
    background-color: #E2F2FE;
}

.neonfront-portal-sidebar i {
    width: 16px;
}
.neonfront-portal-sidebar .sidebar-title, .dashboard_welcome .sidebar-title{
    font-family: Lato;
    font-size: 13px;
    font-weight: 700;
    color: #6E7477;
    text-transform: uppercase;
    padding: 14px 16px;
}
.dashboard_welcome .sidebar-title {
    width: 18%;
}
.neonfront-portal-sidebar .navi-back {
    font-family: Roboto;
    font-size: 14px;
    color: #0074D9;
    text-decoration: none;
    font-weight: 400;
    padding: 20px 16px 0 16px;
}
.neonfront-portal-sidebar .navi-back a {
    text-decoration: none;
    color: #0074D9;
}
.login-portal-section-title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    font-family: 'Roboto';
    color: #36517D;
}
.logout-info {
    height: 44px;
    font-family: Roboto;
    font-size: 14px;
    background: #008000;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 10px;
    margin-top: 16px;
    display: flex;
}
.logout-info i {
    margin: auto 3%;
    font-size: 20px;
    vertical-align: middle;
}
.logout-info .logout-message {
    width: 100%;
    padding-left: 3%;
}
.neonfront_container.neonfront-login {
    margin: auto!important;
    border-radius: 6px;
    width: 510px;
    padding: 32px 21px;
}
.neonfront_container.neonfront-login-confirmation {
    margin: auto!important;
    border-radius: 6px;
    width: 550px;
    padding: 32px 21px;
}
label.section-label.login-title {
    text-transform: none!important;
    font-size: 24px!important;
    line-height: 32px;
}
.login-additional {
    margin-bottom: 16px;
}
.login-remember-me{
    margin-left: 0!important;
    float: left;
}
.trouble-login {
    float: right;
    text-align: right;
}
.trouble-login a {
    font-size: 14px;
    font-family: Lato;
    font-weight: 400;
    color: #0074D9;
    text-decoration: unset;
}
.login-separate {
    display: flex;
    margin: 35px auto 10px auto;
}
.login-separate .separate-line {
    width: 49%;
    height: 1px;
    background: #C0C8D7;
    margin: auto;
}
.login-separate .separate-line.with-social-login {
    width: 41%;
}
.login-separate .separate-text {
    font-family: Roboto;
    font-size: 10px;
    color: #98A5BB;
    margin: auto 5px;
}
.create-account {
    font-size: 14px;
    font-family: Roboto;
    color: #3C4144;
    text-align: center;
    margin-bottom: 5px;
}
.create-account a {
    color: #0074D9;
    text-decoration: unset;
}
.back-login {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 12px;
}
.back-login a {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.set-login-exit-icon {
    font-size: 60px;
    color: #008000;
    text-align: center;
}
.set-login-exit-title {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 500;
    color: #002D41;
    text-align: center;
}
.set-login-exit-content {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #36517D;
}
.set-login-exit-back-button {
    margin: 18px auto;
}
.login-portal-description {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #3C4144;
    line-height: 24px;
}
.login-portal-description .request-code {
    color: #0074D9;
    text-decoration: unset;
}
.login-portal-description.bottom {
    margin-bottom: 16px;
}
.social-login {
    margin: 20px auto;
    text-align: center;
}
.neonfront-reset-password .account-info {
    display: flex;
    width: 100%;
    border: 1px solid #C0C8D7;
    border-radius: 4px;
    padding: 8px 0;
}
.account-info .radio {
    padding: 0 14px;
}
.account-info .radio input {
    cursor: pointer;
}
.account-info .user-info {
    width: 100%;
    cursor: pointer;
}
.account-info .user-info .user-name label span,
.account-info .user-info .login-name label span {
    font-weight: 400;
}
.account-info .user-info .user-name label,
.account-info .user-info .login-name label {
    font-family: Roboto;
    font-weight: 500;
    color: #36517D;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
}
.account-info .user-info .user-type label {
    font-family: Lato;
    font-weight: 700;
    color: #36517D;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
}
.account-info .account-type {
    padding: 0 8px;
    font-size: 14px;
    color: #36517D;
}
.account-info.selected {
    border: 1px solid #0074D9;
    background: #E2F2FE;
}
.account-info.selected label, .account-info.selected .account-type {
    color: #0074D9!important;
}

.neonfront-confirm-modal p{
     font-family: 'Lato';
     font-style: normal;
     font-weight: 700;
     font-size: 1.25rem;
     color: #002D41;
 }

.neonfront-confirm-modal p.desc{
    margin-top: 20px;
    font-weight: 400;
    font-size: 0.875rem!important;
    color: #3C4144;
}
.neonfront-reset-password .field-desc {
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 400;
    color: #54698D;
}
.neonfront-reset-password .reset-password-submit-btn {
    margin: 47px auto 12px auto;
}
.neonfront-reset-password .verify-access-code-submit-btn {
    margin: 28px auto 12px auto;
}
.neonfront-reset-password .neonfront_input {
    padding-right: 33px;
}
.reset-password-field, .reset-password-retype-field, .login-password-field {
    position: relative;
}
.reset-password-field .presentation, .reset-password-retype-field .presentation, .login-password-field .presentation {
    position: absolute;
    right: 20px;
    top: 42px;
    color: #54698D;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.reset-password-field .form-control.is-invalid, .reset-password-retype-field .form-control.is-invalid, .login-password-field .form-control.is-invalid{
    background-image: none!important;
}

.donationTotalImpactTooltip .tooltip-inner{
    max-width: 420px;
}

.gx-125{
    --bs-gutter-x: 1.25rem;
}

.gy-1375 {
    --bs-gutter-y: 1.375rem;
}

.gy-075 {
    --bs-gutter-y: 0.75rem;
}
