.neon-multi-select{
    line-height: 32px;
    position: relative;
}
.neon-multi-select .placeholder {
    cursor: pointer;
    display: inline-block;
    color: rgb(84, 105, 141);
    font-size: 0.75rem;
    font-family: Lato, sans-serif;
}

.neon-multi-select .placeholder .has-val {
    color: #0074D9;
}

.neon-multi-select .list {
    min-width: 100px;
    position: absolute;
    z-index: 200;
    border: 1px solid #E4E7ED;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
    padding: 0 !important;
    font-size: 13px;
    font-family: Lato, sans-serif;
    color: #002D41;
    right: 0;
    white-space: nowrap;
}

.neon-multi-select .list .up-arrow {
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -12px;
    margin-left: calc(100% - 24px);
    border: solid 6px transparent;
    border-bottom: solid 6px #E4E7ED;
}

.neon-multi-select .list .up-arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -5px;
    top: -4px;
    border: solid 5px transparent;
    border-bottom: solid 5px white;
}

.neon-multi-select .list .items {
    list-style: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 3px 0;
    margin: 5px 0 0 0;
}

.neon-multi-select .list .items .item {
    min-height: 32px;
    cursor: pointer;
    margin-top: 2px;
    padding: 6px 15px 0 15px;
    text-align: left;
    line-height: 20px;
}

.neon-multi-select .list .items .item:hover {
    background-color: rgba(0, 116, 217, 0.06);
}

.neon-multi-select .list .items .item.is-selected {
    background-color: rgba(0, 116, 217, 0.06);
}

.neon-multi-select .list .footer {
    height: 35px;
    line-height: 15px;
    padding: 10px;
    color: #242d00;
    border-top: 1px solid #EEF1F6;
    font-size: 12px;
    letter-spacing: 0;
}

.neon-multi-select .list .footer span {
    font-family: Lato, sans-serif;
    color: #0074D9;
    cursor: pointer;
    margin-right: 5px;
    float: right;
}
.neon-file-upload{
    line-height: 32px;
    position: relative;
    width: auto;
    margin: 0 auto;
}
.neon-file-upload .placeholder{
    border: 1px dashed #98A5BB;
    background: #fff;
    width: 100%;
    height: 100%;
    min-height: 140px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

.neon-file-upload .placeholder:hover,
.neon-file-upload .placeholder.dragging{
    border: 1px dashed #0074D9;
}
.neon-file-upload .placeholder.error{
    border: 1px dashed #FE2D44;
}

.neon-file-upload .upload-tip{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px;
}
.neon-file-upload .upload-tip.error-text{
    color: #FE2D44;
}
.neon-file-upload .upload-tip.error-text span i{
    margin-right: 5px;
}
.neon-file-upload .upload-content{
    width: 100%;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #979DA0;
}
.neon-file-upload .upload-content p{
    margin: 17px 0 0 0;
}
.neon-file-upload .upload-content .fa-cloud-upload-alt{
    color: #98A5BB;
    font-size: 32px;
}
.neon-file-upload .placeholder label,
.neon-file-upload .placeholder .upload-loading{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}
.neon-file-upload .placeholder .upload-loading{
    background: #000;
    opacity: 0.7;
    z-index: 22;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 2px;
}
.neon-file-upload .placeholder .upload-loading span{
    width: 100%;
}
.neon-file-upload .placeholder .upload-loading span p{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
}
.neon-file-upload .placeholder .upload-loading span i{
    font-size: 32px;
    color:#fff;
    -webkit-transform: rotate(360deg);
    animation: rotation 1.5s linear infinite;
    -moz-animation: rotation 1.5s linear infinite;
    -webkit-animation: rotation 1.5s linear infinite;
    -o-animation: rotation 1.5s linear infinite;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.neon-file-upload .upload-list ul{
    padding: 0;
    margin: 0;
}
.neon-file-upload .upload-list li{
    list-style: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 5px;
}
.neon-file-upload .upload-list li:hover{
    background-color: #f5f7fa;
}
.neon-file-upload .upload-list .upload-list-item-name,
.neon-file-upload .upload-list .file-size{
    color: #979DA0;
    text-decoration: none;
}
.neon-file-upload .upload-list{
    margin-top: 8px;
}
.neon-file-upload .upload-list .fa-file{
    color: #2F4975;
    padding-right: 9px;
    font-size: 14px;
}
.neon-file-upload .upload-list .file-size{
    padding-left: 13px;
}
.neon-file-upload .upload-list .upload-remove{
    float: right;
    cursor: pointer;
}
.neon-file-upload .upload-list .fa-times{
    color: #407796;
    font-size: 14px;
}
.neon-file-upload .upload-list .fa-times:hover{
    color: #ef0c36;
}
.neon-file-upload .upload-precent{
    height: 4px;
    background: #98A5BB;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.neon-file-upload .upload-precent .upload-progress-bar{
    background: #0074D9;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: right;
    line-height: 1;
    white-space: nowrap;
    transition: width .6s ease;
}

.image-preview {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.neon-img-cutter{
    width: 580px;
    background: #fff;
    border: 1px solid #E6E9EE;
    box-shadow: 0 0 2px rgba(47, 73, 117, 0.14), 0 2px 2px rgba(47, 73, 117, 0.12), 0 1px 3px rgba(47, 73, 117, 0.2);
    border-radius: 4px;
    position: absolute;
    top: -100px;
    right: -66px;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}
@media screen and (max-width: 991px) {
    .neon-img-cutter{
        width: 100%;
        min-width: 320px;
        left: 50%;
        transform: translate(-50%);
    }
}
@media screen and (max-width: 399px) {
    .nic-body .nicb-title{
        font-size: 14px !important;
    }
    .nicb-footer .nicbf-default-button{
        height: auto !important;
        font-size: 14px !important;
    }
    .nic-footer .nicf-next button{
        font-size: 14px !important;
        min-width: unset !important;
        padding: 8px !important;
    }
}
@media screen and (max-width: 550px) {
    .neon-img-cutter .nic-body{
        padding: 8px !important;
    }
}
@media screen and (max-width: 400px) {
    .neon-img-cutter .nic-body{
        padding: 2px !important;
    }
}
.neon-img-cutter .nic-header{
    height: 62px;
    min-height: 62px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 20px;
}
.neon-img-cutter .nic-header span {
    font-size: 14px;
    cursor: pointer;
}
.neon-img-cutter .nic-body{
    padding: 20px 80px;
    display: flex;
    flex-direction: column;
    flex: 1 auto;
}
.nic-body .nicb-title{
    color: rgba(0, 45, 65, 1);
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}
.nic-body .img-canvas{
    display: none;
}
.nic-body .nicb-body{
    margin: 10px auto;
    width: 100%;
    height: 279px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 372px;
    min-width: 300px;
}
.nicb-body .toolMain .toolBox{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border-radius: 200px;
    background: rgba(230, 233, 238, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.nic-body .nicb-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nicb-body .toolMain .toolBox .tips i{
    font-size: 64px;
    color: rgba(54, 81, 125, 1);
}
.nicb-footer .nicbf-default-button{
    border: 1px solid rgba(40, 41, 104, 1);
    border-radius: 4px;
    background: #fff;
    color: rgba(40, 41, 104, 1);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 18px;
}
.neon-img-cutter .nic-footer{
    background: rgba(251, 251, 253, 1);
    height: 70px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nic-footer .nicf-cancel{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    color: rgba(40, 41, 104, 1);
    cursor: pointer;
    margin-left: 30px;
}
.nic-footer .nicf-next button{
    border: 1px solid rgba(40, 41, 104, 1);
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 18px;
    min-width: 144px;
    border-radius: 4px;
    margin-right: 10px;
    background: rgba(40, 41, 104, 1);
    color: #fff;
}
.nic-footer .nicf-next button.disabled-button{
    border: 1px solid rgba(152, 165, 187, 1);
    background: rgba(152, 165, 187, 1);
    cursor: not-allowed;
}
.nicb-body .canvasSelectBox {
    position: absolute;
    z-index: 99;
}
.nicb-body .canvas {
    position: absolute;
    z-index: 98;
}
.toolBoxControl{
    background: rgba(255, 255, 255, 0);
    position: absolute;
    z-index: 101;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, 1)
}
.nicb-body .imgCutDownBox .imgCutDownBoxContainer img{
    width: 200px;
    height: 200px;
    border-radius: 200px;
}
.neon-img-cutter-mask {
    background: rgba(84, 105, 141, 0.15);
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.nicb-body .cropper-container{
    position: absolute;
    min-width: 208px;
}
.nicb-body .cropper-container .cropper-crop-box {
    border: 2px solid #fff;
}
.nicb-body .cropper-container .cropper-crop-box .cropper-view-box{
    border-radius: 50% !important;
    overflow: hidden;
    outline: none;
}
.nicb-body .cropper-container .cropper-drag-box.cropper-modal{
    background: #54698D;
}
.nicb-body .cropper-container .cropper-crop-box .cropper-crop-box {
    border-radius: 50% !important;
}
.nicb-body .cropper-container .cropper-center {
    display: none;
}
.nicb-body .cropper-container .cropper-crop-box .cropper-face{
    background: none;
}
.neon-advanced-search-box{
    display: flex;
    align-items: center;
    position: absolute;
}
.neon-advanced-search-box .nasb-clear-num{
    display: contents;
}
.neon-advanced-search-box .clear-all-search{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #0074D9;
    margin-right: 4px;
    cursor: pointer;
}
.neon-advanced-search-box .search-num{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #002D41;
    background: #E2F2FE;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-right: 12px;
}
.neon-advanced-search{
    position: relative;
}
.neon-advanced-search .advanced-serach .advanced-serach-button{
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    padding: 8px 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #282968;
}
.advanced-serach .advanced-serach-button .close-nds-popover{
    color: #282968;
    width: 13px;
    height: 12px;
    margin-right: 10px;
}
.neon-advanced-search .neon-advanced-search-popover{
    border: 1.5px solid #E6E9EE;
    border-radius: 4px;
    width: 480px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    background: #fff;
}
.neon-advanced-search-box{
    z-index: 101;
}
.neon-advanced-search-box .calendar-input{
    width: 1%!important;
    flex: 1 1 auto!important;
}
.neon-advanced-search-box .fa-calendar-alt, .neon-advanced-search-box .fa-clock{
    line-height: 30px;
    height: 44px;
}
.neon-advanced-search-popover .nas-popper-arrow,
.neon-advanced-search-popover .nas-popper-arrow:after{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.neon-advanced-search-popover .nas-popper-arrow{
    top: -14px;
    right: 32px;
    border-bottom-color: #E4E7ED;
    border-width: 7px;
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
}
.neon-advanced-search-popover .nas-popper-arrow:after{
    content: " ";
    border-width: 7px;
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.neon-advanced-search-popover .nas-popover-header{
    height: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 12px 16px;
}
.neon-advanced-search-popover .nas-popover-header .title-text{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #002D41;
}
.neon-advanced-search-popover .nas-popover-header .title-clear{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #0074D9;
    cursor: pointer;
}
.neon-advanced-search-popover .nas-popover-body{
    width: 100%;
}
.nas-popover-body .npb-options{
    display: flex;
    min-height: 74px;
    height: auto;
    border-top: 1px solid #E5E5E5;
    padding: 12px 16px;
}
.nas-popover-body .npb-options .npb-options-lab{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #002D41;
    min-width: 132px;
    width: 132px;
    margin-right: 14px;
    word-break: break-word;
}
.nas-popover-body .npb-options .npb-options-input{
    background: #FFFFFF;
    border: 1px solid #C0C8D7;
    border-radius: 4px;
    height: 44px;
    width: 100%;
    padding: 14px 16px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #002D41;
    outline: 0;
}
.nas-popover-body .npb-options .npb-options-input:focus{
    border-color: #0074d9!important;
}
.fade-leave,
.fade-enter-to{
    opacity: 1;
}
.fade-leave-active,
.fade-enter-active {
    transition: all 0.25s;
}
.fade-leave-to,
.fade-enter {
    opacity: 0;
}

/*multi select style*/

.npb-multi-select{
    position: relative;
    width: 100%;
}
.npb-multi-select .placeholder {
    display: flex;
}
.npb-multi-select .placeholder .npb-options-input{
    cursor: pointer;
}
.npb-multi-select .placeholder .input-right-text{
    position: absolute;
    right: 15px;
    top: 14px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #0074D9;
}
.npb-multi-select .placeholder .input-right-text span i{
    color: #54698D;
}
.npb-multi-select .placeholder .has-val {
    color: #0074D9;
    font-size: 14px;
    line-height: 16px;
}

.npb-multi-select .list {
    width: 100%;
    position: absolute;
    z-index: 200;
    border: 1.5px solid #E6E9EE;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
    padding: 0 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    font-family: Lato, sans-serif;
    color: #002D41;
    right: 0;
    top: 52px;
    white-space: nowrap;
    max-height: 300px;
}
.npb-multi-select .list .list-scrollbar{
    max-height: 300px;
    overflow-y: scroll;
}
.npb-multi-select .list .list-scrollbar::-webkit-scrollbar{
    width: 4px;
    cursor: pointer;
}
.npb-multi-select .list .list-scrollbar::-webkit-scrollbar-thumb {
    background: #C0C8D7;
    border-radius: 4px;
    min-height: 51px;
    cursor: pointer;
}
.npb-multi-select .list .filter-seach-empty{
    color: #002d41;
    font-size: 13px;
    font-family: Lato;
    font-style: italic;
    padding: 15px;
}
.npb-multi-select .list .up-arrow {
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -14px;
    margin-left: calc(100% - 32px);
    border: solid 7px transparent;
    border-bottom: solid 7px #E6E9EE;
}

.npb-multi-select .list .up-arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -6px;
    top: -5px;
    border: solid 6px transparent;
    border-bottom: solid 6px white;
}

.npb-multi-select .list .items {
    list-style: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
}

.npb-multi-select .list .items .item {
    min-height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.npb-multi-select .list .items .item label{
    width: 100%;
    display: flex;
    padding: 12px 16px;
    cursor: pointer;
}
.npb-multi-select .list .items .item .item-text{
    max-width: 220px;
    word-break: break-word;
    white-space: break-spaces;
}
.npb-multi-select .list .items .item label .item-checked{
    border: 1px solid #a8b7c7;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    outline: none;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
}
.npb-multi-select .list .items .item:hover {
    background: #E2F2FE;
}

.npb-multi-select .list-checkbox-input{
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}
.list-checkbox-input .list-checkbox-inner{
    display: inline-block;
    position: relative;
    border: 1px solid #a8b7c7;
    border-radius: 0;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-color: #fff;
    z-index: 1;
    margin-right: 12px;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.item.is-selected .list-checkbox-inner{
    background: #0074D9;
    border-color: #0074D9 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.npb-multi-select .list .items .item.is-selected {
    background: #E2F2FE;
}

.npb-multi-select .list .footer {
    height: 35px;
    line-height: 15px;
    padding: 10px;
    color: #242d00;
    border-top: 1px solid #EEF1F6;
    font-size: 12px;
    letter-spacing: 0;
}

.npb-multi-select .list .footer span {
    font-family: Lato, sans-serif;
    color: #0074D9;
    cursor: pointer;
    margin-right: 5px;
    float: right;
}

.neon-advanced-search-popover .nas-mini-show,
.neon-advanced-search-box .nas-mini-show-transition,
.neon-advanced-search .nas-mini-show-sort-by{
    display: none;
}


@media screen and (max-width: 768px) {
    .neon-advanced-search .npb-options .select-sort-by,
    .neon-advanced-search .nas-mini-show-sort-by{
        display: flex;
    }
    .nas-mini-show-sort-by .select-sort-by{
        border: 1px solid #C0C8D7;
        border-radius: 4px;
        background: #fff;
        width: 430px;
        height: 44px;
        font-family: 'Lato';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        color: #3C4144;
        padding: 12px 14px;
        display: inline-block;
    }
}
/*屏幕小于667*/
@media screen and (max-width: 768px) {
    .slideLeft-enter {
        animation: slideLeft-popover-fade-in 0.3s ease;
    }
    .slideLeft-leave {
        animation: slideLeft-popover-fade-out 0.3s ease forwards;
    }
    .slideLeft-enter-active {
        animation: slideLeft-popover-fade-in 0.3s ease;
    }
    .slideLeft-leave-active {
        animation: slideLeft-popover-fade-out 0.3s ease forwards;
    }

    @keyframes slideLeft-popover-fade-in {
        0% {
            transform: translate3d(-100%, 0, 0);
            opacity: 1;
        }
        100% {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
    }
    @keyframes slideLeft-popover-fade-out {
        0% {
            transform: translate3d(0, 0, 0);
            opacity: 1;
        }
        100% {
            transform: translate3d(-100%, 0, 0);
            opacity: 1;
        }
    }
    .neon-advanced-search-popover .nas-max-show,
    .neon-advanced-search-box .nas-max-show-body{
        display: none;
    }
    .neon-advanced-search-popover .nas-mini-show,
    .neon-advanced-search-box .nas-mini-show-transition{
        display: block;
    }
    .neon-advanced-search .neon-advanced-search-popover{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 100;
        background: #F9FAFC;
        overflow-y: scroll;
        transition: transform 0.3s ease-in-out;
    }
    .neon-advanced-search-popover .nas-mini-show-header{
        width: 100%;
        display: flex;
        background: #fff;
        height: 45px;
        min-height: 45px;
        border-bottom: 2px solid #e6e9ee;
        align-items: center;
        justify-content: space-between;
        padding: 4px 23px;
    }
    .neon-advanced-search-popover .nas-mini-show .clickable {
        cursor: pointer;
    }
    .neon-advanced-search-popover .nas-popover-body{
        flex: 1;
    }
    .neon-advanced-search-popover .nas-nini-show-footer{
        height: 72px;
        min-height: 72px;
        background: #fff;
        border-top: 2px solid #FBFBFD;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 12px 14.5px 12px 30px;
        filter: drop-shadow(0px 0px 2px rgba(47, 73, 117, 0.14)) drop-shadow(0px 2px 2px rgba(47, 73, 117, 0.12)) drop-shadow(0px 1px 3px rgba(47, 73, 117, 0.2));
    }
    .neon-advanced-search-popover .nas-mini-showoverlay{
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 1000;
        background: #002D41;
        opacity: 0.2;
    }
    .neon-advanced-search-popover .nas-nini-show-footer .footer-cancle{
        font-family: 'Lato';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #0074D9;
    }
    .neon-advanced-search-popover .nas-nini-show-footer .footer-button button{
        background: #282968;
        border-radius: 4px;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        border: none;
        color: #fff;
        width: 82px;
        height: 44px;
    }
    .neon-advanced-search-popover .nas-mini-show-header span i{
        font-size: 20px;
    }
    .neon-advanced-search-popover .nas-mini-show-header .header-title-text{
        font-family: 'Lato';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        color: #002D41;
    }
    .neon-advanced-search-popover .nas-popover-header{
        border-bottom: 1px solid #E5E5E5;
    }
    .nas-popover-body .npb-options{
        border: none;
        flex-direction: column;
        min-height: 74px;
        height: auto;
    }
    .nas-popover-body .npb-options .npb-options-lab{
        color: #54698d;
        margin-bottom: 5px;
        width: 100%;
    }
    .neon-advanced-search-popover .nas-popper-arrow{
        display: none;
    }
    .npb-multi-select .list{
        position: fixed;
        z-index: 1001;
        top: 65%;
        bottom: 0;
    }
    .npb-multi-select .list .item{
        font-family: Lato;
        font-size: 13px;
        font-weight: 400;
    }
    .npb-multi-select .list .item.is-selected{
        font-weight: 600;
    }
    .npb-multi-select .list .up-arrow{
        display: none;
    }
    .nas-popover-body .npb-options .nas-dropdown-list-header{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 14px;
        border-bottom: 1px solid #e5e5e5;
        border-radius: 4px 4px 0 0;
        position: fixed;
        background: #fff;
        z-index: 2;
    }
    .npb-multi-select .list .items{
        margin: 40px 0;
    }
    .nas-dropdown-list-header .mini-dropdown-cancel, .nas-dropdown-list-header .mini-dropdown-done {
        cursor: pointer;
        font-size: 14px;
        font-family: Roboto;
    }
    .nas-dropdown-list-header .mini-dropdown-done {
        color: #0074D9;
    }
}

/*屏幕小于546*/
@media screen and (max-width: 546px) {
    .layui-laydate-range {
        width: 280px!important;
    }
}
.neon-search-select ul.options label .item-checked{
    border: 1px solid #a8b7c7;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    outline: none;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
}
.neon-select{
    position: relative;
}
.neon-select.isfous{
    border-color: #0074d9!important;
}
.neon-select .placeholder {
    cursor: pointer;
    display: flex;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #3C4144;
    width: 100%;
}
.neon-select .placeholder .span-text{
    width: 100%;
}
.neon-select .placeholder span i{
    color: #36517D;
}
.neon-select .list {
    width: 100%;
    position: absolute;
    z-index: 200;
    border: 1.5px solid #E6E9EE;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
    padding: 0 !important;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    font-family: Lato, sans-serif;
    color: #002D41;
    right: 0;
    top: 52px;
    white-space: nowrap;
    max-height: 300px;
    overflow-y: auto;
}

.neon-select .list .up-arrow {
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -12px;
    margin-left: calc(100% - 24px);
    border: solid 6px transparent;
    border-bottom: solid 6px #E4E7ED;
}

.neon-select .list .up-arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -5px;
    top: -4px;
    border: solid 5px transparent;
    border-bottom: solid 5px white;
}

.neon-select .list .items {
    list-style: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
}

.neon-select .list .items .item {
    min-height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 12px 16px;
}

.neon-select .list .items .item:hover {
    background: #E2F2FE;
}

.neon-select .list .items .item.is-selected {
    background: #E2F2FE;
}

.neon-select .list .footer {
    height: 35px;
    line-height: 15px;
    padding: 10px;
    color: #242d00;
    border-top: 1px solid #EEF1F6;
    font-size: 12px;
    letter-spacing: 0;
}

.neon-select .list .footer span {
    font-family: Lato, sans-serif;
    color: #0074D9;
    cursor: pointer;
    margin-right: 5px;
    float: right;
}
.neon-search-box{
    line-height: 32px;
    position: relative;
}
.neon-search-box .placeholder {
    cursor: pointer;
    display: inline-block;
    color: rgb(84, 105, 141);
    font-size: 0.75rem;
    font-family: Lato, sans-serif;
}

.neon-search-box .placeholder .has-val {
    color: #0074D9;
}

.neon-search-box .list {
    min-width: 100px;
    position: absolute;
    z-index: 200;
    border: 1px solid #E4E7ED;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
    padding: 0 !important;
    font-size: 13px;
    font-family: Lato, sans-serif;
    color: #002D41;
    right: 0;
    white-space: nowrap;
}

.neon-search-box .search-box {
    padding: 8px 10px;
    border-bottom: 1px solid rgb(216, 221, 230);
    position: relative;
    input {
        width: 100%;
        min-height: 32px;
        border: 1px solid #0074D9;
        border-radius: 5px;
    }
    input:focus {
        border: 1px solid #0074D9 !important;
        outline: none;
    }
    i {
        position: absolute;
        top: 20px;
        right: 15px;
        color: #54698d;
    }
}

.neon-search-box .list .up-arrow {
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -12px;
    margin-left: calc(100% - 24px);
    border: solid 6px transparent;
    border-bottom: solid 6px #E4E7ED;
}

.neon-search-box .list .up-arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -5px;
    top: -4px;
    border: solid 5px transparent;
    border-bottom: solid 5px white;
}
.neon-search-box .list .list-items-container {
    max-height: 220px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.neon-search-box .list .items {
    list-style: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 3px 0;
    margin: 5px 0 0 0;
}

.neon-search-box .list .items .empty {
    padding: 0 5px;
}

.neon-search-box .list .items .item {
    min-height: 32px;
    cursor: pointer;
    margin-top: 2px;
    padding: 6px 15px 0 15px;
    text-align: left;
    line-height: 20px;
}

.neon-search-box .list .items .item:hover {
    background-color: rgba(0, 116, 217, 0.06);
}

.neon-search-box .list .items .item.is-selected {
    background-color: rgba(0, 116, 217, 0.06);
}

.neon-search-box .list .footer {
    height: 35px;
    line-height: 15px;
    padding: 10px;
    color: #242d00;
    border-top: 1px solid #EEF1F6;
    font-size: 12px;
    letter-spacing: 0;
}

.neon-search-box .list .footer span {
    font-family: Lato, sans-serif;
    color: #0074D9;
    cursor: pointer;
    margin-right: 5px;
    float: right;
}
.neon-portal-pagination {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}
.neon-portal-pagination span {
    color: var(--primary-theme-color, '#36517D') !important;
    text-align: center;
    font-family: Lato,serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    min-width: 22px;
}
.neon-portal-pagination .selected {
    color: var(--landing-page-btn-text-color, '#fff') !important;
    background: var(--primary-theme-color, '#36517D') !important;
    border-radius: 50%;
}
.neon-portal-pagination .disabled {
    cursor: not-allowed!important;
    color: #C6CBD5!important;
}
@media screen and (max-width: 1279px) {
   .neon-portal-pagination {
        gap: 12px!important;
    }
}
@media screen and (max-width: 500px) {
    .neon-portal-pagination {
        gap: 22px!important;
    }
    .neon-portal-pagination .pagination-number {
        display: none!important;
    }
    .neon-portal-pagination .pagination-number.selected {
        display: flex!important;
    }
}
.neon-portal-pagination-plus{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.neon-portal-pagination-plus .pagination-left,.neon-portal-pagination-plus .pagination-right{
    display: flex;
    align-content: center;
}
.neon-portal-pagination-plus .pagination-right{
    font-family: Lato;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: #36517D;
}
.neon-portal-pagination-plus .pagination-right select{
    border: none;
    color: #282968;
    font-family: Lato;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    -webkit-user-select: none;
    user-select: none;
    outline: none;
    text-align: center;
}
.neon-portal-pagination-plus .pagination-pager{
    -webkit-user-select: none;
    user-select: none;
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0 4px;
    display: flex;
    align-items: center;
}
.neon-portal-pagination-plus .pagination-number{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    font-family: Lato;
    font-weight: 700;
    font-size: 11px;
    color: #36517D;
    min-width: 16px;
    min-height: 18px;
    padding: 2px 5px;
}
.neon-portal-pagination-plus .selected{
    background: #282968;
    color: #fff;
    border-radius: 2px;
}
.neon-portal-pagination-plus .pagination-pre,.neon-portal-pagination-plus  .pagination-next{
    border: 0.5px solid #C0C8D7;
    padding: 0 4px;
    color: #36517D;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1px;
    cursor: pointer;
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
}
.neon-portal-pagination-plus .pagination-pre i{
    margin-right: 4px;
}
.neon-portal-pagination-plus .pagination-next i{
    margin-left: 4px;
}
.neon-portal-pagination-plus .pagination-pre.disabled,.neon-portal-pagination-plus  .pagination-next.disabled{
    border: 0.5px solid #D9DFE3;
    color: #D9DFE3;
    cursor: not-allowed;
}
@media (max-width: 668px) {
    .neon-portal-pagination-plus .pagination-right {
        display: none;
    }
    .neon-portal-pagination-plus .pagination-left {
        margin: 0 auto;
    }
}
.neon-page-sharer-modal {
    left: 0 !important;
}
.neon-page-sharer-modal .share-button-box {
    border: 1px solid var(--share-modal-color, rgba(54, 81, 125, 1));
    width: 140px;
    height: 44px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--share-modal-color, #002D41);
    cursor: pointer;
}
.share-button-box-link {
    font-size: 14px;
    color: var(--share-modal-color, #002D41)!important;
    cursor: pointer;
    width: 58px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 22px;
    text-decoration:none!important;
}
.share-button-box-link i {
    line-height: 22px;
}
.neon-page-sharer-modal .share-body-text {
    font-weight: 400;
    line-height: 14px;
    margin-left: 8px;
}

.neon-page-sharer-modal .share-body-col {
    display: flex;
    flex-wrap: wrap;
    max-width: 312px;
    margin: 0 auto;
}
.neon-page-sharer-modal .share-body-col .share-button-box {
    margin-right: 8px;
    margin-bottom: 8px;
}

.neon-page-sharer-modal .share-body-col .share-button-box:nth-child(2),
.neon-page-sharer-modal .share-body-col .share-button-box:nth-child(4) {
    margin-right: 0;
}
.neon-page-sharer-modal .share-body-col .share-button-box:nth-child(3),
.neon-page-sharer-modal .share-body-col .share-button-box:nth-child(4) {
    margin-bottom: 0;
}

.neon-page-sharer-modal .share-button-box-row {
    width: 100%;
    margin-top: 8px;
}
.neon-page-sharer-modal .shared-body-title {
    text-align: center;
    margin: 0 auto;
}
.neon-page-sharer-modal .share-footer {
   background: #fff;
}
.neon-page-sharer-modal .neonfront-btn-outline-primary {
    background: #36517D;
    min-width: 100px;
    color: #fff;
    border-radius: 4px;
    width: 60% !important;
}
.neon-page-sharer-modal .share-button-label {
    border: none;
    height: 44px;
    display: flex;
    align-items: center;
    color: #002D41;
    font-family: Lato, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    margin-top: 2px;
}

.neon-page-sharer-modal .share-url-container {
    width: 100%;
    color: #002D41;
    font-family: Lato, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    word-break: break-all;
}

.neon-page-sharer-modal .share-button-copy {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    height: 20px;
    color: #002D41;
    font-family: Lato, serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid;
    cursor: pointer;
}

@media screen and (max-width: 351px) {
    .neon-page-sharer-modal .share-button-box {
        width: 100%;
    }
}

.neon-page-sharer-modal .modal-header {
    border: none!important;
}

.neon-page-sharer-modal .modal-footer {
    border: none!important;
}

.neon-page-sharer-modal .modal-body {
    padding-top: 0!important;
}
.neon-search-select {
    position: relative;
}

.neon-search-select input {
}

.neon-search-select input:focus {
    border-color: #409eff;
}

.neon-search-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 400px;
    overflow-y: auto;
    margin: 2px 0 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    z-index: 999;
}

.neon-search-select .options li {
    font-size: 1.25rem;
    padding: 0.5rem 1rem;
}

.neon-search-select .options li:hover {
    background-color: rgba(0, 116, 217, 0.06);
    color: #16181b;
    cursor: pointer;
}

.neon-search-select .options li.selected {
    background-color: rgba(0, 116, 217, 0.06);
}

.neon-search-select .empty {
    color: #909399;
    text-align: center;
}

.neon-search-select .select-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.neon-search-select.is-invalid input {
    border-color: #dc3545;
}
/*multi select style*/

.npb-multi-select{
    position: relative;
    width: 100%;
}
.npb-multi-select .placeholder {
    display: flex;
}
.npb-multi-select .placeholder .npb-options-input{
    cursor: pointer;
}
.npb-multi-select .placeholder .input-right-text{
    position: absolute;
    right: 15px;
    top: 14px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #0074D9;
}
.npb-multi-select .placeholder .input-right-text span i{
    color: #54698D;
}
.npb-multi-select .placeholder .has-val {
    color: #0074D9;
    font-size: 14px;
    line-height: 16px;
}


.npb-multi-select .list-scrollbar{
    max-height: 300px;
    overflow-y: scroll;
}
.npb-multi-select .list-scrollbar::-webkit-scrollbar{
    width: 4px;
    cursor: pointer;
}
.npb-multi-select .list-scrollbar::-webkit-scrollbar-thumb {
    background: #C0C8D7;
    border-radius: 4px;
    min-height: 51px;
    cursor: pointer;
}
.npb-multi-select .filter-seach-empty{
    color: #002d41;
    font-size: 13px;
    font-family: Lato;
    font-style: italic;
    padding: 15px;
}
.npb-multi-select .up-arrow {
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -14px;
    margin-left: calc(100% - 32px);
    border: solid 7px transparent;
    border-bottom: solid 7px #E6E9EE;
}

.npb-multi-select .up-arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -6px;
    top: -5px;
    border: solid 6px transparent;
    border-bottom: solid 6px white;
}

.npb-multi-select .items {
    list-style: none;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
}

.npb-multi-select .items .item {
    min-height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
}
.npb-multi-select .items .item label{
    width: 100%;
    display: flex;
    padding: 8px 16px;
    cursor: pointer;
    align-items: center;
}
.npb-multi-select .items .item .item-text{
    max-width: 220px;
    word-break: break-word;
    white-space: break-spaces;
}
.npb-multi-select .items .item label .item-checked{
    border: 1px solid #a8b7c7;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
    outline: none;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
}
.npb-multi-select .items .item:hover {
    background: #E2F2FE !important;
}

.npb-multi-select .list-checkbox-input{
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}
.list-checkbox-input .list-checkbox-inner{
    display: inline-block;
    position: relative;
    border: 1px solid #a8b7c7;
    border-radius: 0;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-color: #fff;
    z-index: 1;
    margin-right: 12px;
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
}
.item.is-selected .list-checkbox-inner{
    background: #0074D9;
    border-color: #0074D9 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.npb-multi-select .items .item.is-selected {
    background: #E2F2FE;
}

.npb-multi-select .footer {
    height: 35px;
    line-height: 15px;
    padding: 10px;
    color: #242d00;
    border-top: 1px solid #EEF1F6;
    font-size: 12px;
    letter-spacing: 0;
}

.npb-multi-select .footer span {
    font-family: Lato, sans-serif;
    color: #0074D9;
    cursor: pointer;
    margin-right: 5px;
    float: right;
}

.npb-multi-select .input-right-text {
    position: absolute;
    right: 15px;
    top: 14px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #0074D9;
}
.npb-multi-select .input-right-text span i {
    color: #54698D;
}
.neon-input .clear-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #54698D;
    z-index: 10;
    font-size: 14px;
}
.neon-input{
    width: 100%;
}
.neon-input .input {
    height: 44px;
    font-size: 14px;
}
.calendar-input{
    width: 1%!important;
    flex: 1 1 auto!important;
}
.neon-advanced-search-box .fa-calendar-alt, .neon-advanced-search-box .fa-clock{
    line-height: 30px;
    height: 44px;
}
.npb-options-input {
    background: #FFFFFF;
    border: 1px solid #C0C8D7;
    border-radius: 4px;
    height: 44px;
    width: 100%;
    padding: 14px 16px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #002D41;
    outline: 0;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
body {
    overflow-x: hidden;
}

.g-recaptcha .grecaptcha-badge {
    display: none !important;
}

.re-captcha-policy-border {
    border-bottom: 1px dotted #C0C8D7;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-right: 12px;
    font-size: 0.75rem;
    text-align: right;
    color: #98A5BB;
}

.re-captcha-policy {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #98A5BB;
}

.neonfront{
min-height: 100vh;
display: flex;
flex-direction: column;
}

/** for vue load flash*/
[v-cloak]{
    display: none;
}

.navbar .container-fluid.neonfront_header {
    display: flex;
    background: transparent;
    padding: 0px 30px;
    min-height: 110px;
}

.neonfront_logo {
    min-height: 45px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.neonfront_logo img {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 100%;
}

.neonfront_links {
    display: flex;
    margin-left: auto;

}

.neonfront_link {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 75px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    color: #002D41;
    text-decoration: none;
}

.neonfront_link.neonfront_link_account_logged {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0px;
    font-size: 24px;
    color: #54698D;
    text-decoration: none;
}

.neonfront_cover {
    display: flex;
    padding: 0;
    flex-grow: 1;
}

.form_mask_layer {
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(155, 155, 155, 0.2);
    display: none
}
.form_mask_layer span{
    position: absolute;top: 72px;
}
.form_mask_layer p{
    position: relative;top: 50%;left: 50%;
}

.form_mask_layer img{
    left: 8px;position: absolute;
}
.neonfront_container {
    width: 440px;
    padding: 20px 32px;
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgba(47, 73, 117, 0.14), 0 2px 2px rgba(47, 73, 117, 0.12), 0 1px 3px rgba(47, 73, 117, 0.2);
    border-radius: 4px;
    flex-shrink: 0;
    flex-grow: 0;
}

.neonfront_content_title {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.909091px;
    text-transform: uppercase;
    color: #1C2023;
    margin-bottom: 6px;
    padding: 10px;
}

.navbar-brand {
    z-index: 100;
}

.navbar-collapse {
    z-index: 100;
}

.neonfront_content_desc {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #3C4144;
    padding: 10px;
    word-break: break-all;
}

.neonfront_content_media {
    padding-top: 18px;
    padding: 10px;
}

.neonfront_content_media.media_object {
    margin: auto auto;
    max-width: 325px;
}

.neonfront_content_desc>p{
    margin-bottom: 0.5rem;
}

.neonfront_content_desc>p:last-child{
    margin-bottom: 0rem;
}

.neonfront_content_media {
    width: 100%;
    margin-top: 6px;
    display: flex;
    padding: 5px 10px;
}

.neonfront_content_media .media_object {
    margin: auto;
}

.neonfront_content_media img {
    max-width: 100%;
}

.neonfront_content_campaign{
    text-align: center;
}

.neonfront_content_campaign>.box{
    background: #FFFFFF;
    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);
    border-radius: 4px;
}

.neonfront_footer {
    min-height: 4rem;
}

.neonfront_footer_lv_info {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    padding-top: 21px;
    padding-bottom: 3px;
    word-break: break-word;
}

.neonfront_footer_lv_media {
    padding: 12px 20px;
    font-size: 20px;
}

.neonfront_footer_lv_media i {
    padding: 0 12.5px;
}

.neonfront_exit_check i{
    font-size: 60px;
    color: #008000;
}

.neonfront_exit_amount{
    font-family: Lato;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 33px;
    color: #002D41;
}

.neonfront_exit_title{
    font-family: Lato;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px;
    color: #002D41;
    margin-bottom: 17px;
}

.neonfront_exit_text{
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #54698D;
    margin-bottom: 17px;
}

.neonfront_daf_exit_tracking_id{
    text-decoration: none;
    font-weight: bold;
    margin-top: 13px;
}
.neonfront_daf_exit_step{
    display: flex;
    background-color: #f9fafc;
    min-height: 76px;
    align-items: center;
}

.neonfront_daf_exit_step_span{
    font-weight: bold;
    color: #3C4144;
}
.neonfront_daf_exit_mb0{
    margin-bottom: 0 !important;
}
.neonfront_daf_exit_mp0{
    margin-top: 0 !important;
}
.neonfront_daf_exit_step_content{
    text-align: left;
    padding-left: 8px;
}
.neonfront_daf_exit_continue_btn{
    margin-top: 33px;
    padding: 0;
}
.addthis_default_style {
    margin-right: 20px;
    margin-top: 20px;
}

.xq-facebook {
    padding-left: 20px;
}

.at-icon-facebook, .at-icon-twitter, .at-icon-linkedin, .at-icon-email {
    width: 22px!important;
    height: 22px!important;
}

.at-icon-wrapper {
    width: 22px!important;
    height: 22px!important;
    margin-left: 19px;
    background-color: #282968!important;
    border-radius: 5px;
}

.footer_center_column_content {
    margin: auto;
    text-align: left;
}
.footer-root {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flow-root;
}
.footer-root-link {
    color: white!important;
    text-decoration: none;
}
.footer-root-right {
    float: right;
}
.footer-root-right-footer {
    margin-left: 5px;
    margin-right: 15px;
}
.footer-root-right-header {
    margin-top: 0px;
    margin-right: 25px;
}
.footer-root-left {
    float: left;
    font-family: Lato;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

.social-link-icon {
    padding: 0 12.5px;
}

.NeonPay__session {
    display: none;
}

.neonfront-paypal-text {
    color: #54698d!important;
}

.neonfront_paylater_content .neonfront_checkbox_label {
    color: #54698d!important;
}

.neonfront-profile-dropdown{
    font-family: 'Lato';
}

.neonfront-profile-dropdown i{
    cursor: pointer;
}

.neonfront-profile-dropdown .dropdown-menu{
    font-weight: 500;
    font-size: 14px;
    color: #1C2023;
    right: -20px;
    top: 34px;
}

.neonfront-profile-dropdown .dropdown-item:hover{
    background: #E2F2FE;
}

.neonfront-profile-dropdown .title{
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    color: #002D41;
    text-transform: uppercase;
}

.neonfront-profile-dropdown .fa-caret-down{
    font-size: 18px;
    color: #3C4144;
    position: absolute;
    left: 38px;
    top: 5px;
}

.neonfront-profile-dropdown .up-arrow {
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -20px;
    margin-left: calc(100% - 28px);
    border: solid 6px transparent;
    border-bottom: solid 6px #E4E7ED;
}

.neonfront-profile-dropdown .link-label{
    height: auto;
    word-wrap:break-word;
    word-break:break-all;
    overflow: hidden;
}

.neonfront-profile-dropdown .up-arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -5px;
    top: -4px;
    border: solid 5px transparent;
    border-bottom: solid 5px white;
}

.neonfront-profile-dropdown .name{
    position: relative;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background-size: cover;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    border-radius: 28px;
    text-transform: uppercase;
    background: #3C4144 center;
    background-size: cover;
}
#exit-content{
    margin-right: 0;
}
/* Phone */
@media screen and (max-width: 991px){
    .navbar .container-fluid.neonfront_header {
        padding: 0px 1%;
        min-height: 55px;
        flex-wrap: wrap;
    }

    .neonfront_link{
        display: block;
        padding: .375rem 1rem;
    }

    .navbar-toggler {
        margin-right: 3%;
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0;
    }

    .navbar-brand {
        margin-right: auto;
        padding: 15px 0 !important;
    }

    .neonfront_body {
        display: flex;
        padding: 0 2%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 48px;
        flex-direction: column;
        flex-flow: column-reverse !important; /* If form is right side in large screen, remove this css or flex-flow: column */
    }

    .neonfront_container {
        margin-left: auto;
        margin-right: auto;
    }

    /* Stepper */
    .neonfront_steppers {
        display: flex;
    }

    .neonfront_stepper_3 {
        width: 31%;
    }

    .neonfront_stepper_2 {
        width: 47%;
    }

    .neonfront_content {
        flex-shrink: 0;
        flex-grow: 0;
        width: 100%;
        margin-bottom: 12px;
        margin-left: auto;
        margin-right: auto;
        order: 1;
    }

    .neonfront_content_title {
        padding-top: 20px;
    }

    .neonfront_container {
        width: 100% !important;
        padding: 20px 1%;
        background: #FFFFFF;
        border: 1px solid #C5D0DE;
        box-sizing: border-box;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
        border-radius: 2px;
        flex-shrink: 0;
        flex-grow: 0;
    }

    .neonfront-form {
        padding: 0px 30px;
    }

    .neonfront_form_failed_container {
        margin-right: -22px;
        margin-left: -22px;
    }

    .re-captcha-policy-border {
        margin-right: -22px;
        margin-left: -22px;
    }

    #neonfront-modal .modal-footer {
        margin-left: -4px;
        margin-right: -4px;
    }

    .neonfront_header .neonfront_link.login_button {
        margin-left: 15px;
        margin-top: 10px;
    }

    .neonfront_footer_lv_info .col-md-12,
    .neonfront_footer_lv_info .col-md-6,
    .neonfront_footer_lv_info .col-md-4 {
        padding: 0 30px;
    }
    .neonfront-form-back-button{
        left: -26px;
    }

    .neonfront-portal-left-nav{
        display: none;
    }
    .neonfront-portal-left-nav-mini {
        display: block;
        width: 260px;
        height: 100%;
        position: fixed;
        overflow: auto;
        top: 0;
    }
    .neonfront-portal-mobile-cover {
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        position: fixed;
        top: 0;
        z-index: 1;
    }
    .neonfront-portal-nav-bar{
        display: block;
    }

    .neonfront_constituent_body{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .neonfront-profile-dropdown .up-arrow {
        margin-left: 51px;
    }

    .neonfront-list-panel .header {
        height: auto;
    }

    #search-input-group{
        width: 215px;
    }
    .neonfront-modal-edit {
        padding-left: 0px !important;
    }
    .neonfront-modal-edit .modal-content{
        width: 375px !important;
    }
    .neonfront-modal-edit .modal-header2{
        padding-right: 20px !important;
        margin-bottom: 15px;
    }
    .neonfront-modal-edit .neonfront_stepper {
        width: 150px !important;
    }

    div[name="name:reCaptcha"]{
        display: flex;
        justify-content: center;
    }
}

/* Pad */
@media screen and (min-width:992px) and (max-width:1400px){
    .neonfront_body {
        display: flex;
        flex: 0 0;
        align-items: flex-start;
        padding: 0 28px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 48px;
    }

    .neonfront_content {
        flex-shrink: 0;
        flex-grow: 0;
        width: 350px;
    }
    .neonfront-form {
        padding: 0px 18px;
    }


    .neonfront_body > :first-child {
        margin-right: 48px
    }

    .neonfront_form_failed_container {
        margin-right: -27px;
        margin-left: -27px;
    }

    .re-captcha-policy-border {
        margin-right: -26px;
        margin-left: -26px;
    }

    .login_toast {
        width: 35%;
    }

    .footer_center_column {
        display: flex;
    }

    .navbar-brand {
        margin-right: auto;
        padding: 15px 0 !important;
    }

    .neonfront-modal .modal-footer {
        margin-left: -24px;
        margin-right: -24px;
    }

    .neonfront_footer_lv_info .col-md-12,
    .neonfront_footer_lv_info .col-md-6,
    .neonfront_footer_lv_info .col-md-4 {
        padding: 0 50px;
    }

    .neonfront-form-back-button{
        left: -35px;
    }

    .neonfront-portal-left-nav {
        display: block;
        width: 260px;
    }
    .neonfront-portal-left-nav-mini, .neonfront-portal-content .modal-backdrop.fade.show {
        display: none;
    }
    .neonfront-portal-mobile-cover {
        display: none;
    }

    .neonfront-portal-nav-bar {
        display: none;
    }

    .neonfront-profile-dropdown .up-arrow {
        /*margin-left: 51px;*/
    }

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

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

    #search-input-group{
        width: 304px;
    }

    div[name="name:reCaptcha"]{
        display: flex;
        justify-content: center;
    }
}

/* Large Screen */
@media screen and (min-width:1400px){
    .neonfront_body {
        display: flex;
        flex: 0 0;
        align-items: flex-start;
        padding: 0 28px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        margin-bottom: 48px;
    }

    .neonfront_content {
        flex-shrink: 0;
        flex-grow: 0;
        width: 350px;
    }

    .neonfront-form {
        padding: 0px 18px;
    }

    .neonfront_body > :first-child{
        margin-right: 48px
    }

    .login_toast {
        width: 25%;
    }

    .footer_center_column {
        display: flex;
    }

    .neonfront_form_failed_container {
        margin-right: -50px;
        margin-left: -50px;
    }
    .neonfront-portal.neonfront_form_failed_container {
        margin-right: -40px;
        margin-left: -40px;
    }
    .re-captcha-policy-border {
        margin-right: -48px;
        margin-left: -48px;
    }

    .neonfront-modal .modal-footer {
        margin-left: -23px;
        margin-right: -23px;
    }

    .navbar-brand {
        margin-right: auto;
        padding: 15px 0 !important;
    }

    .neonfront_footer_lv_info .col-md-12,
    .neonfront_footer_lv_info .col-md-6,
    .neonfront_footer_lv_info .col-md-4 {
        padding: 0 50px;
    }

    .neonfront-form-back-button{
        left: -35px;
    }

    .neonfront_constituent_body{
        width: 996px;
    }

    .neonfront-portal-left-nav{
        display: block;
        width: 260px;
    }

    .neonfront-portal-left-nav-mini, .neonfront-portal-content .modal-backdrop.fade.show {
        display: none;
    }

    .neonfront-portal-mobile-cover {
        display: none;
    }

    .neonfront-portal-nav-bar{
        display: none;
    }

    #contactsListModal,.neonfront-confirm-modal{
        left: 130px;
    }

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

    #search-input-group{
        width: 304px;
    }
    div[name="name:reCaptcha"]{
        transform: scale(1.12);
        transform-origin: 0 center;
    }
    .file-content-width{
        width:660px;
        margin-top: 0px;
    }
    .address-content-width{
        width:550px;
        margin-top: 0;
    }

}
.neonfront-form {

}
.neonfront_container .neonfront-form .col p a{
    word-break: break-word;
    overflow-wrap: break-word;
}
.neonfront-subform {
    padding: 8px 28px;
    width: 100%;
    min-height: 20px;
    background: #F9FAFC;
    border: 1px solid #E7EBF7;
    border-radius: 2px;
}
.neonfront_element .col-md-12.mt-3 .neonfront-subform{
    padding: 8px 15px;
}
.neonfront-subform .neonfront_element{
    margin-bottom: 1rem !important;
}

.neonfront_element.mb-3 {
    margin-bottom: 18px;
}

/* Stepper */
.neonfront_steppers.row {
    margin: 0;
}

.neonfront_stepper {
    height: 4px;
    background: #C1C9D2;
    border-radius: 4px;
}

.neonfront_stepper.on {
    background: #282968;
}

.neonfront_stepper_title {
    display: flex;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #3C4144;
    margin-top: 8px;
}

.neonfront_stepper_num {
    height: 18px;
    width: 18px;
    background: #28296B;
    color: rgba(255, 255, 255, 0.87);
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    border-radius: 9px;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 7px;
    flex-shrink: 0;
}

.neonfront_page_desc{
    font-family: Lato;
    font-size: 0.75rem!important;
}

.neonfront_page_desc ol,.neonfront_page_desc ol{
    margin-bottom: 0px;
}

/* Label */
.neonfront_element label.form-label {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #54698D;
    margin-bottom: 5px;
    word-break: break-word;
}

.neonfront_element label.section-label{
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase!important;
    color: #002D41;
}

.neonfront_element .desc{
    font-size: 0.75rem!important;
    color: #54698D;
    font-family: Lato;
    word-break: break-word;
}

.neonfront_element .gdpr_desc{
    vertical-align: top;
    margin-bottom: 5px;
}

.neonfront_element .desc .fa{
    margin-right: 5px;
}

.neonfront_element .invalid-feedback{
    font-size: 0.75rem!important;
    font-family: Lato;
    color: #DC143C;
}

.neonfront_element .invalid-feedback .fa{
    margin-right: 5px;
}

/* input*/
.neonfront_element .neonfront_input {
    height: 44px;
    font-family: Lato;
    font-size: 0.875rem;
    color: #002D41;
}
.form-select-focus:focus {
    box-shadow: none !important;
}

/* checkbox */
.neonfront_element .form-check-input[type=checkbox] {
    border-radius: 0;
    border: 1px solid #A8B7C7;
}

.neonfront_element .form-check-input:checked {
    background-color: #282968;
}

.neonfront_element .neonfront_checkbox_label {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #54698D;
}

.neonfront_element .form-check {
    margin-left: 12px;
}

/* Radio */

/* Radio group */
.neonfront_element .btn-group {
    width: 100%;
}

.neonfront_element a.from-link{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-decoration: none;
}

.neonfront-btn-primary {
    background: #282968;
    border: 1px solid #C0C8D7;
    border-radius: 3px;
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.secondary-exit-btn{
    background: #FFF;
    border: 1px solid #282968;
    border-radius: 3px;
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
}

.neonfront-btn-link{
    text-underline: none;
}

.neonfront-btn-primary:hover {
    color: #fff;
}

.neonfront-btn-paypal{
    background-image: url("../../img/paypal.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f7c457 !important;
}

.neonfront-btn-outline-primary {
    border: 1px solid #E6E9EE;
    border-radius: 3px;
    width: 100%;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}

.neonfront-btn-outline-primary.btn-sm {
    height: 32px;
    line-height: 24px;
}

.neonfront-btn-primary.btn-sm {
    height: 32px;
    line-height: 24px;
}

.neonfront-btn-outline-primary.btn-nm {
    height: 40px;
    line-height: 28px;
    background: #E7EBF7;
}

.neonfront-btn-primary.btn-nm {
    height: 40px;
    line-height: 28px;
}

.neonfront-btn-level {
    width: 100%;
    min-height: 50px;
    line-height: 48px;
    background: #F9FAFC;
    padding: 0px 13px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    color: #36517D;
    border: 1px solid #C0C8D7;
    border-radius: 4px;
    padding-left: 40px;
    padding-right: 13px;
    cursor: pointer;
}

.neonfront-btn-level:hover {
    border: 1px solid #282968;
    background: rgba(40, 41, 104, 0.1);
}

.neonfront-btn-level .name{
    display: block;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.neonfront-check-input-level {
    position: absolute;
    left: 18px;
    top: 12px;
}

.neonfront-check-input-level:checked + .neonfront-btn-level, .neonfront-check-input-level:active + .neonfront-btn-level, .neonfront-btn-level:active, .neonfront-btn-level.active, .neonfront-btn-level.dropdown-toggle.show {
    border: 1px solid #282968;
    background: rgba(40, 41, 104, 0.1);
}

.neonfront-btn-outline-primary.btn-sm {
    height: 32px;
    line-height: 24px;
    font-size: 0.875rem;
}

.neonfront-btn-outline-primary.btn-lg {
    height: 44px;
    line-height: 28px;
}

.neonfront-btn-primary.btn-lg {
    height: 44px;
    line-height: 28px;
}
.secondary-exit-btn.btn-lg {
    height: 44px;
    line-height: 28px;
}

.neonfront-btn-outline-primary.btn-ex-lg {
    height: 54px;
    line-height: 28px;
}

.neonfront-btn-primary.btn-ex-lg {
    height: 54px;
    line-height: 28px;
}

.neonfront-btn-link{
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #282968;
}

.neonfront-btn-link2{
    font-size: 14px;
    font-weight: 500;
    color: #0074D9;
    text-decoration: none;
}

.neonfront-btn-link-disable, .neonfront-btn-link-disable:hover {
    font-size: 14px;
    font-weight: 500;
    color: #b4b5b6;
    text-decoration: none;
    cursor: not-allowed;
}

.btn-check:checked + .neonfront-btn-outline-primary, .btn-check:active + .neonfront-btn-outline-primary, .neonfront-btn-outline-primary.active, .neonfront-btn-outline-primary.dropdown-toggle.show {
    background: #282968;
    border: 1px solid #C0C8D7;
    color: #fff;
    font-weight: 700;
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.neonfront_radio_grid .row+.row {
    margin-top: 10px;
}

.neonfront-col-c2 .btn {
    width: 100%;
}

.neonfront_field_desc {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #54698D;
}

.neonfront_checkbox_desc {
    margin-top: 16px;
}

.neonfront_payment_tab{
    font-family: Lato;
    font-size: 1rem!important;
    cursor: pointer;
}

.neonfront_payment_tab .col, .neonfront_payment_tab .col-auto{
    border-bottom: 2px solid #C5D0DE;
    color: #54698D;
    padding-bottom: 0.5rem;
    padding-left: 0.25rem;
}

.neonfront_payment_tab .active{
    border-bottom:4px solid #282968;
    color:#002D41;
    font-weight: bold;
}

#payment-card-container {
    height: 44px;
    padding-top: 0.75rem;
}

#payment-card-container iframe {
    height: 36px !important;
}

#card-swipe-container {
    text-align: right;
    font-family: Lato;
    font-size: 0.75rem;
    font-weight: 400;
    color: #0074D9;
}

#card-swipe-container a{
    text-decoration: none;
    cursor: pointer;
    padding-left: 28px;
    background-image: url("../../img/swipe-icon.svg");
    background-repeat: no-repeat;
    background-position-y: 3px;
}

#card-swipe-container a:hover{
    text-decoration: none;
    background-image: url("../../img/swipe-icon-hover.svg");
    color: #0044A8;
}

#payment-google-container{
     height: auto;
     max-height: 48px;
     margin: auto;
}

 #payment-apple-container {
    height: auto;
    max-height: 44px;
    margin: auto;
}

#payment-google-container{
    width: 100%;
}

#payment-apple-container{
   width: 100%;
}

#payment-google-container iframe {
    height: 48px !important;
}

.neonfront-form-back-button{
    font-size: 18px;
    position: absolute;
}

.neonfront-paypal-text {
    font-family: Roboto;
    font-size: 1rem;
    line-height: 19px;
    color: #36517D;
}

.neonfront-paypal-text > .amount {
    background: #F9FAFC;
    border: 1px solid #E7EBF7;
    font-weight: 900;
    color: #36517d;
    text-align: center;
    padding: 10px 0px;
}

.line-text-splitter > .line {
    height: 1px;
    background: #C0C8D7;
}

.line-text-splitter > .text {
    margin: auto;
    height: 20px;
    max-width: 200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -10px;
    font-family: Roboto;
    font-size: 0.625rem;
    font-weight: 500;
    color: #98A5BB;
    background: #fff;
    text-align: center;
}

.neonfront-recurring-amount {
    font-family: Lato;
}

.neonfront-recurring-amount-single {
    margin-top: -10px;
}

.neonfront-recurring-amount .amount-content {
    margin-top: -5px;
}

.neonfront-recurring-amount .fee-content{
    font-size: 0.75rem !important;
    font-weight: 400;
    color: #54698D;
    margin-top: -5px;
}

.neonfront-recurring-amount .amount {
    font-size: 1.125rem !important;
    font-weight: 700;
    color: #1C2023;
}

.neonfront-recurring-amount .form-label {
    font-size: 0.75rem !important;
    color: #54698D;
    font-weight: normal;
}

.neonfront_form_failed_container {
    font-family: Roboto;
    color: #CF0534;
    background-color: #FFEBF0;
    padding: 24px;
    word-break: break-word;
}

.neonfront-table th{
    height: 40px;
    border-bottom-width: 0px;
    background-color: #FBFBFD;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    color: #002D41;
}

.neonfront-table tr.selected{
    background: #E2F2FE;
}

.neonfront-table td{
    padding-top: 12px;
    padding-bottom: 12px;
}

.neonfront-table-error{
    height: auto;
    line-height: 36px;
    background: #EFF5F9;
    border-top: 1px solid #D8DDE6;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    text-align: center;
    color: #DC143C;
}

#sub-member-container {
    margin-top: 26px;
}

#sub-member-container .sub-member-section:first-child {
    border-top: 1px solid #D8DDE6;
}

.sub-member-section {
    border-bottom: 1px solid #D8DDE6;
}

.sub-member-section .sub-member-section-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.sub-member-section .sub-member-section-body {
    padding-bottom: 1rem;
}

.sub-member-section .sub-member-section-title {
    font-family: Lato;
    font-weight: bold;
    font-size: 0.75rem;
    color: #3C4144;
    cursor: pointer;
}

.sub-member-section .sub-member-section-header > .fa-times {
    float: right;
    margin-right: -25px;
    margin-top: 5px;
    text-decoration: none;
    color: #24556E;
    cursor: pointer;
}

.sub-member-section .sub-member-section-header > .fa-times:hover {
    color: #DC143C;
}

.sub-member-choose-contacts{
    font-family: Lato;
    color: #0074D9;
    font-weight: 400;
    font-size: 0.875rem;
    cursor: pointer;
}

#search-input-group span{
    height: 32px;
    background-color: #fff;
    font-size: 0.75rem;
    color: #98A5BB;
}
#search-input-group input{
    font-family: 'Lato';
    height: 32px;
    border-left-color: #fff;
    padding-left: 0px;
    font-size: 0.75rem;
    font-weight: 400;
    font-style: normal;
}
#search-input-group input::-webkit-input-placeholder{
    color: #98A5BB;
}
#search-input-group input:-moz-placeholder{
    color: #98A5BB;
}
/* Firefox版本4-18 */
#search-input-group input::-moz-placeholder{
    color: #98A5BB;
}

.sub-member-addition {
    font-family: Lato;
    font-size: 0.875rem;
    color: #0074D9;
    margin-top: 1rem;
}

.sub-member-addition > span {
    cursor: pointer;
}

.order-summary {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 0.875rem;
    color: #3C4144;
}

.order-summary .auto-renew-text{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: 0.75rem;
    color: #36517D;
}

.order-summary .item-name {
    font-size: 1rem;
    color: #093448;
    font-weight: 800;
}

.order-summary .section-title {
    font-weight: bold;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #002D41;
    margin-bottom: 20px;
}

.order-summary .item-name i {
    font-size: 0.875rem;
    color: #0074D9;
    margin-left: 6px;
    cursor: pointer;
}

.order-summary .neonfront-subform {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.order-summary .sub-idx {
    color: #1D1D1D;
}

.order-summary .sub-item-name {
    color: #36517D;
}

.order-summary .blue-text {
    color: #0044A8;
}

.order-summary .sign-block {
    width: 44px;
    height: 44px;
    background: #E8EEF2;
    border-radius: 3px;
    font-size: 20px;
    color: #54698D;
    line-height: 44px;
    text-align: center;
    font-weight: 900;
}

.order-summary .amount-block {
    min-width: 50px;
    height: 32px;
    background: #E6E9EE;
    border: 1px solid #E8EEF2;
    border-radius: 4px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 32px;
    color: #54698D;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.order-summary .total-item-name {
    color: #54698D;
}

.order-summary .total-item-amount {
    color: #002D41;
}

.order-summary .total {
    font-weight: bold;
    font-size: 1.125rem;
    color: #002D41;
}

.order-summary .fa-times {
    font-size: 0.75rem;
    float: right;
    text-decoration: none;
    color: #72839F;
    cursor: pointer;
}

.order-summary .fa-times:hover {
    color: #DC143C;
}

.current-membership-section {
    color: #3C4144;
    font-size: 0.75rem;
}

.current-membership-section .current-membership-label {
    color: #36517D;
}

.current-membership-section .current-membership-name {
    color: #093448;
    font-size: 0.875rem;
    font-weight: 600;
}

.tooltip {
    font-size: 0.75rem !important;
}

.x-splitter {
    height: 1px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #D8DDE6;
}

.border-section {
    border-color: #C0C8D7;
}

select[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    cursor: no-drop;
    pointer-events: none;
}

select[readonly] option {
    display: none;
}

.form-check-input.readonly {
    pointer-events: none;
    filter: none;
    opacity: .5;
}

.form-check-input.readonly~.form-check-label {
    pointer-events: none;
    opacity: .5;
}

.amount-other-group input{
    border-right-color: #fff;
}

.amount-other-group .is-invalid {
    border-right-color: #dc3545;
}

.amount-other-group span{
    font-size: 0.875rem;
    font-weight: 400;
    color: #54698D;
}

.amount-other-group span:first-child{
    background-color: #E8EEF2;
    padding-right: 15px;
    padding-left: 15px;
}

.amount-other-group span:last-child{
    font-family: Lato;
    background-color: #fff;
    padding-right: 15px;
    padding-left: 15px;
}

.account-photo-container{
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #FFFFFF;
    border-radius: 50px;
    line-height: 100px;
    color: #36517D;
    font-size: 2em;
    font-weight: 400;
    background: #E6E9EE center;
    background-size: cover;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

/** 12px */
.fs-075 {
    font-size: 0.75rem !important;
}

/** 14px */
.fs-875 {
    font-size: 0.875rem !important;
}

/** 10px */
.fs-625 {
    font-size: 0.625rem !important;
}

/** 32px */
.ms-02 {
    margin-left: 2rem !important;
}

input[type="password"]::-ms-reveal{
    display: none;
}
input[type="password"]::-ms-clear{
    display: none;
}
input[type="password"]::-o-clear{
    display: none;
}

.password-section{
    position: relative;
}


.neon-password-eye-icon{
    line-height: 44px;
    color: #54698D;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.password-padding-eye{
    padding-right: 2.6rem!important;
    padding-left: .75rem!important;
    background-image: none!important;
}

.password-section + .invalid-feedback{
    display: block!important;
}

.password-section + .desc + .invalid-feedback{
    display: block!important;
}

#dd-company-name-input .Select-menu{
    overflow-y: auto !important;
}

#dd-container .Select-menu{
    overflow-y: auto !important;
}
/*DEV-15763 neonpay 3.0*/
#achPay-container .NeonPay__field {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #54698D;
    margin-bottom: 5px;
}
#achPay-container .neonpay__bank-field{
    height: 44px;
    font-family: Lato;
    font-size: 0.875rem;
    color: #002D41;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#achPay-container .neonpay__bank-field:focus {
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
#achPay-container .NeonPay__field .neonpay__bank-error{
    font-size: 0.75rem!important;
    font-family: Lato;
    color: #DC143C;
    margin-top: 0.25rem;
}

.form-check-invalid-input {
    cursor: not-allowed!important;
    float: left!important;
    margin-left: -1.5em!important;
    margin-right: 0!important;
    margin-top: .25em!important;
    vertical-align: top;
    width: 16px;
    height: 16px;
}

.recurring-date-options{
    background-color: #F9FAFC;
    min-height: 90px;
    border: 1px solid #e7ebf7;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 2px;
    padding: 15px 20px;
}

.recurring-date-tooltip{
    pointer-events: none;
    cursor: not-allowed;
}

.card-error-message{
    color: red;
}
@media (max-width: 481px) {
    .phone-card-button{
        font-size: 16px !important;
    }
}

@media (max-width: 375px) {
    .phone-card-button{
        font-size: 15px !important;
    }
}
/* fiters.html */
.portal-filters-search {
    display: flex;
    align-items: center;
    position: relative;
}
.portal-filters-search .neonfront-btn-outline-primary{
    width: 86px;
    font-size: 12px;
    color: #28296B;
}
.portal-filters-search .portal-filters-clear{
    color: #0074D9;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    margin-left: 15px;
    margin-right: 5px;
    cursor: pointer;
}
.portal-filters-search .portal-filters-num{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #E2F2FE;
    display: flex;
    justify-content: center;
    align-items: center;
}
.portal-filters-search .portal-filters-num span{
    color: #002D41;
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
}
.portal-filters-search-box{
    background: #fff;
    box-shadow: 0 0 2px 0 #2F497524;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    margin-top: 10px;
    position: relative;
    z-index: 999;
    width: 109%;
    transform: translateX(-4%);
}
.portal-filters-search-box .up-arrow{
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -13px;
    margin-left: 52px;
    border: solid 6px transparent;
    border-bottom: solid 6px #E5E5E5;
}
.portal-filters-search-box .up-arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -5px;
    top: -4px;
    border: solid 5px transparent;
    border-bottom: solid 6px white;
}
.portal-filters-search-box .pfsb-header{
    height: 40px;
    padding: 12px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.portal-filters-search-box .pfsb-header .pfsbh-title{
    font-family: Lato;
    font-size: 0.875rem;
    font-weight: 600;
    color: #002D41;
}
.portal-filters-search-box .pfsb-header .pfsbh-close{
    width: 60px;
    height: 32px;
    color: #0074D9;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.portal-filters-search-box .pfsb-body{
    padding: 12px;
}
.portal-filters-search-box .pfsbb-group{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.portal-filters-search-box .pfsbb-group .pfsbg-label{
    color: #002D41;
    font-family: Lato;
    font-size: 13px;
    font-weight: 400;
    flex: 1 auto;
    min-width: 60px;
    word-break: break-word;
    overflow-wrap: break-word;
}
.portal-filters-search-box .pfsbb-group .neonfront_input{
    max-width: 200px;
}
.portal-filters-search-box .input-group-text{
    background: #fff;
    color: #54698D;
    width: 44px;
}
/* opportunities.html */
.popal-opportunities-tile{
    border: 1px solid #C0C8D7;
    box-shadow: 0 1px 3px 0 #2F497533, 0 2px 2px 0 #2F49751F, 0 0 2px 0 #2F497524;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 10px;
}
.popal-opportunities-tile.popal-opportunities-tile-selected{
    background: rgba(40, 41, 104, 0.1);
    border: 1px solid #282968;
}
.popal-opportunities-tile .popal-opportunities-tile-col{
    display: flex;
    align-items: center;
}
.pot-neon-input-group input{
    cursor: pointer;
}
.popal-opportunities-tile .pot-neon-input-group-label{
    display: flex;
    cursor: pointer;
    align-items: center;
    user-select: none;
}
.popal-opportunities-tile .popal-opportunities-tile-col .pot-neon-round-img {
    height: 44px;
    width: 44px;
    margin: 0 10px;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    display: flex;
}
.popal-opportunities-tile .popal-opportunities-tile-col .pot-neon-round-img i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.popal-opportunities-tile .popal-opportunities-tile-col .pot-neon-round-img img{
    height: 44px;
    width: 44px;
    border-radius: 4px;
    object-fit: cover;
}
.popal-opportunities-tile .popal-opportunities-tile-col .pot-date-show-year{
    color: #002D41;
    font-family: Lato;
    font-size: 0.875rem;
    font-weight: 500;
    min-width: 130px;
    max-width: 176px;
}
.popal-opportunities-shifts-content .pot-date-show-year{
    font-weight: 600 !important;
}
.popal-opportunities-tile .popal-opportunities-tile-col .pot-date-show-mmdd{
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    color: #3C4144;
}
.popal-opportunities-tile .popal-opportunities-tile-col .pot-name-expend-chevron{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.popal-opportunities-tile .popal-opportunities-tile-col .pot-name-expend-chevron i{
    font-size: 12px;
    color: #36517D;
    cursor: pointer;
}
.popal-opportunities-tile .pot-name-expend-content{
    border-top: 1px solid #C0C8D7;
    margin-top: 10px;
    user-select: none;
}
.popal-opportunities-tile .pnec-describe{
    color: #002D41;
    font-family: Lato;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 25px;
}
.pot-name-expend-content .pnec-text-group{
    display: flex;
    font-family: Lato;
    font-size: 13px;
    font-weight: 400;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 15px;
}
.pot-name-expend-content .pnec-text-group p{
    margin-bottom: 0;
}
.pot-name-expend-content .pnec-text-group .pnectg-fisrt{
    width: 70px;
    min-width: 70px;
    color: #36517D;
    margin-right: 20px;
}
.pot-name-expend-content .pnec-text-group .pnectg-end{
    color: #002D41;
}
.pot-name-expend-content .pnec-text-group .pnectg-end .role-panel{
    border-radius: 15px;
    width: 170px;
    margin: 0 10px 10px 0;
    text-align: center;
    padding: 0 5px;
    display: flex;
    max-height: 25px;
    justify-content: center
}
.pot-name-expend-content .pnec-text-group .pnectg-end .role-panel .role-name{
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* shifts.html */
.neonfront_element .popal-opportunities-shifts-subform{
    min-height: 76px;
    display: flex;
    align-items: center;
    padding-bottom: 14px !important;
}
.popal-opportunities-shifts-subform .form-check .form-label p,
.popal-opportunities-shifts-subform .form-check {
    margin-bottom: 0;
}
.popal-opportunities-shifts-content{
    /*border-top: 1px solid #C0C8D7;*/
}
.popal-opportunities-shifts-content .pot-date-show-open{
    color: #008000;
    font-family: Lato;
    font-size: 11px;
    font-weight: 400;
}
.popal-opportunities-shifts-content .pot-date-show{
    margin-left: 10px;
}
.popal-opportunities-shifts-content .posc-title{
    font-family: Lato;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.popal-opportunities-shifts-content .posc-title-shifts{
    font-size: 14px;
    font-weight: 700;
    color: #3C4144;
    text-transform: uppercase;
}
.popal-opportunities-shifts-content .posc-title-field-des{
    font-size: 12px;
    font-weight: 400;
    color: #36517D;
}
.popal-opportunities-shifts-content .pnectg-end{
    display: flex;
    justify-content: center;
}
.opportunities-shifts-green{
    color: #008000;
}
.popal-opportunities-shifts-content .pnec-text-group-footer{
    border: 1px solid #E6E9EE;
    border-radius: 2px;
    background: #F9FAFC;
    padding: 8px;
    flex-direction: column;
}
.popal-opportunities-shifts-content .pnectg-roles-title{
    font-size: 14px;
    font-weight: 600;
    color: #36517D;
    padding-bottom: 8px;
}
.popal-opportunities-shifts-content .pnectg-roles-group{
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
}
.popal-opportunities-shifts-content .pnectg-roles-group .pnectg-roles-input-box{
    display: flex;
}
.pnectg-roles-group .pnectg-roles-input-box input{
    cursor: pointer;
}
.popal-opportunities-shifts-content .pnectg-roles-group label{
    display: inline;
}
.popal-opportunities-shifts-content .pnectg-roles-group-open{
    min-width: 78px;
    display: flex;
    flex-direction: column;
}
.popal-opportunities-shifts-content .form-check-input{
    margin-right: 10px;
    min-width: 1em;
    min-height: 1em;
}
.neonfront_element .form-check-input.neonfront_checkbox{
    cursor: pointer;
}
.neon_en_field_set {
    margin:0;
    padding:0 20px 10px;
    border: 1px solid #c0c0c0;
}

.neon_en_legend {
    font-family: Lato;
    margin-bottom: 10px;
    border-bottom:none;
    width: auto;
    font-size: 18px;
    color: #002d41;
    font-weight: bold;
    float: unset !important;
    line-height: 20px;
}

.third_part_login_label {
    text-align: center;
    opacity: 0.8;
    font-size: 14px!important;
    font-style: normal;
    font-family: Roboto;
    font-weight: normal;
    color: #333;
    font-weight: 700;
}

.third_part_login_type {
    text-align: center;
}

.third_part_login_item {
    cursor: pointer;
}

.neonfront-modal{
    font-size: 14px;
}
.go-p2p-confirm-modal{
    max-width: 580px;
    min-height: 312px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 40px 20px 20px 20px;
    position: relative;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    color: #002D41;
}

.go-p2p-confirm-modal .header {
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.go-p2p-confirm-modal .content {
    min-height: 200px;
    padding: 40px;
}
.go-p2p-confirm-modal .footer {
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
}
.go-p2p-confirm-modal .close_icon {
    position: absolute;
    top: 35px;
    right: 35px;
    color: #000000;
    cursor: pointer;
}

.neonfront-modal .modal-dialog {
    max-width: 580px !important;
    font-family: Lato;
}

.neonfront-modal .modal-header h5{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #24556E;
}

#achConfirmModal .title{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 28px;
    color: #002D41;
}

#achConfirmModal .sub-title{
    color: #54698D;
}

.neonfront-modal .modal-footer{
    border: none !important;
    background-color: #FBFBFD;
    height: 70px;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
}

#encourageLoginModal .modal-header,.neonfront-modal .modal-header {
    padding: 15px 15px 0px 15px !important;
    border-bottom: none !important;
}
.neonfront-modal .modal-header2{
    padding: 10px 0px 0px 0px;
    margin-bottom: 15px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

#encourageLoginModal .modal-body {
    padding: 0 1.5rem 0 1.5rem !important;
}

#encourageLoginModal .modal-dialog {
    max-width: 450px !important;
}

#encourageLoginModal .toast.bg-info {
    background-color: #d9edf7 !important;
    color: #31708f !important;
}

#contactsListModal .contacts-table-container{
    height: 360px;
    overflow-y: scroll;
}
#contactsListModal .contacts-table-container::-webkit-scrollbar {
    width: 6px;
}
#contactsListModal .contacts-table-container::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background-color: rgb(193 193 193);
    transition: background-color 0.3s;
}




#contactsListModal .user-name{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: #002D41;
}

#contactsListModal .term-name{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 0.75rem;
    color: #3C4144;
}

#contactsListModal .period{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.75rem;
    color: #36517D;
}

.recover_account_label {
    font-size: 14px!important;
    font-style: normal;
    font-family: Roboto;
    font-weight: bold;
    padding: 0;
    margin: 10px 0;
    color: #333;
    letter-spacing: normal;
    word-spacing: normal;
}

.email_invalid_message {
    margin-top: 4px;
    font-size: 14px!important;
    font-style: normal;
    font-family: Roboto;
    font-weight: normal;
    color: #a94442;
    letter-spacing: normal;
    word-spacing: normal;
}

.login_errors {
    font-weight: bold;
    text-align: left;
    color: #FF0000;
    font-size: 14px;
    word-break: break-word;
}

.user_logged_logo {
    cursor: pointer;
    font-size: 24px;
    padding: 0 1rem;
}
.neonfront-dashboard {
    display: block!important;
    border-top: 1px solid #DFE3E6;
}
.neon-front-no-border {
    border: none!important;
}
.neonfront-dashboard-body{
    padding-top: 28px!important;
}
.neonfront-dashoboard-box{
    border: 1px solid #E6E9EE;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(47, 73, 117, 0.16);
    background-color: #fff;
}
.neonfront-portal-content {
    flex-direction: row;
}
.fixed-title {
    font-family: Lato;
    font-size: 13px;
    font-weight: 700;
    color: #6E7477;
    text-transform: uppercase;
    padding: 14px 16px;
    width: 260px;
}
.dashboard_welcome {
    height: 70px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    font-family: Lato, Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 70px;
    color: #002D41;
}

.dashboard_content {
    display: flex;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.dashboard_content_left {
    flex: 0 0 300px;
    display: flex;
    flex-direction: column;
}

.dashboard_content_right {
    float: right;
    width: 100%;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.dashboard-block-account{
    margin-bottom: 22px;
    padding: 21px 15px 15px 15px;
}

.dashboard-block {
    margin-bottom: 22px;
    padding: 15px;
}

/* Card CSS */
.dc_donation_information_segmentation {
    height: 1px;
    background: #DADADA;
}

.dc_donation_information_division {
    width: 1px;
    background: #DADADA;
}

/* PROFILE */
.dc_profile {
    display: flex;
    flex-direction: column;
    padding-left: 27px;
    padding-right: 27px;
}

.dc_profile_user {
    display: flex;
    flex-direction: column;
}


.dc_profile_user_photo .account-header-container {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    border: 1px solid #FFFFFF;
    line-height: 100px;
    color: #36517D;
    font-size: 2em;
    font-weight: 400;
    background: #E6E9EE center;
    background-size: cover;
}

.dc_profile_user_photo .neon-head-img {
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    color: #fff;
    background: #3C4144;
    line-height: 100px;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}


.dc_profile_user_name {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #3C4144;
}

.dc_profile_user_name i{
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 22px;
    color: #0074D9;
    vertical-align: top;
}

.dc_profile_information {
    margin-top: 16px;
    margin-bottom: 16px;
}

.dc_profile_desc {
    display: flex;
}

.dc_profile_desc_icon {
    height: 25px;
    display: flex;
    flex: 0 0 30px;
}

.dc_profile_desc_icon i {
    margin: auto;
    line-height: 25px;
}

.dc_profile_desc_text {
    margin-left: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #002D41;
    word-break: break-all;
}

.dc_profile_buttons {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.dc_button_primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 182px;
    height: 44px;
    background: #282968;
    border-radius: 4px;
    margin: auto;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.dc_button_secondary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 182px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    margin: auto;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 10px;
    border: 1px solid #282968;
}

.dc_upcoming_events_header {
    display: flex;
    flex-direction: row;
    margin-left: 5px;
    width: 250px;
}

.dc_upcoming_events_title {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #002D41;
    margin-top: 5px;
}

.dc_upcoming_events_action {
    margin-left: auto;
}

.dc_upcoming_events_action button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    min-width: 63px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
}

.dc_event {
    margin-top: 16px;
    margin-bottom: 16px;
}

.dc_event_date {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 24px;
    color: #282968;
    opacity: 0.8;
    line-height: 24px;
    mix-blend-mode: normal;
}

.dc_event_name {
    line-height: 24px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3C4144;
    mix-blend-mode: normal;
}

.event-tickets{
    position: absolute;
    width: 82px;
    height: 20px;
    top: 6px;
    right: 6px;
    background: #FFFFFF;
    border: 1px solid #D8DDE6;
    border-radius: 3px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #002D41;
}

.dc_event_image{
    position: relative;
    display: table-cell;
    min-height: 30px;
    width: 250px;
    height: 120px;
    text-align: center!important;
    vertical-align: middle;
}

.dc_event_image_empty{
    height: 30px!important;
}

.dc_event_image .lar-img{
    display: none;
}

.dc_event_image .mid-img {
    display: unset;
}

/* Membership */
.dc_membership {
    padding-left: 20px;
    padding-top: 10px;
}

.dc_membership_footer{
    display: none;
}

.dc_membership_header {
    display: flex;
    flex-direction: row;
}

.dc_membership_header_left {
    display: flex;
    flex-direction: column;
}

.dc_membership_status {
    height: 17px;
    line-height: 17px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #002D41;
    margin-top: 5px;
}

.dc_membership_status_text {
    margin-left: 6px;
}

.dc_membership_title {
    height: 20px;
    line-height: 20px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #002D41;
    margin-top: 7px;
}

.dc_membership_header_right {
    display: flex;
    margin-left: auto;
}

.dc_membership_header_right button:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 4px 0px 0px 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    height: 32px;
}

.dc_membership_header_right_button_not_last{
    border-right: none;
}

.dc_membership_header_right_left-icon{
    margin-right: 10px;
}

.dc_membership_header_right button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 0px 4px 4px 0px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    height: 32px;
}

.dc_membership_header_right button:nth-child(2) i {
    margin-right: 10px;
}

.dc_membership_header_right .membership-disabled-button{
    color: #b4b5b6!important;
    cursor: not-allowed!important;
}

.dc_membership_header_right_last_one{
    border-radius: 4px!important;
}

.dc_membership_level {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dc_membership_level .ban-renew{
    color: rgb(220 20 60);
    cursor: not-allowed;
}

.dc_membership_level .can-renew{
    color: #008000;
}

.dc_membership_level span {
    height: 17px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #3C4144;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.empty-membership-level{
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #3C4144;
    word-break: break-all;
}

.dc_membership_level i {
    width: 14px;
    height: 17px;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #008000;
    margin-left: 8px;
    margin-top: 2px;
}

.dc_member_lifetime {
    margin-top: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #36517D;
    mix-blend-mode: normal;
}

.dc_membership_body .blank-membership-bg {
    width: 108px;
    height: 85px;
    background-position: center;
    margin: auto;
    background-size: 100% 100%;
}
.dc_membership_body .no-active-membership-message {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    color: #002D41;
    text-align: center;
    margin: 5px auto 10px auto;
}

.blank-button-right {
    border-radius: 4px!important;
    border: 1px solid #C0C8D7 !important;
    height: 32px!important;
    font-size: 14px!important;
    line-height: 32px!important;
    font-family: 'Roboto'!important;
    font-style: normal!important;
    font-weight: 500!important;
}

.dc_donation_body .blank-donation-bg {
    width: 108px;
    height: 85px;
    background-position: center;
    margin: auto;
    background-size: 100% 100%;
}
.dc_donation_body .no-active-donation-message {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    color: #002D41;
    text-align: center;
    margin: 5px auto 10px auto;
}


.make-donation {
    background: #282968!important;
    color: #ffffff!important;
    border-radius: 4px!important;
    border-right: 1px solid #E6E9EE!important;
    height: 32px!important;
    padding: 0 12px!important;
    font-size: 14px!important;
    line-height: 32px!important;
}

.dc_membership_term {
    margin-top: 12px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #3C4144;
    mix-blend-mode: normal;
}

.dc_membership_date {
    margin-top: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #3C4144;
    mix-blend-mode: normal;
}

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

.status-lg-dashboard{
    width: 6px;
    height: 6px;
    vertical-align: middle;
}

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

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

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

/* PORTAL MESSAGE */
.dc_portal_message_header {
    height: 22px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dc_portal_message_header-full {
    height: auto;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    word-break: break-word;
}

.dc_portal_message_content {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3C4144;
    margin-top: 12px;
    position: relative;
}

.dc_portal_message_content p {
    margin-bottom: 0.5rem!important;
}

.grow {
    height: 80px;
    position: relative;
    transition: height 10s;
    -webkit-transition: height 10s;
    overflow: hidden;
}

.grow.full {
    height: auto;
}

.dc_portal_message_footer {
    display: flex;
}

.dc_portal_message_footer_action {
    margin: auto;
    display: flex;
    flex-direction: row;
    padding-top: 12px;
}

.dc_portal_message_footer_action .action {
    display: flex;
    cursor: pointer;
}

.dc_portal_message_footer_action_text {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #282968;
}

.dc_portal_message_footer_action i {
    color: #282968;
    margin-left: 13px;
    line-height: 20px;
}

.transparent_bg_layover {
    height: 36px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    bottom: 0;
    z-index: 1000;
    width: 100%;
}

.transparent_bg_layover.show {
    display: block;
}

.transparent_bg_layover.hide {
    display: none;
}

/* DONATION */
.dc_donation {
    padding-left: 20px;
    padding-top: 10px;
}

.dc_donation_header {
    display: flex;
    flex-direction: row;
}

.dc_donation_header_left {
    height: 20px;
    line-height: 20px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #002D41;
    margin-top: 6px;
}

.dc_donation_header_right {
    display: flex;
    margin-left: auto;
}

.donation-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    height: 32px;
}

.dc_donation_content {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.dc_donation_icon {
    display: flex;
    margin-right: auto;
    flex: 0 0 73px;
    height: 73px;
    border-radius: 40px;
    background: #E2F2FE;
    margin-top: auto;
    margin-bottom: auto;
}

.dc_donation_icon i {
    margin: auto;
    height: 40px;
    font-size: 40px;
    color: #54698D;
}

.dc_donation_information {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.dc_donation_information_left {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.dc_donation_information_right {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.dc_donation_information_title {
    height: 17px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #36517D;
}

.dc_donation_information_amount {
    height: 29px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #37394C;
    margin-top: 10px;
    margin-bottom: 15px;
}

.dc_donation_information_amount_small {
    font-size: 1.25rem!important;
}

.dc_donation_information_desc {
    height: 17px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #36517D;
}

.dc_donation_information_desc_2 {
    height: 14px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-top: 6px;;
    text-align: center;
}

/* RECURRING DONATION */
.dc_rc_donation {
    padding-left: 20px;
    padding-top: 10px;
}

.dc_rc_donation_header {
    display: flex;
    flex-direction: row;
}

.dc_rc_donation_header_left {
    height: 20px;
    line-height: 20px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #002D41;
    margin-top: 6px;
}

.dc_rc_donation_header_right {
    display: flex;
    margin-left: auto;
}

.dc_rc_donation_header_right button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    height: 32px;
}

.dc_rc_donation_content {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.dc_rc_donation_icon {
    display: flex;
    margin-right: auto;
    flex: 0 0 73px;
    height: 73px;
    border-radius: 40px;
    background: #E2F2FE;
    margin-top: auto;
    margin-bottom: auto;
}

.dc_rc_donation_icon i {
    margin: auto;
    height: 40px;
    font-size: 40px;
    color: #54698D;
}

.dc_rc_donation_information {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.dc_rc_donation_information_title {
    height: 17px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #36517D;
}

.dc_rc_donation_information_amount {
    height: 29px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #37394C;
    margin-top: 10px;
    margin-bottom: 15px;
}

.dc_rc_donation_information_desc {
    height: 17px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #36517D;
}

.dc_rc_donation_information_desc_2 {
    height: 14px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-top: 6px;;
    text-align: center;
}

.dc_rc_donation_body .blank-rc-donation-bg {
    width: 108px;
    height: 85px;
    background-position: center;
    margin: auto;
    background-size: 100% 100%;
}


.dc_rc_donation_body .no-active-rc-donation-message {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    color: #002D41;
    text-align: center;
    margin: 5px auto 10px auto;
}

.dc_empty_button_header_replace {
    margin-top: 32px;
}

/* VOLUNTEER */
.dc_volunteer {
    padding-left: 20px;
    padding-top: 10px;
}

.dc_volunteer_header {
    display: flex;
    flex-direction: row;
}

.dc_volunteer_header_left {
    height: 20px;
    line-height: 20px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #002D41;
    margin-top: 6px;
}

.dc_volunteer_header_right {
    display: flex;
    margin-left: auto;
}

.dc_volunteer_header_right button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    height: 32px;
}

.dc_volunteer_content {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.dc_volunteer_icon {
    display: flex;
    margin-right: auto;
    flex: 0 0 73px;
    height: 73px;
    border-radius: 40px;
    background: #E2F2FE;
    margin-top: auto;
    margin-bottom: auto;
}

.dc_volunteer_icon i {
    margin: auto;
    height: 40px;
    font-size: 36px;
    color: #54698D;
}

.dc_volunteer_information {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
}

.dc_volunteer_information_left {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.dc_volunteer_information_right {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.dc_volunteer_information_title {
    height: 17px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #36517D;
}

.dc_volunteer_information_amount {
    height: 29px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #37394C;
    margin-top: 10px;
    margin-bottom: 15px;
}

.dc_volunteer_information_desc {
    height: 17px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #36517D;
}

.dc_volunteer_information_desc_2 {
    height: 14px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    color: #4A4A4A;
    margin-top: 6px;;
    text-align: center;
}

.dc_volunteer_body .blank-volunteer-bg {
    width: 108px;
    height: 85px;
    background-position: center;
    margin: auto;
    background-size: 100% 100%;
}


.dc_volunteer_body .no-active-volunteer-message {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    color: #002D41;
    text-align: center;
    margin: 5px auto 10px auto;
}

.sidebar-title.element-hidden {
    visibility: hidden;
}

/* 宽度大于992px 且高度小于1257的屏幕显示此样式 */
@media only screen and (min-width: 992px) and (max-width: 1257px){
    .dashboard_content_right {
        width: 100%!important;
    }

    .dashboard-section{
        width: calc(100% - 10px)!important;
        min-height: 180px!important;
        height: auto!important;
    }

    .dashboard-section-expand {
        width: calc(100% - 10px)!important;
    }

    .dc_portal_message{
        width: calc(100% - 10px)!important;
    }

    .dc_donation_content {
        margin-right: -15px;
    }
    .dc_donation_information_left {
        flex: 1.1!important;
    }
    .dc_donation_information_right {
        flex: 0.9!important;
    }

    .dc_donation_information_desc {
        height: auto!important;
    }

    .dc_volunteer_information {
        padding-right: 0!important;
        padding-left: 0!important;
    }

    .dc_donation_information_desc_2 {
        height: auto!important;
    }

    .dc_volunteer_content {
        margin-right: -15px;
    }

}


/* 宽度大于992px的屏幕显示此样式 */
@media only screen and (min-width: 992px){

    .dashboard_content_right {
        width: 610px;
    }

    .dc_big_screen .dc_event_image img {
        border-radius: 4px;
        max-height: 120px;
        max-width: 250px;
    }

    .dc_events {
        width: 250px;
        margin: auto;
    }

    .dc_small_screen {
        display: none;
    }

    .dc_events {
        width: 250px;
        margin: auto;
    }
}

/* 宽度大于968px 小于991px的屏幕显示此样式 */
@media only screen and (min-width: 968px) and (max-width: 991px){
    .dashboard_content_right {
        width: 100%!important;
        min-width: 416px;
    }

    .dashboard-section{
        width: calc(100% - 10px)!important;
        min-width: 416px;
        min-height: 180px!important;
        height: auto!important;
    }

    .dashboard-section-expand {
        width: calc(100% - 10px)!important;
    }

    .dashboard_welcome .sidebar-title{
        display: none;
    }

    .welcome-text{
        margin-left: 16px;
    }

    .dc_small_screen {
        display: none;
    }

    .dc_big_screen .dc_event_image img {
        border-radius: 4px;
        max-height: 120px;
        max-width: 250px;
    }

    .dc_events {
        width: 250px;
        margin: auto;
    }
}

/* 宽度大于768px 且 小于968的屏幕显示此样式 */
@media screen and (max-width: 967px) and (min-width: 768px) {
    .dashboard_content_right {
        width: 100%!important;
        min-width: 416px;
    }

    .dashboard-section{
        width: calc(100% - 10px)!important;
        min-height: 180px!important;
        height: auto!important;
        min-width: 416px;
    }

    .dc_portal_message{
        width: calc(100% - 10px)!important;
        min-width: 416px;
    }

    .dashboard-section-expand {
        width: calc(100% - 10px)!important;
        min-width: 416px;
    }

    .dc_donation_information {
        padding-left: 0px;
        padding-right: 0px;
    }

    .dc_volunteer_information {
        padding-left: 0px;
        padding-right: 0px;
    }

    .dc_small_screen {
        display: none;
    }

    .dc_big_screen .dc_event_image img {
        border-radius: 4px;
        max-height: 120px;
        max-width: 250px;
    }

    .dashboard_welcome .sidebar-title{
        display: none;
    }

    .welcome-text{
        margin-left: 16px;
    }

    .dc_donation_content {
        margin-right: -15px;
    }
    .dc_donation_information_left {
        flex: 1.1!important;
    }
    .dc_donation_information_right {
        flex: 0.9!important;
    }

    .dc_donation_information_desc {
        height: auto!important;
    }

    .dc_volunteer_information {
        padding-right: 0!important;
        padding-left: 0!important;
    }

    .dc_donation_information_desc_2 {
        height: auto!important;
    }

    .dc_volunteer_content {
        margin-right: -15px;
    }

}

/* 宽度大于667px 且 小于768的屏幕显示此样式. 此时只显示一列 */
@media screen and (max-width: 767px) and (min-width: 667px) {

    .dc_profile{
        height: 244px!important;
    }

    .dashboard_welcome .sidebar-title{
        display: none;
    }

    .welcome-text{
        margin-left: 16px;
    }

    .dashboard-section{
        width: 100%!important;
        min-height: 180px!important;
        height: auto!important;
    }

    .dashboard_content_left {
        display: none;
    }

    .dashboard_content_right {
        min-width: 480px;
        margin-left: 8px;
        margin-right: 8px;
    }

    .dc_small_screen .dc_profile_information {
        width: 264px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0!important;
    }

    .dc_events {
        display: flex;
    }

    .dc_events .dc_event {
        width: 50%;
    }

    .dc_event {
        margin: 16px 5px;
    }

    .dc_small_screen .dc_event_image {
        width: 280px;
        height: 128px;
    }

    .dc_small_screen .dc_event_image .lar-img{
        display: unset;
    }

    .dc_small_screen .dc_event_image .mid-img{
        display: none;
    }

    .dc_small_screen .dc_event_image img {
        border-radius: 4px;
        max-height: 128px;
        max-width: 280px;
    }

    .dc_upcoming_events_header {
        padding: 0 5px;
        width: auto !important;
        min-width: 250px !important;
    }

    .dashboard-section-expand {
        width: 100% !important;
    }

    .dc-empty-events-bottom .empty-content {
        margin-top: 6px;
        width: calc(100% - 28px)!important;
    }

    .dc_upcoming_events {
        position: relative!important;
        min-height: 189px!important;
    }


}


/* 小于667的屏幕显示此样式. 此时只显示一列并且很窄 */
@media screen and (max-width: 666px) {
    .dashboard-section .dc_membership_header {
        flex-direction: column;
    }
    .dashboard_welcome {
        height: auto!important;
    }

    .dashboard_welcome .sidebar-title{
        display: none;
    }

    .welcome-text{
        margin-left: 16px;
    }

    .dashboard-section{
        width: 100%!important;
        height: auto!important;
    }

    .dashboard_content_left {
        display: none;
    }

    .dc_donation_icon {
        display: none;
    }

    .dc_rc_donation_icon {
        display: none;
    }

    .dc_volunteer_icon {
        display: none;
    }

    .dashboard_content_right {
        width: 100%;
        margin-left: 8px;
        margin-right: 8px;
    }

    .dc_small_screen .dc_profile_information {
        width: 264px;
        margin-left: auto;
        margin-right: auto;
    }

    .dc_small_screen .dc_event_image img {
        border-radius: 4px;
        max-height: 120px;
        max-width: 250px;
    }

    .dc_profile {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .dashboard-section-expand {
        width: 100%!important;
    }

    .dc_donation_content {
        margin-left: -20px;
        margin-right: -15px;
    }
    .dc_donation_information_left {
        flex: 1.1!important;
    }
    .dc_donation_information_right {
        flex: 0.9!important;
    }

    .dc_donation_information_desc {
        height: auto!important;
    }

    .dc_volunteer_information {
        padding-right: 0!important;
        padding-left: 0!important;
    }

    .dc_donation_information_desc_2 {
        height: auto!important;
    }

    .dc_volunteer_content {
        margin-left: -20px;
        margin-right: -15px;
    }

    .dc_events {
        margin: auto;
    }

    .dc-empty-events-bottom .empty-content{
        width: calc(100% - 28px)!important;
    }

    .dc_upcoming_events {
        position: relative!important;
        min-height: 180px!important;
    }
    .dc_membership{
        position: relative;
    }
    .dc_membership .dc_membership_header .dc_membership_header_right{
        margin-left: 0;
        margin-top: 12px;
    }
    .dc_membership .dc_membership_header .dc_membership_header_left .dc_membership_title{
        margin-top: 14px;
    }

    .dc_upcoming_events_header {
        width: auto!important;
    }
}

/*宽度小于320px时展示更小的一列*/
@media screen and (max-width: 320px) {
    .dashboard_content_right {
        width: 288px!important;
        margin-left: 8px;
        margin-right: 8px;
    }

    .dashboard_welcome {
        height: auto!important;
    }

    .welcome-text{
        margin-left: 16px;
    }

    .dc_membership_header_right {
        display: none!important;
    }

    .dc_membership_footer {
        display: flex;
        flex-direction: row;
        margin-top: 12px;
    }

    .dc_membership_footer button:nth-child(1) {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
        border: 1px solid #E6E9EE;
        border-radius: 4px 0px 0px 4px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        height: 32px;
    }

    .dc_membership_footer button{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        height: 32px;
        background: #FFFFFF;
        border: 1px solid #E6E9EE;
        border-radius: 0px 4px 4px 0px;
        font-family: Roboto;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 12px;
        height: 32px;
    }

    .dc_membership_footer button:nth-child(2) i {
        margin-right: 10px;
    }

    .dc_membership_footer .membership-disabled-button{
        color: #b4b5b6!important;
        cursor: not-allowed!important;
    }

    .dc_upcoming_events{
        min-height: auto!important;
    }

    .dc-empty-events-bottom .empty-content {
        width: 200px!important;
        margin-bottom: 20px!important;
    }

    .empty-event-operation{
        position: relative!important;
        bottom: 0 !important;
        left: 50%;
        margin-left: -88.5px;
    }
}

.dashboard-section{
    width: 628px;
    height: 180px;
}

.dashboard-section-expand{
    width: 628px;
}

.neonfront-portal-left-nav .dashboard-sidebar .sidebar-title {
    display: none;
}


.dc_upcoming_events_empty_section{
    width: 300px;
    height: 263px;
    position: relative;
}

.dc-empty-events-bottom{
    margin-top: 24px;
    margin-left: 5px;
    float: left;
}

.dc-empty-events-bottom .icon{
    float: left;
    width: 28px;
    height: 32px;
    font-size: 16px;
}

.dc-empty-events-bottom .empty-content{
    width: 228px;
    float: left;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    word-break: break-word;
    color: #002D41;;
}

.empty-event-operation{
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin-left: -91px;
    width: 182px;
    height: 42px;
    border: 1px solid #282968;
    border-radius: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    background-color: #ffffff;
}

/*修复屏幕宽度小于1257px图片过大导致页面撑开*/
@media screen and (max-width: 1257px) {
    .dashboard_content_right .neonfront-dashoboard-box .dc_portal_message_content img{
        max-width: 100%;
        height: auto;
    }
}
@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: 991px){
    .login_tab_dom {
        width: 100% !important;
    }
}

@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;
}
.p2p-neonfront-login{
    border-radius: 0 0 6px 6px !important;
    border-top: none !important;
}
.login_tab_dom {
    margin: auto !important;
    border-radius: 4px 4px 0 0;
    width: 510px;
    display: flex;
    font-family: Lato;
    font-weight: 400;
    font-size: 12px;
    color: #1C2023;
}
.login_tab_dom .login_tab {
    border-radius: 4px 4px 0 0;
    border: none;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    cursor: pointer;
    padding: 0 8px;
    background: #F9FAFC;
    line-height: 15px;
}
.login_tab_dom .active_tab_left {
    font-weight: 700;
    border-top-right-radius: 0;
    background: #fff;
    border: 1px solid #E6E9EE;
    border-top: 2px solid #282968;
    border-bottom: none;
}
.login_tab_dom .active_tab_right {
    font-weight: 700;
    border-top-left-radius: 0;
    background: #fff;
    border: 1px solid #E6E9EE;
    border-top: 2px solid #282968;
    border-bottom: none;
}
.p2p_login_separate{
    width: 430px;
    margin: 30px 0 30px 0 !important;
}
.go_login_sty{
    width: 430px;
    text-align: center;
    a{
        text-decoration: unset;
        margin-left: 5px;
    }
}
.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-with-statement {
    display: flex;
}
.login-with-statement .separate-line-short {
    width: 40%;
    height:1px;
    background: #C0C8D7;
    margin:auto;
}
.login-with-statement .separate-line-long {
    width: 47%;
    height:1px;
    background: #C0C8D7;
    margin:auto;
}
.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;
}

.p2p-show-alert {
    position: fixed !important;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    min-width: 200px;
    z-index: 1100;
    width: max-content;
}

#fundraiserLoginModal {
    .login-body-col{
        display: flex;
        flex-wrap: wrap;
    }

    .login-body-col .input-label{
        font-family: Lato;
        font-weight: 400;
        font-size: 13px;
        color: #54698D;
        padding-bottom: 2px;
    }

    .login-body-col .body-line{
        margin-bottom: 1rem !important;
        width: 430px;
    }

    .login-body-col .body-line .gdpr-setting-section {
        padding: 8px 15px;
        width: 100%;
        min-height: 20px;
        background: #F9FAFC;
        border: 1px solid #E7EBF7;
        border-radius: 2px;

        .gdpr-setting-items {
            margin-bottom: 1rem !important;
        }

        .gdpr-setting-item {
            font-size: 16px;
            margin-bottom: 4px;
            display: flex;
            align-items: center;

            .setting-item-label {
                font-size: 13px;
                font-family: Lato;
                color: #36517D;
                margin-left: 5px;
                line-height: 16px;
                word-break: break-word;
            }

            .checkbox-column {
                min-width: 20px;
            }
        }

        .gdpr-statement, .gdpr-policy {
            font-size: 13px;
            font-family: Lato;
            color: #36517D;
        }
    }

    .login-body-col .body-line .forgot-pass{
        text-align: right;
        margin-top: -5px;
    }

    .login-body-col .body-line .remember-me-login{
        margin-top: -5px;
    }

    .login-body-col .form-control{
        height: 44px;
    }

    .login-body-col .form-control.invalid{
        border-color: #dc3545;
    }

    .login-body-col .form-control.invalid:focus{
        box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
    }

    .login-body-col .form-control.half-line{
        height: 44px;
    }

    .login-body-col .reset-password-link{
        font-family: Lato;
        font-weight: 400;
        font-size: 13px;
        text-decoration: none;
    }

    .login-body-title{
        font-family: Lato;
        font-weight: 700;
        font-size: 36px;
        color: var(--landing-page-theme-color);
    }

    .p2p-login-body-title{
        font-family: Roboto;
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 15px;
    }

    .login-body-desc{
        font-family: Lato;
        font-weight: 400;
        font-size: 16px;
        color: #002D41;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .login-footer{
        background: #fff;
        border: none !important;
        padding: 0 30px 20px 30px;
        text-align: center;
    }
    .p2p-login-footer{
        padding: 0 30px 20px 20px;
        text-align: left;
    }

    .login-footer .btn{
        width: 100%;
        height: 44px;
        border: 1px solid #36517D;
        border-radius: 4px;
        max-width: 288px;
        font-family: Roboto, serif !important;
        font-weight: 500;
        font-size: 18px;
    }

    .login-body-col .btn{
        width: 100%;
        height: 44px;
        border: 1px solid #36517D;
        border-radius: 4px;
        font-family: Roboto, serif !important;
        font-weight: 500;
        font-size: 18px;
    }

    .p2p-btn {
        max-width: 430px !important;
        width: 100% !important;
    }

    .modal-header{
        padding: 20px 0 0 15px !important;
        border-bottom: none !important;
    }

    .modal-body{
        position: relative;
        flex: 1 1 auto;
        padding: 1.3rem;
    }

    .fa-info-circle{
        color: #54698D;
    }
    .info-message-text{
        color: #54698D;
        font-family: Lato;
        font-weight: 400;
        font-size: 12px;
        margin-left: 5px;
    }

    .presentation1 {
        color: #54698D;
        position: relative;
        top: -52px;
        left: 400px;
        cursor: pointer;
    }

    .presentation2 {
        color: #54698D;
        position: relative;
        top: -33px;
        left: 400px;
        cursor: pointer;
    }

    .field-err-msg {
        font-size: 0.75rem !important;
        font-family: Lato;
        color: #DC143C;
        margin-top: .25rem;
    }

    .field-err-msg .fa {
        margin-right: 5px;
    }

    .login_errors {
        font-weight: bold;
        text-align: left;
        color: #FF0000;
        font-size: 14px;
        word-break: break-word;
    }

    .create-account-result {
        min-height: 250px;
    }

    .result-icon-section {
        font-size: 60px;
        color: #008000;
        text-align: center;
        padding-top: 20px;
    }

    .result-title-section {
        font-family: Lato;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 28px;
        color: #002D41;
        margin-bottom: 17px;
        text-align: center;
    }

    .result-desc-section {
        font-family: Lato;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #54698D;
        margin-bottom: 17px;
        text-align: center;
    }
}
.file-content {
    display: flex!important;
    flex: 0 0 660px!important;
    margin: 0!important;
    justify-content: center;
    align-items: center;
}
.membership-directory-header-box{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #C0C8D7;
    padding: 16px 16px 16px 28px;
}
.membership-directory-header-box-title{
    display: flex;
    justify-content: space-between;
}
h3.title{
    display: inline-block;
}
span.advanced-serach .advanced-serach-button{
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    padding: 8px 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #282968;
}
.neon-advanced-search-button{
    display: flex;
    align-items: center;
}
.neon-advanced-search-button .nasb-clear-num{
    display: contents;
}
.neon-advanced-search-button .clear-all-search{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #0074D9;
    margin-right: 4px;
    cursor: pointer;
}
.neon-advanced-search-button .search-num{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #002D41;
    background: #E2F2FE;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-right: 12px;
}
.membership-directory-header-input-box{
    padding: 16px 19px;
}
.membership-directory-header-input-box .msd-search-box{
    position: relative;
    display: inline-block;
    color: #54698D;
    vertical-align: middle;
}
.membership-directory-header-input-box .msd-search-box .msd-input-prefix{
    position: absolute;
    right: 29px;
    top: 13px;
    font-size: 14px;
    color: #54698D;
}
.membership-directory-header-filter-bar {
    padding: 16px 19px;
    border-top: 1px solid #C0C8D7;
}
.membership-directory-header-filter-bar .search-fields .row-input{
    display: flex;
    flex-wrap: wrap;
}
.membership-directory-header-filter-bar .search-fields .input-item{
    flex: 1 1 0%;
    min-width: 0;
    max-width: 410px;
    margin-bottom: 8px;
    margin-right: 10px;
    box-sizing: border-box;
}
.membership-directory-header-filter-bar .search-actions{
    display: flex;
    align-items: center;
    height: 44px;
    box-sizing: border-box;
}
.membership-directory-header-filter-bar .search-actions.search-actions-not-show{
    visibility: hidden;
}
.membership-directory-header-filter-bar .search-actions button{
    border: 1px solid #282968 !important;
    background: #282968 !important;
    color: #fff !important;
    height: 32px;
    width: 68px;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.membership-directory-header-input-box .search-name{
    border: 1px solid #C0C8D7;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    height: 44px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 14px;
    color: #3C4144;
    margin-right: 12px;
}
.membership-directory-header-input-box .select-sort-by{
    border: 1px solid #C0C8D7;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    height: 44px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #3C4144;
    padding: 12px 14px;
    display: inline-block;
}
.membership-directory-header-input-box .msd-search-box .search-name:focus {
    border-color: #0074d9!important;
    outline: 0;
}
.membership-card-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 12px;
    justify-content: space-between;
    position: relative;
}
.membership-card-box{
    background: #fff;
    height: auto;
    width: 216px;
    border: 1px solid #E6E9EE;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 8px;
    margin-top: 16px;
    overflow: hidden;
    position: relative;
}
.membership-card-box.membership-card-box-width2{
    width: 460px;
}
.membership-card-box.membership-card-box-width3{
    width: 298px;
}
.membership-card-box.membership-card-box-width4{
    width: 216px;
}
.membership-card-box:hover{
    background: #E2F2FE;
}
.membership-card-box.placeholder {
    background: transparent;
    border: none;
    box-shadow: none;
}
.membership-card-header{
    position: relative;
}
.membership-directory-grid-list-view .membership-card-box .mdi-head-img{
    margin-top: 0;
}
.membership-card-header .avatar-frame .avatar-frame-img{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: auto auto 20px;
    border: 1px solid #C0C8D7;
}

.memberPhotoShape-0 .avatar-frame-img,
.memberPhotoShape-0 .avatar-frame-img .avatar-image {
    border-radius: 50px !important;
}

.memberPhotoShape-1 .avatar-frame-img,
.memberPhotoShape-1 .avatar-frame-img .avatar-image {
    border-radius: 0 !important;
}
.table-body-tr-row .avatar-frame .avatar-frame-img{
    width: 40px;
    height: 40px;
}
.table-body-tr-row .avatar-frame .avatar-frame-img .avatar-image{
    background-size: cover;
    width: 40px;
    height: 40px;
    background: #fff center;
    background-size: cover;
}
.membership-card-header .avatar-frame .avatar-frame-text {
    line-height: 100px;
    color: #fff;
    background: #3C4144;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-family: 'Lato';
    font-style: normal;
    font-size: 28px;
}
.membership-card-header .avatar-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff center;
    background-size: cover;
    border: 1px solid #C0C8D7;
}
.membership-card-header .quick-lick{
    width: 33px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #282968;
    cursor: pointer;
    display: flex;
}
.table-body-tr-row .quick-lick{
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    width: 33px;
    height: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #282968;
    cursor: pointer;
    display: flex !important;
    position: absolute;
    right: 12px;
}
.show-expand-box{
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
}
.membership-card-information-segmentation{
    height: 1px;
    background: #E6E9EE;
}
.membership-card-social-media .membership-card-social-media-icon{
    color: #282968;
    font-size: 16px;
    margin-right: 8px;
}
.membership-card-box.is-expand-height{
    height: auto;
    max-height: none;
    padding-bottom: 10px;
}

.membership-card-header .membership-profile-desc-header-name{
    text-align: center !important;
    border-bottom: none;
    justify-content: center;
    white-space: normal;
}
.membership-profile-desc{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #3C4144;
    word-break: break-word;
    border-bottom: 1px solid #C0C8D7;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.membership-profile-desc:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.membership-profile-desc.membership-card-social-media{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.membership-profile-desc.two-lines {
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: normal;
}
.membership-directory-list-list-view .table-body-box{
    position: relative;
}
.membership-directory-list-list-view .table-body-box .membership-directory-grid-list-loading{
    height: 100%;
    top: 0;
}
.membership-directory-grid-list-loading{
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    min-height: 400px;
    height: calc(100% - 16px);
    background: rgba(255,255,255,0.7);
    z-index: 10;
    display: flex;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.membership-directory-grid-list-loading .spinner-border.spinner-border-sm{
    width: 50px;
    height: 50px;
    color: #0074D9;
}
.membership-profile-desc.two-lines .plain-text{
    word-break: break-all;
    white-space: normal;
}
.membership-profile-desc .plain-text{
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    color: #3C4144;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 72px;
}
.membership-profile-desc .plain-text .field-label {
    font-weight: 400;
}
.membership-profile-desc .plain-text a{
    text-decoration: none;
    color: #0074D9;
}
.membership-profile-desc .plain-text .address-line1,.membership-profile-desc .plain-text .address-line2{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 72px;
}
.membership-profile-desc .link-text{
    color: #0074D9;
    cursor: pointer;
}
.membership-profile-desc .membership-name{
    color: #002D41;
}
.membership-profile-desc .account-name{
    font-family: 'Lato'!important;
    font-weight: 600;
    font-size: 18px!important;
    min-height: 42px!important;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 72px;
}
.membership-card-box .membership-card-expand{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #282968;
    padding: 5px 0;
    cursor: pointer;
}
.membership-card-box .membership-card-expand span{
    margin-right: 12px;
}
.membership-directory-header-input-box .msd-mini-show{
    display: none;
}
.membership-directory-header-view-mode {
    font-family: Lato;
    font-size: 12px;
    font-weight: 600;
    color: #002D41;
}
.membership-directory-header-view-mode .btn-outline-primary {
    color: #002D41 !important;
}
.membership-directory-header-view-mode .btn-outline-primary:hover {
    color: #1a8dff !important;
}
.membership-directory-header-view-mode .btn-check:checked+.btn-outline-primary {
    background-color: #E2F2FE !important;
    border-color: #C0C8D7;
    color: #0074D9 !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.55) !important;
}


@media screen and (max-width: 1211px) and (min-width: 992px) {
    .membership-card-list{
        column-gap: 16px;
    }
}


@media screen and (min-width: 667px)  {
    .membership-directory-header-input-box{
        display: flex;
    }
}
/* 宽度小于769的屏幕显示此样式 */
@media screen and (max-width: 769px)  {
    .membership-directory-header-box-title .goggle-list-button,.membership-directory-header-filter-bar{
        display: none !important;
    }
    .membership-directory-header-input-box .msd-search-box,
    .membership-directory-header-input-box .search-name{
        width: 100%;
        max-width: 400px;
        font-size: 12px;
    }
    .membership-card-list{
        column-gap: 18px;
    }
    .membership-card-box{
        flex: 1 auto;
    }
    .membership-directory-header-input-box .msd-mini-show{
        display: flex;
        margin-top: 15px;
        color: #282968;
        font-family: Roboto;
        font-weight: 400;
        font-size: 12px;
    }
    .membership-directory-header-input-box .msd-mini-show .advanced-serach{
        margin-right: 18px;
    }
    .membership-directory-header-box .neon-advanced-search-button{
        display: none;
    }
    .membership-directory-header-input-box .neon-advanced-search-box.msd-mini-show{
        display: flex;
        flex-direction: row-reverse;
    }
    .membership-directory-header-input-box .neon-advanced-search-box .nasb-clear-num{
        display: flex;
        align-items: center;
        margin-left: 18px;
    }
}

/* 小于667的屏幕显示此样式. */
@media screen and (max-width: 700px) and (min-width: 667px){
    .membership-card-list{
        column-gap: 18px;
    }
    .membership-directory-header-input-box .neon-advanced-search-box.msd-mini-show{
        display: flex;
        flex-direction: row-reverse;
    }
    .membership-directory-header-input-box .neon-advanced-search-box .nasb-clear-num{
        display: flex;
        align-items: center;
        margin-left: 18px;
    }
}
@media screen and (max-width: 677px) and (min-width: 667px){
    .membership-directory-header-input-box .msd-search-box, .membership-directory-header-input-box .search-name{
        max-width: 350px;
    }
}
/* 小于419的屏幕显示此样式. */
@media screen and (max-width: 500px) {
    .membership-directory-header-input-box .msd-search-box,
    .membership-directory-header-input-box .search-name{
        width: 100% !important;
        max-width: 100%;
    }
    .membership-directory-header-input-box .msd-search-box{
        margin-bottom: 12px;
    }
    .membership-directory-header-input-box .neon-advanced-search-box{
        width: fit-content;
    }
    .neonfront-portal-body-bar .membership-directory-header-input-box{
        flex-direction: column;
    }
}
/*宽度小于320px时展示更小的一列*/
@media screen and (max-width: 320px) {
    .membership-card-box,
    .membership-directory-header-input-box .msd-search-box,
    .membership-directory-header-input-box .search-name{
        min-width: 240px;
        width: 100%;
    }
}
.view-more-footer {
    background: #FFFFFF;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
}
.view-more-footer .loading {
    color: #54698D;
}
.view-more-footer .more {
    font-weight: 500;
    color: #0074D9;
    cursor: pointer;
}
.pagination-footer{
    background: #fff;
    margin-top: 20px;
    border: 1px solid #C0C8D7;
    padding: 5px 16px;
    border-radius: 2px;
}
.pagination-footer.list-table-pag-footer{
    margin-top: 0;
    border-top: none;
    border-radius: 0 0 4px 4px;
}
.membership-directory-header-box-title .goggle-list-button{
    display: flex;
    align-items: center;
}
.membership-directory-header-box-title .goggle-list-button .goggle-view{
    font-family: Lato;
    font-weight: 600;
    font-size: 12px;
    color: #36517D;
    margin-right: 10px;
}
.membership-directory-header-box-title .goggle-list-button-group button{
    border: 1px solid #C0C8D7;
    background: #F9FAFC;
    width: 32px;
    height: 32px;
    color: #002D41;
}
.membership-directory-header-box-title .goggle-list-button-item-grid{
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: none !important;
}
.membership-directory-header-box-title .goggle-list-button-item-list{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.membership-directory-header-box-title .goggle-list-button-group button.active{
    background: #E2F2FE;
    color: #0074D9;
}
.membership-directory-list-list-view {
    background: #fff;
    margin-top: 16px;
    border: 1px solid #C0C8D7;
    border-radius: 4px;
}
.membership-directory-list-list-view.membership-directory-list-list-view-haspag{
    border-radius: 4px 4px 0 0;
}
.membership-directory-list-list-view .table-thead-box{
    display: flex;
    padding: 7px 16px;
    font-family: Lato;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    color: #002D41;
    border-left: 3px solid transparent;
}
.membership-directory-list-list-view .table-thead-box > div {
    flex: 1;
    text-align: left;
    padding: 0 3px;
}
.membership-directory-list-list-view .table-body-box .table-body-tr-row{
    display: flex;
    padding: 9px 16px;
    border-top: 1px solid #C0C8D7;
    align-items: center;
    font-family: Lato;
    font-weight: 400;
    font-size: 12px;
    color: #3C4144;
    border-left: 3px solid transparent;
    position: relative;
}
.membership-directory-list-list-view .table-body-box .table-body-tr-row .all-name{
    cursor: pointer;
}
.membership-directory-list-list-view .table-body-box .table-body-tr-row:hover{
    background: #E2F2FE;
    border-left: 3px solid #282968;
}
.table-body-box .table-body-tr-row > div{
    flex: 1;
    text-align: left;
    word-break: break-word;
    overflow-wrap: break-word;
    padding: 0 3px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 72px;
}
.table-body-box .table-body-tr-row .account-name{
    display: flex;
    align-items: center;
}
.table-footer-box{
    border-top: 1px solid #C0C8D7;
    padding: 5px 16px;
}
.membership-directory-list-list-view .mdi-head-img .neon-head-img{
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}
.membership-directory-list-list-view .avatar-frame .avatar-frame-text{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #3C4144;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: block;
    font-family: 'Lato';
    font-style: normal;
    font-size: 18px;
    border-radius: 50%;
    border: 1px solid #C0C8D7;
}
.membership-directory-list-list-view  .mdi-head-img {
    margin-top: 0;
}
.table-body-box .table-body-tr-row .account-name .all-name{
    font-family: Lato;
    font-weight: 600;
    font-size: 12px;
    color: #0074D9;
    margin-left: 12px;
}
.membership-directory-grid-list-view-loading{
    background: #fff;
    margin-top: 16px;
    border: 1px solid #C0C8D7;
    border-radius: 4px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body {}
.membership-directory-profile-container {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}
.mdp-content {
    height: 100%;
    max-width: 544px;
    margin: 35px auto 32px;
    background: #FFFFFF;
    border: 1px solid #C5D0DE;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    padding: 32px 57px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.mdp-head-title {
    font-family: 'Lato', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #3C4144;
}
.mdp-head-img {
    margin-top: 28px;
}
.mdp-head-img .neon-head-img {
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    color: #fff;
    background: #3C4144;
    line-height: 100px;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.mdp-head-img .account-header-container {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    border: 1px solid #FFFFFF;
    line-height: 100px;
    color: #36517D;
    font-size: 2em;
    font-weight: 400;
    background: #E6E9EE center;
    background-size: cover;
}

.mdp-edit-profile-operation {
    margin: 16px auto 0;
}

.mdp-classic-button {
    width: 182px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #282968;
}

.mdp-vertical-line {
    background: #FFFFFF;
    border: 0.5px solid #C0C8D7;
    border-radius: 4px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    height: 1px;
    width: 100%;
}

.mdp-title-h2 {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #3C4144;
    word-break: break-word;
}
.mdp-title-h3 {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #3C4144;
}
.mdp-support-fields-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mdp-custom-fields-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mdp-support-fields-content :not(:last-of-type) {
    margin-bottom: 23px;
}
.mdp-custom-fields-content :not(:last-of-type) {
    margin-bottom: 23px;
}
.mdp-field-item {
    position: relative;
}
.mdp-field-label {
    font-family: 'Lato', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #54698D;
}
.mdp-field-item-operation {
    position: relative;
}
.mdp-neon-eye-icon{
    line-height: 44px;
    color: #72839F;
    position: absolute;
    right: -35px;
    top: 0;
    font-size: 14px;
    cursor: pointer;
    font-style: normal;
    font-weight: 900;
}
.mdp-field-mobile-operation {
    position: absolute;
    right: 0;
    top: 30px;
    cursor: pointer;
    font-family: 'Lato', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #54698D;
}
.mdp-neon-mobile-eye-icon {
    line-height: 44px;
    font-size: 14px;
    cursor: pointer;
    font-style: normal;
    font-weight: 900;
    align-items: center;
    text-align: center;
    color: #72839F;
    margin-right: 4px;
}

.mdf-tool-tip {
    width: 100px;
    word-break: break-word;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.mdp-submission-content {
    justify-content: center;
}

.mdp-switch-for-operation {
    position: relative;
    justify-content: center;
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #36517D;
    word-break: break-word;
}
.mdp-switch-for-operation .neon-portal-switch {
    margin-right: 14px;
}

.mdp-submit-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 430px;
    height: 44px;
    background: #282968;
    border-radius: 4px;
    margin: auto;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.mdp-base-input-text {
    font-family: 'Lato', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #002D41;
}

.mdp-field-input {
    width: 430px;
    height: 44px;
}

.mdp-mtl10 {
    margin-top: 30px;
}
.mdp-mtl8 {
    margin-top: 28px;
}
.mdp-mtl6 {
    margin-top: 26px;
}
.mdp-mtl4 {
    margin-top: 24px;
}
.mdp-mtl2 {
    margin-top: 20px;
}
.mdp-mtl0 {
    margin-top: 12px;
}
.mdp-mtl19 {
    margin-top: 47px;
}
.mdp-mtl5 {
    margin-top: 23px;
}
.mdp-mtl3 {
    margin-top: 21px;
}
.mdp-mtl1 {
    margin-top: 5px;
}
.mdp-social-media {
    line-height: 44px;
}
.mdp-social-media .mdp-social-media-icon{
    width: 14px;
    height: 14px;
    margin-right: 8px;
    color: #282968;
    font-size: 16px;
    text-decoration: none;
}

/* for mobile */
@media screen and (max-width: 768px)  {
    .mdp-neon-eye-icon {
        display: none;
    }
}
@media screen and (min-width: 769px)  {
    .mdp-field-mobile-operation {
        display: none;
    }
}

@media screen and (max-width: 320px)  {
    .mdp-content {
        padding: 32px 25px !important;
    }
}

@media screen and (max-width: 320px)  {
    .mdp-field-input {
        min-width: unset!important;
    }
}

@media screen and (max-width: 768px)  {
    .mdp-field-input {
        width: 100%!important;
        height: 44px;
        min-width: 252px;
    }
}




/* for switch*/
.neon-portal-switch {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.neon-portal-switch.is-checked .neon-portal-switch__core {
    border-color: #0074D9;
    background-color: #0074D9;
}

.neon-portal-switch__core {
    margin: 0;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 20px;
    border: 1px solid #dcdfe6;
    outline: none;
    border-radius: 10px;
    box-sizing: border-box;
    background: #dcdfe6;
    cursor: pointer;
    transition: border-color .3s,background-color .3s;
    vertical-align: middle;
}

.neon-portal-switch.is-checked .neon-portal-switch__core::before {
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 8px;
    width: 4px;
    left: 7px;
    top: 3px;
    position: absolute;
    transform: rotate(45deg);
}

.neon-portal-switch.is-checked .neon-portal-switch__core:after {
    left: 100%;
    margin-left: -17px;
}

.neon-portal-switch__core:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    transition: all .3s;
    width: 16px;
    height: 16px;
    background-color: #fff;
}

.neon-portal-switch__label {
    transition: .2s;
    height: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    vertical-align: middle;
    color: #303133;
}

.neon-portal-switch__label.is-active {
    color: #0074D9;
}


body {}
.membership-member-information-container {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}
.membership-member-information-container .portal-page-description{
    font-size: 14px;
    color: #36517D
}
.mdi-content {
    height: 100%;
    max-width: 740px;
    margin: 61px auto 32px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    padding: 12px 20px 16px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid #E6E9EE;
    border-radius: 8px;
}
.mdi-content .mid-content-body-box{
    display: flex;
}
.mdi-content .mid-content-body-box .mid-content-left{
    margin-right: 34px;
    min-width: 155px;
}
.mdi-content .mid-content-body-box  .mid-content-right{
    margin-top: 20px;
}
.mid-content-left .mdi-membership-social-media{
    display: flex;
    flex-wrap: wrap;
    width: 66px;
    margin: 20px auto 0;
}
.mdi-membership-social-media .mdi-membership-social-media-icon{
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    margin-right: 8px;
    color: #282968;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
.mid-content-body-box .mid-content-right .mid-content-body{
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    color: #3C4144;
}
.mid-content-body-box .mid-content-right  .mid-content-footer{
    margin: 20px 0;
}
@media (max-width: 667px) {
    .mdi-content .mid-content-body-box{
        flex-direction: column;
    }
    .mdi-content .mid-content-body-box .mid-content-left{
        margin-right: 0;
    }
    .mid-content-left .mdi-membership-social-media{
        display: flex;
        flex-wrap: wrap;
        width: auto;
        margin: 20px auto 0;
        justify-content: center;
    }
}
.mdi-nav-href {
    word-break: break-word;
    position: absolute;
    top: -71px;
    left: 16px;
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0074D9;
    cursor: pointer;
    display: flex;
}

.mdi-nav-href .mdi-nav-icon {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #0074D9;
    margin-right: 6px;
}

.mdi-title-h1 {
    font-family: 'Lato', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #002D41;
}

.mdi-vertical-line {
    background: #FFFFFF;
    border: 0.5px solid #C0C8D7;
    border-radius: 4px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    height: 1px;
    width: 100%;
}

.mdi-head-img {
    margin-top: 20px;
}
.mdi-head-img .neon-head-img {
    margin: auto;
    width: 100px;
    height: 100px;
    color: #fff;
    background: #3C4144;
    line-height: 100px;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    border: 1px solid #C0C8D7;
}

.mdi-head-img .account-header-container {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    display: flex;
    border: 1px solid #FFFFFF;
    line-height: 100px;
    color: #36517D;
    font-size: 2em;
    font-weight: 400;
    background: #E6E9EE center;
    background-size: cover;
}

.mdi-member-name {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #3C4144;
    font-family: Lato;
    font-weight: 900;
    font-size: 20px;
    text-transform: capitalize;
    max-width: 130px;
}
.mdi-member-name-2{
    color: #3C4144;
    font-family: Lato;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}
.mdi-membership-name {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #002D41;
}

.mdi-member-main-info {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.mdi-member-field-info-item {
    width: 100%;
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3C4144;
    word-break: break-word;
}

.mdi-member-field-info-item-with-icon-value {
    text-align: left;
    width: 100%;
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #002D41;
    word-break: break-word;
}

.mdi-member-field-info-item-with-icon {
    display: flex;
}

.mdi-member-field-info-item-field-label {
    margin-bottom: 5px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #002D41;
}

.mdi-member-field-info-item i {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #54698D;
    mix-blend-mode: normal;
    flex: 0 0 28px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-right: 12px;
}

.mdi-mtl19 {
    margin-top: 35px!important;
}

.mdi-mtl10 {
    margin-top: 18px;
}

.mdi-mtl8-10 {
    margin-top: 20px;
}

.mdi-mtl8 {
    margin-top: 16px;
}

.mdi-mtl4 {
    margin-top: 9px;
}

.mdi-mtl2 {
    margin-top: 8px;
}

.address-form {
    display: flex!important;
    flex: 0 0 550px!important;
    margin: 0!important;
    justify-content: center;
    align-items: center;
}
.address-list{
    height: auto;
    margin-bottom: 20px;
}
.address-list .title{
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    color: #002D41;
}

.address-list .address-list-body{
    white-space: pre-line;
    text-align: left;
    color: #36517D;
    font-size: 13px;
    font-family: Roboto;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 4px;
    padding-left: 24px;
}

.address-list .address-list-header{
    display: flex;
    justify-content: space-between;
    padding-left: 24px;
}

.address-list .address-list-header .icon{
    cursor: pointer;
    font-size: 14px;
}

.address-list .address-list-footer{
    height: 4px;
    line-height: 32px;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 0.875rem;
    border-top: 1px solid #E6E9EE;
    width: 94%;
    margin-top: 16px;
}

#dropdownMenuAddress{
    width: 29px;
}

.address-checkbox-disabled {
    opacity: 0.6;
    pointer-events: none;
}

.address-close-icon{
    font-size: 14px;
    color: rgb(114, 131, 159);
    cursor: pointer;
    right: -20px;
    position: absolute;
    bottom: 12px;
}
.address-close-icon:hover{
    color: #DC143C;
}

.close-icon-neonfront_element{
    position: relative;
    margin-top: 0 !important;
}

.address-body-footer{
    height: 32px;
    line-height: 32px;
    font-family: 'Roboto';
    font-style: normal;
    font-size: 0.875rem;
    text-align: center;
    border-top: 1px solid #C0C8D7;
    width: 94%;
    margin-top: 16px;
}

.address-list .action{
    margin-right: 60px;
}
.address-list .deleteStyle{
    opacity: 0.6;
    cursor: not-allowed !important;
}

.address-list-position-unset{
    right: unset !important;
}
.portal-page-description {
    display: flex;
    flex-direction: column;
    max-width: 100% !important;
    word-break: break-word;
    width: 100%;
    margin-top: 12px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12pt;
}

.page-no-margin .portal-page-description {
    margin-top: 0!important;
}

.portal-page-description > p {
    margin-bottom: 0.5rem!important;
}

.portal-page-description > * {
    max-width: 100% !important;
    min-width: inherit !important;
}

.portal-page-description table  {
    max-width: 100% !important;
}

.portal-page-description table tbody tr th {
    max-width: 100% !important;
    width: fit-content !important;
    min-width: auto !important;
    word-break: normal!important;
}

.editor-table tbody, td, tfoot, th, thead, tr{
    border-color: inherit!important;
    border-style: inherit!important;
    border-width: inherit!important;
}

.portal-page-description blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
    border-left: none;
}

.portal-page-description .preview-bg {
    max-width: 100%!important;
}

.portal-page-description figure {
    margin: 0 0 1rem;
}
/*opportunities.html*/
.portal-volunteer-info-main .item-name-time{
    color: #36517D;
    font-family: Roboto;
    font-size: 0.875rem;
    font-style: italic;
    font-weight: 400;
    max-width: 250px;
}
.portal-volunteer-info-main .neonportal-body-bar-header-desscription{
    display: flex;
    flex-direction: column;
    max-width: 100% !important;
    word-break: break-word;
    width: 100%;
    margin-top: 12px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12pt;
}
.portal-volunteer-info-main .item-name-time2{
    font-family: Lato;
    font-size: 0.875rem;
    font-weight: 400;
    color: #36517D;
    max-width: 140px;
}
.portal-volunteer-info-main .item-name-num{
    color: #3C4144;
    font-family: Lato;
    font-size: 1rem;
    font-weight: 800;
}
.portal-volunteer-info-main .item-name-hours{
    color: #36517D;
    font-family: Roboto;
    font-size: 0.875rem;
    font-weight: 400;
}
.portal-volunteer-info-main .item-name-pengding{
    color: #54698D;
    font-family: Roboto;
    font-size: 0.875rem;
    font-weight: 400;
}
.portal-volunteer-info-main .item-name-time-sheet-button{
    font-family: Lato;
    font-size: 0.875rem;
    font-weight: 400;
    color: #0074D9;
    cursor: pointer;
}
.portal-volunteer-info-main .status-badge{
    min-width: 123px;
    max-width: 150px;
    width: 100%;
}
.portal-volunteer-info-main .item-name-expend-chevron i{
    color: #3C4144;
    font-size: 14px;
    cursor: pointer;
}
.portal-volunteer-info-main .item-name-footer-description{
    border-top: 1px solid #C0C8D7;
    padding: 10px 40px 10px 52px;
    font-family: Roboto;
    font-size: 0.875rem;
    font-weight: 400;
    color: #36517D;
    outline: none;
    word-break: break-word;
    overflow-wrap: break-word;
}
.portal-volunteer-info-main .item-name-total{
    color: #3C4144;
    text-align: right;
    font-family: Roboto;
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    bottom: 4px;
}
.portal-volunteer-info-main .item-name-total-num{
    color: #3C4144;
    font-family: Lato;
    font-size: 1rem;
    font-weight: 800;
    text-align: left;
    display: flex;
    flex-direction: column;
    line-height: 20px;
}
.portal-volunteer-info-main .item-name-nolink {
    max-width: 250px;
    word-break: break-word;
    overflow-wrap: break-word;
}
.portal-volunteer-info-main .opportunities-min-width{
    min-width: 120px;
}
.portal-volunteer-info-main .opportunity-app-col1{
    min-width: 60px;
}
.portal-volunteer-info-main .opportunity-app-col1 .module-icon-round{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.portal-volunteer-info-main .opportunity-app-col2{
    min-width: 250px;
    max-width: 250px;
}
.portal-volunteer-info-main .opportunity-app-col4,
.portal-volunteer-info-main .opportunity-app-col5,
.portal-volunteer-info-main .opportunity-app-col6{
    min-width: 125px;
    max-width: 125px;
}
.portal-volunteer-info-main .opportunity-app-col7{
    min-width: 150px
}
.portal-volunteer-info-main .opportunity-app-col8{
    min-width: 38px;
}
.portal-volunteer-info-main .opportunity-app-col8-action{
    min-width: 25px;
}
.portal-volunteer-info-main .col-auto{
    padding: 0 4px;
}
.portal-volunteer-info-main .status-md-group{
    display: inline-flex;
    align-items: center;
}
.portal-volunteer-info-main .status-name{
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    color: #002D41;
    text-transform: lowercase;
    margin-left: 5px;
}
.portal-volunteer-info-main .status-name::first-letter{
    text-transform: uppercase;
}
.portal-volunteer-info-main .header .title{
    max-width: 210px;
}
.portal-volunteer-info-main  .status-md-sm{
    display: none;
}
.portal-volunteer-info-main .neonfront-portal-body-bar.neonfront-portal-box{
    padding: 0;
}
.portal-volunteer-info-main .neonfront-portal-body-bar.neonfront-portal-box .neonportal-first-row{
    padding: 15px 0;
    margin: 0;
}
.portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule{
    border-top: 1px solid #E6E9EE;
    margin: 0;
    padding: 12px;
}
.portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .roles-panel-all{
    margin: 0 10px 10px 0;
}
.portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .col-roles{
    display: flex;
    font-family: Lato;
    font-size: 14px;
    min-height: 20px;
    height: auto;
}
.portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .col-roles.opportunity-role-section-show-all{
    max-height: unset;
    transition: height 0.5s ease-in-out;
}
.portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .roles-show-less{
    width: 100%;
    color: #0074D9;
    font-weight: 400;
    cursor: pointer;
    border-top: 1px solid #D8DDE6;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
}
.portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .roles-panel-item-all{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0 !important;
    transition: height .5s ease-in-out;
}
.portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .roles-label{
    color: #36517D;
    font-weight: 700;
    margin-right: 10px;
}
.portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .roles-num{
    color: #0074D9;
    font-weight: 400;
    cursor: pointer;
    outline: none;
    user-select: none;
}
.portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .roles-panel{
    color: #002D41;
    font-size: 12px;
    border-radius: 13px;
    background: #F49D1026;
    display: flex;
    height: auto;
    min-height: 20px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    word-break: break-word;
    overflow-wrap: break-word;
}
.portal-volunteer-info-main .neonfront-portal-body-bar .neonfront-btn-outline-primary{
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.portal-volunteer-info-main .neonfront-portal-body-bar .other-more-opportunities-button .neonfront-btn-outline-timesheet{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.portal-volunteer-info-main .neonfront-portal-body-bar .other-more-opportunities-button{
    white-space: nowrap;
}
.portal-volunteer-info-main .item-name-desc{
    padding-bottom: 5px;
    max-width: 250px;
    display: flex;
}
.portal-volunteer-info-main .item-name-desc .has-background-color{
    padding: 0 16px;
}
.portal-volunteer-info-main .neonfront-list-panel .footer-total{
    min-height: 32px;
    height: auto;
    padding: 10px 0;
}
.portal-volunteer-info-main .footer-total .pending-span{
    color: #54698D;
    font-family: Roboto;
    font-size: 0.875rem;
    font-weight: 400;
}
@media screen and (min-width: 1089px) and (max-width: 1232px) {
    .portal-volunteer-info-main .opportunity-app-col1{
        min-width: 60px;
    }
    .portal-volunteer-info-main .neonfront-list-panel .footer-total .opportunity-app-col7{
        display: block;
    }
    .portal-volunteer-info-main .opportunity-app-col2{
        min-width: 240px;
        max-width: 240px;
    }
    .portal-volunteer-info-main .opportunity-app-col4,
    .portal-volunteer-info-main .opportunity-app-col5,
    .portal-volunteer-info-main .opportunity-app-col6{
        max-width: 80px;
        min-width: 80px;
    }
    .portal-volunteer-info-main .opportunity-app-col7{
        min-width: 175px
    }
    .portal-volunteer-info-main .opportunity-app-col8{
        min-width: 38px;
    }
    .portal-volunteer-info-main .opportunity-app-col8-action{
        min-width: 25px;
    }
}
@media screen and (min-width: 668px) and (max-width: 1088px) {
    .portal-volunteer-info-main .opportunity-app-col1{
        min-width: 60px;
        max-width: 60px;
    }
    .portal-volunteer-info-main .opportunity-app-col2{
        min-width: 200px;
        max-width: 200px;
    }
    .portal-volunteer-info-main .opportunity-app-col4,
    .portal-volunteer-info-main .opportunity-app-col5,
    .portal-volunteer-info-main .opportunity-app-col6{
        max-width: 60px;
        min-width: 60px;
    }
    .portal-volunteer-info-main .status-badge{
        max-width: 110px;
        min-width: 110px;
    }
    .portal-volunteer-info-main .opportunity-app-col7{
        min-width: 120px;
        max-width: 120px;
    }
    .portal-volunteer-info-main .opportunity-app-col7 .text-sm-end{
        min-width: 110px;
    }
    .portal-volunteer-info-main .opportunity-app-col8{
        min-width: 38px;
    }
    .portal-volunteer-info-main .opportunity-app-col8-action{
        min-width: 25px;
    }
}
@media screen and (max-width:668px) {
    .portal-volunteer-info-main .opportunity-app-col1{
        min-width: 60px;
        max-width: 60px;
    }
    .portal-volunteer-info-main .opportunity-app-col2{
        min-width: 160px;
        max-width: 160px;
    }
    .portal-volunteer-info-main .opportunity-app-col4,
    .portal-volunteer-info-main .opportunity-app-col5,
    .portal-volunteer-info-main .opportunity-app-col6{
        max-width: 65px;
        min-width: 60px;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .portal-volunteer-info-main .opportunity-app-col7{
        min-width: 80px;
        max-width: 115px;
    }
    .portal-volunteer-info-main .opportunity-app-col8{
        min-width: 38px;
    }
    .portal-volunteer-info-main .opportunity-app-col8-action{
        min-width: 25px;
    }
    .portal-volunteer-info-main .neonfront-portal-box .text-sm-end{
        max-width: 65px;
        min-width: 60px;
        word-break: break-word;
        overflow-wrap: break-word;
    }
}
@media screen and (max-width:703px) {
    .portal-volunteer-info-main .neonfront-portal-body-bar .row .col-sm{
        flex: auto;
    }
    .portal-volunteer-info-main .neonfront-portal-body-bar .row .col-sm .float-end{
        float: none !important;
    }
}
@media screen and (max-width:768px) {
    .portal-volunteer-info-main .status-badge-yellow{
        background: #F5BC19;
    }
    .portal-volunteer-info-main .status-badge-green{
        background: #008000;
    }
    .portal-volunteer-info-main .status-badge-red{
        background: #C10028;
    }
    .portal-volunteer-info-main .status-badge-gray{
        background: #C0C8D7;
    }
}

@media screen and (max-width:590px) {
    .portal-volunteer-info-main .opportunity-app-col2 {
        min-width: 64%;
        max-width: 170px;
    }
    .portal-volunteer-info-main .opportunity-app-col4,
    .portal-volunteer-info-main .opportunity-app-col5,
    .portal-volunteer-info-main .opportunity-app-col6{
        min-width: 27%;
        max-width: 25%;
        margin-left: 0 !important;
    }
    .portal-volunteer-info-main .opportunity-app-col7{
        margin-left: 0 !important;
        max-width: 100%;
    }
    .portal-volunteer-info-main .status-md-sm{
        display: flex !important;
    }
    .portal-volunteer-info-main .status-md-sm.status-md-sm-end2{
        display: none !important;
    }
    .portal-volunteer-info-main .neonfront-portal-box .item-name-time2.text-sm-end2{
        max-width: 100%;
    }
    .portal-volunteer-info-main .status-small-none{
        display: none;
    }
    .portal-volunteer-info-main .item-name-nolink {
        max-width: 170px;
    }
    .portal-volunteer-info-main .opportunity-app-col8.status-md-sm {
        min-width: 10%;
    }
    .portal-volunteer-info-main .opportunity-app-col8-action.status-md-sm{
        min-width: 25px;
        max-width: 25px;
    }
    .portal-volunteer-info-main .opportunity-app-col2.opportunity-app-col2-footer{
        max-width: 60px;
        min-width: 60px;
    }
    .portal-volunteer-info-main .neonfront-portal-box .text-sm-end.item-name-time-sheet-button{
        width: 200px;
        min-width: 200px;
        text-align: left !important;
    }
    .portal-volunteer-info-main .footer-total .opportunity-app-col1{
        display: none !important;
    }
}
@media screen and (min-width: 501px) and (max-width: 580px) {
    .portal-volunteer-info-main .opportunity-app-col2 {
        min-width: 72%;
    }
    .portal-volunteer-info-main .opportunity-app-col4,
    .portal-volunteer-info-main .opportunity-app-col5,
    .portal-volunteer-info-main .opportunity-app-col6{
        min-width: 28%;
    }
}
@media screen and (max-width: 500px) {
    .portal-volunteer-info-main .row .col-sm{
        flex: auto;
    }
    .portal-volunteer-info-main .row .col-sm .float-end{
        float: none !important;
        display: flex;
        flex-direction: column;
    }
    .portal-volunteer-info-main .row .view-more-opportunities-button{
        margin-bottom: 5px;
    }
    .portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .roles-panel-all{
        flex-wrap: wrap;
    }
    .portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .roles-panel{
        min-height: 20px;
        height: auto;
    }
    .portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .roles-panel span{
        white-space: break-spaces;
        overflow: unset;
        text-overflow: ellipsis;
        word-break: break-word;
        overflow-wrap: break-word;
    }
    .portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .col-roles{
        flex-wrap: wrap;
        max-height: unset;
    }
    .portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .roles-panel{
        margin-right: 5px;
    }
}
@media screen and (max-width: 400px) {
    .portal-volunteer-info-main .neonfront-portal-body-bar .neonportal-roles-schedule .roles-panel{
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 350px) {
    .portal-volunteer-info-main .opportunity-app-col2 {
        min-width: 60%;
    }
    .portal-volunteer-info-main .opportunity-app-col4,
    .portal-volunteer-info-main .opportunity-app-col5,
    .portal-volunteer-info-main .opportunity-app-col6{
        min-width: 25%;
    }
}
/*timesheets.html*/
.portal-volunteer-my-time-sheets .custom-action-dropdown{
    position: relative;
    top: 5px;
}
.portal-volunteer-my-time-sheets .custom-action-dropdown.custom-action-dropdown-disabled .selected{
    cursor: not-allowed;
    pointer-events: none;
}
.portal-volunteer-my-time-sheets .custom-action-dropdown.custom-action-dropdown-disabled:hover{
    cursor: not-allowed;
}
.portal-volunteer-my-time-sheets .custom-action-dropdown.custom-action-dropdown-disabled .selected i{
    color: #C0C8D7;
}
.portal-volunteer-info-main.portal-volunteer-my-time-sheets .neonfront-portal-body-bar{
    padding: 15px 10px;
}
.portal-volunteer-my-time-sheets .custom-action-dropdown .selected{
    cursor: pointer;
    display: flex;
    align-items: center;
}
.portal-volunteer-my-time-sheets .custom-action-dropdown .items{
    display: block;
    position: absolute;
    right: -12px;
    background-color: #fff;
    border: 1px solid #E6E9EE;
    border-radius: 0.375rem;
    width: 160px;
    z-index: 1000;
}
.portal-volunteer-my-time-sheets .custom-action-dropdown .items .action-item{
    padding: 10px;
    cursor: pointer;
}
.portal-volunteer-my-time-sheets .custom-action-dropdown .items .action-item i{
    color: #002D41;
    font-size: 14px;
    width: 14px;
    margin-right: 10px;
}
.portal-volunteer-my-time-sheets .custom-action-dropdown .items .action-item.delete-action-item i{
    color: #DC143C;
}
.portal-volunteer-my-time-sheets .custom-action-dropdown .items .action-item.delete-action-item span{
    color: #DC143C;
}
.portal-volunteer-my-time-sheets .custom-action-dropdown .items .action-item span{
     color: #002D41;
     font-size: 13px;
 }
.portal-volunteer-my-time-sheets .custom-action-dropdown .items .action-item:hover{
    background: #E2F2FE;
}
.portal-volunteer-my-time-sheets .custom-action-dropdown .items .up-arrow{
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -12px;
    margin-left: calc(100% - 24px);
    border: solid 6px transparent;
    border-bottom: solid 6px #E6E9EE;
}
.portal-volunteer-my-time-sheets .custom-action-dropdown .items .up-arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -5px;
    top: -4px;
    border: solid 5px transparent;
    border-bottom: solid 5px white;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information{
    border-top: 1px solid #C0C8D7;
    outline: none;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information .time-sheet-information-title{
    font-family: Lato;
    font-size: 0.875rem;
    font-weight: 700;
    color: #3C4144;
    padding: 10px 0;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information .time-sheet-information-title-thead{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background: #FBFBFD;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information .tsitt-column{
    flex: 1 1 16%;
    padding: 10px;
    font-family: Lato;
    font-size: 0.875rem;
    text-align: left;
    color: #002D41;
    font-weight: 700;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information .time-sheet-information-title-tbody .tsitt-row{
    margin: 0;
    border-bottom: 1px solid #C0C8D7;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information .time-sheet-information-title-tbody .tsitt-row:last-child{
    border-bottom: none;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information .time-sheet-information-title-tbody .tsitt-row:last-child .tsitt-column{
    padding-bottom: 0;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information .tsitt-column .tsitt-column-head{
    font-family: Roboto;
    font-weight: 500;
    color: #3C4144;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information .time-sheet-information-title-tnote{
    display: block;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information .time-sheet-information-title-tnote .tsitt-row {
    display: block;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    padding: 10px;
    background: #F9FAFC;
    margin-top: 10px;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information .time-sheet-information-title-tbody .tsitt-note-row{
    margin: 0;
    border-bottom: 1px solid #C0C8D7;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information .time-sheet-information-title-tnote .tsitt-note-row {
    display: block;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    padding: 10px;
    background: #F9FAFC;
    margin-bottom: 10px;
}
.time-sheet-information-title-tnote .note-title-action .note-title{
    display: flex;
    font-size: 16px;
}
.time-sheet-information-title-tnote .note-title-action .note-date{
    font-size: 12px;
    margin-top: 4px;
    min-width: 120px;
    font-family: 'Lato';
}
.time-sheet-information-title-tnote .note-title-action .note-action{
    width: 88%;
    justify-content: flex-end;
    display: flex;
}
.time-sheet-information-title-tnote .note-content{
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    color: #002D41;
    word-break: break-word;
}
.time-sheet-information-title-tnote .download_container{
    min-width: 196px;
    height: 36px;
    margin-top: 5px;
    background: #FFFFFF;
    border: 1px solid #C8C9CA;
    border-radius: 3px 3px 3px 3px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    max-width: 350px;
}
.item-name-footer-sheet-information-mobile-item-note .download_container{
    min-width: 196px;
    height: 36px;
    margin-top: 5px;
    background: #FFFFFF;
    border: 1px solid #C8C9CA;
    border-radius: 3px 3px 3px 3px;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    max-width: 350px;
}
.note-doc-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-left: 8px;
}
.note-doc-name-n {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
}
@media screen and (max-width:390px) {
    .note-doc-name-n {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 220px;
    }
}
.new-note-doc-name {
    margin-left: 10px;
    width: 560px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.portal-volunteer-new-times-sheet .tox .tox-toolbar--scrolling {
    flex-wrap: wrap;
    overflow-x: auto;
}
.time-sheet-information-title-tnote .updated_label{
    color: #002D41;
    font-size: 12px;
    font-family: Lato;
    font-weight: normal;
}

.time-sheet-information-title-tnote .right-time-neon-note{
    color: #54698D;
    font-size: 12px;
    font-family: Lato;
    font-weight: normal;
}

.portal-volunteer-my-time-sheets .item-name-footer-sheet-information .tsitt-column .tsitt-column-body{
    font-family: Roboto;
    font-weight: 400;
    color: #3C4144;
}
.portal-volunteer-info-main .blank-volunteer-bg{
    background-size: 200px;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile{
    border-top: 1px solid #C0C8D7;
    outline: none;
    user-select: none;
    width: 100%;
    flex-direction: column;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile .time-sheet-information-title{
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    color: #3C4144;
    text-transform: uppercase;
    margin: 10px 0;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile .time-sheet-entry-box{
    display: flex;
    background: #FBFBFD;
    margin: 5px 0;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile .tseb-sheetf-date{
    display: flex;
    flex-direction: column;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile .tseb-sheetf-date .tseb-week-day{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    color: #3C4144;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile .tseb-sheetf-date .tesb-week-date{
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    color: #3C4144;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile .tseb-sheeft-body{
    padding: 8px 10px;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile .tseb-sheeft-body .tsebsb-column{
    width: calc(50% - 10px);
}
.portal-volunteer-new-times-sheet .item-name-footer-sheet-information-mobile .tseb-sheeft-body .tsebsb-column{
    width: 100%;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile .tseb-sheeft-body .tsebsb-column-title{
    font-family: Lato;
    font-size: 14px;
    font-weight: 700;
    color: #002D41;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile .tseb-sheeft-body .tsebsb-column-content{
    margin: 10px 0;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #3C4144;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile .time-sheet-information-title-tnote{
    display: block;
    padding: 10px;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile .time-sheet-information-title-tnote .tsitt-row {
    display: block;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    padding: 10px;
    background: #F9FAFC;
    margin-top: 10px;
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile-item-note {
    display: block
}
.portal-volunteer-my-time-sheets .item-name-footer-sheet-information-mobile-item-note .tsitt-note-row {
    display: block;
    border: 1px solid #E6E9EE;
    border-radius: 4px;
    padding: 10px;
    background: #F9FAFC;
    margin-bottom: 10px;
}
@media screen and (max-width:590px) {
    .portal-volunteer-my-time-sheets.portal-volunteer-info-main .opportunity-app-col2{
        min-width: 85%;
    }
    .portal-volunteer-my-time-sheets.portal-volunteer-info-main .opportunity-app-col8{
        justify-content: space-between;
        min-width: 50px;
    }
    .portal-volunteer-my-time-sheets.portal-volunteer-info-main .item-name-time2{
        max-width: 200px;
        min-width: 200px;
    }
    .portal-volunteer-my-time-sheets.portal-volunteer-info-main .opportunity-app-col4,
    .portal-volunteer-my-time-sheets.portal-volunteer-info-main .opportunity-app-col5,
    .portal-volunteer-my-time-sheets.portal-volunteer-info-main .opportunity-app-col6{
        margin-top: 10px;
    }
}
@media screen and (max-width: 500px) {
    .portal-volunteer-my-time-sheets.portal-volunteer-info-main .neonfront-portal-body-bar button{
        max-width: 130px;
    }
    .portal-volunteer-my-time-sheets.portal-volunteer-info-main .row .col-sm .float-end{
        flex-direction: row;
    }
    .new-note-doc-name{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 250px;
    }
}
@media screen and (max-width: 440px) {
    .new-note-doc-name{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 190px;
    }
}
@media screen and (max-width: 360px){
    .portal-volunteer-my-time-sheets.portal-volunteer-info-main .opportunity-app-col2{
        min-width: 80%;
    }
    .new-note-doc-name{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 170px;
    }
}
/*newTimesheet.html*/
@media screen and (min-width: 1086px) {
    .portal-volunteer-new-times-sheet.neonfront_container{
        width: 744px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1085px) {
    .portal-volunteer-new-times-sheet.neonfront_container{
        width: 680px;
    }
}
.portal-volunteer-new-times-sheet .pvnts-title{
    color: #3C4144;
    font-family: Lato;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
}
.portal-volunteer-new-times-sheet .time-sheet-information-title-thead .tsitt-thead-row{
    display: flex;
    background: #FBFBFD;
    margin: 0 auto;
}
.portal-volunteer-new-times-sheet .time-sheet-information-title-tbody .tsitt-row{
    border-bottom: 1px solid #C0C8D7;
    margin: 0 auto;
}
.portal-volunteer-new-times-sheet .time-sheet-information-title-tbody .tsitt-row .row{
    position: relative;
}
.portal-volunteer-new-times-sheet .tsitt-column{
    flex: 1 1 11%;
    padding: 5px 2px;
    font-family: Lato;
    font-size: 0.875rem;
    text-align: left;
    color: #002D41;
    font-weight: 700;
}
.portal-volunteer-new-times-sheet .tsitt-column .form-select.neonfront_input{
    min-width: 130px;
}
.portal-volunteer-new-times-sheet .tsitt-column .tsitt-column-head,
.portal-volunteer-new-times-sheet .tsitt-column .tsitt-column-body{
    font-family: Roboto;
    font-size: 0.875rem;
    font-weight: 500;
    color: #3C4144;
}
.portal-volunteer-new-times-sheet .tsitt-column-weeks{
    max-width: 80px;
    min-width: 80px;
}
.portal-volunteer-new-times-sheet .tsitt-column .tsitt-column-body.tsitt-column-date{
    font-weight: 400;
    font-size: 12px;
}
.time-sheet-information-title-tbody .tsitt-row-add-shift{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    color: #0074D9;
    cursor: pointer;
    min-width: 90px;
}
.time-sheet-information-title-tbody .tsitt-row-add-shift i{
   margin-right: 10px;
}
.time-sheet-information-title-tbody .tsitt-row-add-shift-row{
    height: 32px;
    display: flex;
    align-items: center;
}
.time-sheet-information-title-tbody .tsitt-row-add-shift-row .tsitt-column{
    padding: 0 10px;
}
.time-sheet-information-title-tbody .tsitt-delete-column{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    color: #ef0c36;
    cursor: pointer;
    width: 14px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 20px;
}
.portal-volunteer-new-times-sheet .new-time-sheet-sm-show{
    display: none;
}
.portal-volunteer-new-times-sheet .tseb-sheeft-body.time-sheet-information-title-tbody .row{
    border-bottom: 1px solid #C0C8D7;
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
}
.portal-volunteer-new-times-sheet .item-name-footer-sheet-information-mobile .time-sheet-information-title-tbody .tsitt-row-add-shift-row{
    border-bottom: 0;
    padding-top: 15px;
}
.portal-volunteer-new-times-sheet .item-name-footer-sheet-information-mobile .time-sheet-information-title-tbody .tsitt-delete-column{
    position: relative;
    top: 11px;
    width: 100%;
}
.portal-volunteer-new-times-sheet .note-group{
    border: 1px solid rgba(216, 221, 230, 1);
    border-radius: 7px;
    display: block;
    padding: 8px;
    background-color: #F9FAFC;
    min-height: 30px;
    margin: 10px 0 10px 0
}
.portal-volunteer-new-times-sheet .note-group .note-title-action{
    width: 100%;
    display: flex
}

.portal-volunteer-new-times-sheet .note-group .note-title-action .note-title{
    display: flex;
    font-size: 16px;
}
.portal-volunteer-new-times-sheet .note-group .note-title-action .note-date{
    font-size: 12px;
    margin-top: 4px;
    width: 130px;
    font-family: 'Lato';
}
.portal-volunteer-new-times-sheet .note-group .note-title-action .note-action{
    width: 88%;
    justify-content: flex-end;
    display: flex;
}
.portal-volunteer-new-times-sheet .note-group .note-content{
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    color: #002D41;
    word-break: break-word;
}
.portal-volunteer-new-times-sheet .note-group .updated_label{
    color: #002D41;
    font-size: 12px;
    font-family: Lato;
    font-weight: normal;
}

.portal-volunteer-new-times-sheet .note-group .right-time-neon-note{
    color: #54698D;
    font-size: 12px;
    font-family: Lato;
    font-weight: normal;
}


.portal-volunteer-new-times-sheet .download_container {
    min-width: 196px;
    position: relative;
    height: 36px;
    margin-top: 5px;
    background: #FFFFFF;
    border: 1px solid #C8C9CA;
    border-radius: 3px 3px 3px 3px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.portal-volunteer-new-times-sheet .download_container .fa-times-circle:hover {
    color: #ef0c36;
}

.portal-volunteer-new-times-sheet .item-name-expend-chevron i{
    color: #3C4144;
    font-size: 14px;
    cursor: pointer;
}
.portal-volunteer-new-times-sheet .custom-action-dropdown{
    position: relative;
    top: 5px;
}
.portal-volunteer-new-times-sheet .custom-action-dropdown .items{
    display: block;
    position: absolute;
    right: -12px;
    background-color: #fff;
    border: 1px solid #E6E9EE;
    border-radius: 0.375rem;
    width: 160px;
    z-index: 1000;
}

.portal-volunteer-new-times-sheet .custom-action-dropdown .items .action-item{
    padding: 10px;
    cursor: pointer;
}
.portal-volunteer-new-times-sheet .custom-action-dropdown .items .action-item i{
    color: #002D41;
    font-size: 14px;
    width: 14px;
    margin-right: 10px;
}
.portal-volunteer-new-times-sheet .custom-action-dropdown .items .action-item.delete-action-item i{
    color: #DC143C;
}
.portal-volunteer-new-times-sheet .custom-action-dropdown .items .action-item.delete-action-item span{
    color: #DC143C;
}
.portal-volunteer-new-times-sheet .custom-action-dropdown .items .action-item span{
    color: #002D41;
    font-size: 13px;
}
.portal-volunteer-new-times-sheet .custom-action-dropdown .items .action-item:hover{
    background: #E2F2FE;
}
.portal-volunteer-new-times-sheet .custom-action-dropdown .items .up-arrow{
    width: 0;
    height: 0;
    position: absolute;
    margin-top: -12px;
    margin-left: calc(100% - 24px);
    border: solid 6px transparent;
    border-bottom: solid 6px #E6E9EE;
}
.portal-volunteer-new-times-sheet .custom-action-dropdown .items .up-arrow::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -5px;
    top: -4px;
    border: solid 5px transparent;
    border-bottom: solid 5px white;
}
.neonfront-search-value.neon-volunteer-sheets-search-value{
    border: 1px solid rgb(230, 233, 238);
    border-radius: 20px;
    padding: 8px 20px;
    line-height: normal;
    margin-right: 15px;
    display: inline-flex;
    height: 33px;
    align-items: center;
}
.neonfront-search-value.neon-volunteer-sheets-search-value .neon-multi-select{
    line-height: 33px;
    display: flex;
}
.neonfront-search-value.neon-volunteer-sheets-search-value .neon-multi-select .placeholder{
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
}
.neonfront-search-value.neon-volunteer-sheets-search-value .neon-multi-select .placeholder .has-val:first-of-type {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.neonfront-search-value.neon-volunteer-sheets-search-value .neon-multi-select .list{
    top: 36px;
}
.neonfront-search-value.neon-volunteer-sheets-search-value .neon-multi-select .list{
    white-space: break-spaces;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 300px;
    width: max-content;
}
@media screen and (max-width: 600px){
    .portal-volunteer-new-times-sheet .new-time-sheet-md-show{
        display: none;
    }
    .portal-volunteer-new-times-sheet .new-time-sheet-sm-show{
        display: flex;
    }
}
@media screen and (max-width: 575px){
    .portal-volunteer-new-times-sheet .new-time-sheet-md-show{
        display: none;
    }
    .portal-volunteer-new-times-sheet .new-time-sheet-sm-show{
        display: flex;
    }
    .neonfront-search-value.neon-volunteer-sheets-search-value{
        display: flex;
    }
    .neonfront-search-value.neon-volunteer-sheets-search-value{
        border: none !important;
        padding: 8px 0;
    }
    .neonfront-search-value.neon-volunteer-sheets-search-value .neon-multi-select .list{
        top: 28px;
        left: -58px;
    }
    .neonfront-search-value.neon-volunteer-sheets-search-value .neon-multi-select .list .up-arrow{
        display: none;
    }
    .neonfront-search-value.neon-volunteer-sheets-search-value .neon-multi-select .list{
        min-width: 250px;
    }
}
@media screen and (max-width: 330px){
    .neonfront-search-value.neon-volunteer-sheets-search-value .neon-multi-select .list{
        max-width: 280px;
    }
}
:root {
    --p2p_portal_primary_text_color: #002D41;
}

.p2p_logo {
    font-weight: 500;
    font-size: 18px;
    color: var(--portal_primary_color);
    max-width: 150px;
    display: flex;
    align-items: center;
}
.p2p_logo img {
    max-height: 60px;
    max-width: 150px;
}

.p2p_dashboard {
    height: 72px;
    justify-content: space-between;
    align-items: center;
    font-family: Lato;
    padding: 0 30px;
}

.display_flex {
    display: flex;
    align-items: center;
}

.p2p_dashboard_item {
    margin-left: 40px;
    font-weight: 400;
    font-size: 16px;
    color: #002D41;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.p2p_title {
    font-weight: 500;
    font-size: 18px;
    color: var(--portal_primary_color);
    cursor: auto;
}

.logout_btn {
    width: 105px;
    height: 32px;
    background: var(--portal_primary_color);
    border-radius: 4px;
    border: 1px solid var(--portal_primary_color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--portal_primary_text_color);
    font-size: 14px;
    cursor: pointer;
}

.p2p_constituent_info {
    display: flex;
    padding: 20px 16px;
}
.p2p_constituent_info .left {
    min-width: 42px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    margin-top: 10px;
    background: #3C4144 center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-size: cover;
}
.p2p_constituent_info .right {
    margin-left: 10px;
    font-family: Lato;
    color: #002D41;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    overflow-wrap: break-word;
}
.p2p_constituent_info .right .d1 {
    font-weight: 500;
    font-size: 30px;
}
.p2p_constituent_info .right .d2 {
    font-weight: 400;
    font-size: 14px;
}
.p2p_constituent_info .right .d3 {
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid;
    width: 105px;
    margin-top: 5px;
}

.p2p-modal .btn_row {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}
.p2p-modal .btn_row .btn {
    height: 44px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid var(--portal_primary_color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #002D41;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.p2p-modal .btn_row .btn i {
    margin-right: 8px;
}
.p2p-modal .btn_row .btn_size_normal {
    width: 50%;
}
.p2p-modal .btn_row .btn_size_large {
    width: 100%;
}
.p2p-modal .btn_row .btn_color_red {
    border-color: #DC143C;
    color: #DC143C;
}
.p2p-modal .copy_dom {
    margin-top: 15px;
    width: 100%;
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    color: #002D41;
}
.p2p-modal .copy_dom span {
    font-size: 16px;
}
.p2p-modal .copy_dom .font_large {
    word-break: break-all;
}
.p2p-modal .copy_dom .copy_style {
    display: flex;
    align-items: center;
    width: 130px;
    line-height: 20px;
    cursor: pointer;
    border-bottom: 1px solid;
}
.p2p-modal .copy_dom .copy_style i {
    margin-right: 5px;
}

.confirm_dialog {
    max-width: 580px;
    min-height: 312px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 40px 20px 20px 20px;
    position: relative;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    color: #002D41;
}
.confirm_dialog .header {
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.confirm_dialog .content {
    min-height: 200px;
    padding: 40px;
}
.confirm_dialog .footer {
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
}
.confirm_dialog .footer .p2p-neonfront-btn-primary {
    width: 140px;
    height: 44px;
    border-radius: 4px;
    background: var(--portal_primary_color);
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}
.confirm_dialog .footer .p2p-neonfront-btn-link {
    font-family: Lato;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: var(--portal_primary_color);
}
.confirm_dialog .close_icon {
    position: absolute;
    top: 35px;
    right: 35px;
    color: #000000;
    cursor: pointer;
    opacity: .5;
}
.confirm_dialog .close_icon:hover {
    opacity: 1;
}

.team_dialog {
    padding-top: 10px;
}
.team_dialog .header {
    font-size: 44px;
    font-weight: 700;
    color: var(--portal_primary_color);
    text-align: left;
    padding-left: 20px;
}
.team_dialog .content {
    padding: 10px 20px;
    color: #002D41;
    font-family: Lato;
}
.team_dialog .content .sub_title {
    font-weight: 600;
    font-size: 26px;
}
.team_dialog .content .msg {
    font-weight: 400;
    font-size: 16px;
    margin-top: 15px;
}
.team_dialog .content .input_dom {
    margin-top: 15px;
    max-width: 430px;
}
.team_dialog .content .input_dom .select_label,
.team_dialog .content .input_dom .input_info {
    font-weight: 400;
    font-size: 13px;
    color: #54698D;
    line-height: 25px;
}
.team_dialog .content .input_dom .select_label i,
.team_dialog .content .input_dom .input_info i {
    margin-right: 8px;
}
.team_dialog .content .input_dom select,
.team_dialog .content .input_dom input {
    width: 100%;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    color: #002D41;
    border: 1px solid #C0C8D7;
    border-radius: 4px;
}
.team_dialog .content .input_dom input {
    padding: 0 12px;
}
.team_dialog .footer {
    padding: 0 10px;
}
.team_dialog .footer .btn {
    background: var(--portal_primary_color);
    color: var(--portal_primary_text_color);
    min-width: 140px;
}
.team_dialog .footer .disabled_btn {
    background: #98A5BB;
    color: #FFF;
    cursor: not-allowed;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--portal_primary_color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.p2p-image-preview img {
    max-width: 100%;
    max-height: 280px;
}

/* p2p-create-modal start */
.p2p-create-modal .desc {
    font-size: 16px;
    color: #002d41 !important;
}
.p2p-create-modal .btn-outline-primary {
    color: var(--portal_primary_color) !important;
}
.p2p-create-modal .radio-card {
    cursor: pointer;
}
.p2p-create-modal .radio-card input {
    margin-top: .30rem !important;
}
.p2p-create-modal .radio-card .form-check {
    padding-left: 2rem !important;
}
.p2p-create-modal .radio-card.selected {
    border-color: var(--portal_primary_color);
    cursor: pointer;
}
.p2p-create-modal .radio-card.disabled .card-text {
    opacity: .5;
}
.p2p-create-modal .radio-card.disabled {
    cursor: not-allowed;
}
.p2p-create-modal .modal-title {
    font-weight: 700 !important;
    font-size: 38px !important;
    color: var(--portal_primary_color) !important;
    flex-grow: 1;
}
.p2p-create-modal .step {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #002D41;
}
.p2p-create-modal .step-title {
    font-size: 26px;
    font-weight: 600;
    color: #002D41;
}
.p2p-create-modal .form-label {
    font-size: 13px;
    line-height: 16px;
    color: #54698D;
}
.p2p-create-modal .review-form-label {
    font-size: 12px;
    color: var(--p2p_portal_primary_text_color);
}
.p2p-create-modal .modal-footer {
    justify-content: space-between;
}
.p2p-create-modal .upload-btns a {
    cursor: pointer;
    text-decoration: none;
}
.p2p-create-modal .p2p-goal-input {
    width: 260px !important;
}
.p2p-create-modal .p2p-goal-input input {
    padding-right: 40px;
}
.p2p-create-modal .p2p-goal-input input.is-invalid {
    background-image:  none;
}
.p2p-create-modal .p2p-goal-input .input-group-text{
    font-family: 'Font Awesome 6 Pro';
}
.p2p-create-modal .p2p-form-text {
    font-size: 16px;
    font-weight: 600;
    color: #002d41;
}
.p2p-create-modal .btn_row {
    justify-content: start;
}
.p2p-create-modal .btn_row .btn_size_normal {
    width: 140px;
}
.p2p-create-modal .step-title-sub {
    font-size: 20px;
    color: #002d41;
}
.p2p-create-modal .share-url-div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: #C0C8D7 solid 1px;
    padding: 11px 14px 11px 14px;
}
.p2p-create-modal .neonfront-btn-primary {
    background-color: var(--portal_primary_color) !important;
    color: var(--portal_primary_text_color) !important;
    width: auto;
}
.p2p-create-modal .neonfront-btn-primary:disabled {
    color: #ffffff !important;
}
.p2p-create-modal .back-btn:enabled {
    color: var(--portal_primary_color) !important;
}
.p2p-create-modal .neonfront-btn-outline-primary {
    color: #002D41;
}
.p2p-create-modal .story-review {
    overflow: auto;
    min-height: 40px;
    max-height: 600px;
    color: var(--p2p_portal_primary_text_color);
}
.p2p-create-modal .modal-body {
    padding-right: 40px;
}
.p2p-create-modal .btn:disabled {
    background-color: #98A5BB !important;
}
.p2p-create-modal .back-btn {
    text-decoration: none;
}
.p2p-create-modal .back-btn:disabled {
    background-color: transparent !important;
}
.p2p-create-modal .form-check-input:checked[type="radio"],
.p2p-create-modal .form-check-input:checked[type="checkbox"] {
    background-color: var(--portal_primary_color);
    border-color: var(--portal_primary_color) !important;
}
.p2p-create-modal .neonfront-btn-primary:enabled,
.p2p-create-modal .neonfront-btn-outline-primary:enabled{
    border-color: var(--portal_primary_color);
    color: var(--portal_primary_color);
}
.p2p-create-modal .modal-title.confirm-title {
    font-weight: 700 !important;
    font-size: 20px !important;
}
.p2p-modal-success .btn {
    font-family: 'Lato';
    color: var(--portal_primary_color) !important;
}
.p2p-create-modal .neon-img-cutter {
    right: -25px;
}
.p2p-create-modal .profile-photo {
    width: 138px;
    height: 138px;
}
.p2p-create-modal .radio-label {
    font-size: 13px;
    color: #002D41;
    cursor: pointer;
}
/* p2p-create-modal end */

.p2p-alert {
    position: fixed !important;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 80%;
    min-width: 200px;
    z-index: 1100;
    width: max-content;
}

.nav-sub-item {
    padding-left: 20px;
    color: #3C4144 !important;
    font-size: 14px;
}
.nav-sub-item:hover {
    background: #E2F2FE;
}
.nav-sub-item.active {
    background: #E2F2FE;
}

.current-code {
    position: absolute;
    right: 8px;
    top: 13.5px;
    z-index: 1001;
}
.p2p-right-content{
    display: grid;
    grid-template-rows: 1fr auto;
    min-height: 100vh !important;
    background: #F9FAFC !important;
}
.p2p-fundraiser-error{
    width: 440px;
    height: 252px;
    padding: 20px 32px;
    margin: 50px auto;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #E6E9EE;
    box-shadow: 0 0 2px rgba(47, 73, 117, 0.14), 0 2px 2px rgba(47, 73, 117, 0.12), 0 1px 3px rgba(47, 73, 117, 0.2);
    text-align: center;
    font-family: Lato;
}
.p2p-fundraiser-error .icon{
    font-size: 60px;
    margin-bottom: 15px;
}
.p2p-fundraiser-error .error-title{
    font-size: 20px;
    font-weight: 700;
    color: #002D41;
    margin-bottom: 20px;
}
.p2p-fundraiser-error .error-msg{
    font-size: 14px;
    font-weight: 400;
    color: #54698D;
}
.tox-dialog__body-nav-item {
    font-size: 16px !important;
}

.search-select-input {
    font-size: 14px !important;
    height: 44px !important;
    color: #002D41 !important;
}
.search-select-list li {
    font-size: 14px !important;
}
.search-select-list li:hover {
    background-color: var(--portal_primary_color) !important;
    color: var(--portal_primary_text_color) !important;
}
.search-select-list li.selected:not(:hover) {
    background-color: var(--goal-meter-widget-meter-backgroundColor) !important;
}
@-moz-document url-prefix() {
    .tox-menu.tox-collection.tox-collection--list.tox-selected-menu {
        min-width: 92px !important;
    }
}

/* Large Screen */
@media screen and (min-width: 968px) {
    .p2p_header_sty_web {
        display: block;
    }
    .p2p_header_sty_phone {
        display: none;
    }
    .neonfront-p2p-portal-left-nav {
        display: block;
        overflow: hidden;
        width: 290px;
        background: #FFF;
        max-height: unset !important;
        z-index: 1;
    }
    #content .col .p2p-portal-content{
        background: #FFF !important;
    }
    .neonfront-p2p-portal-left-nav-mini {
        display: none;
    }
    .space_line_phone {
        display: none;
    }
    .logout_phone {
        display: none;
    }
}

/* Phone */
@media screen and (max-width: 967px) {
    .p2p_header_sty_web {
        display: none;
    }
    .p2p_header_sty_phone {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        background: #FFF;
        height: 64px;
    }
    .neonfront-p2p-portal-left-nav {
        display: none;
    }
    .neonfront-p2p-portal-left-nav-mini {
        display: block;
        background: #FFF;
        width: 100% !important;
    }
    .space_line_phone {
        width: 360px;
        height: 2px;
        background: #E6E9EE;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .p2p_dashboard_item {
        margin-left: 30px;
        margin-bottom: 20px;
        font-weight: 400;
        font-size: 16px;
        color: #002D41;
    }
    .logout_btn {
        color: var(--portal_primary_text_color);
    }
    .p2p-create-modal .modal-title {
        font-size: 30px !important;
    }
    .p2p-create-modal .modal-header .step {
        position: absolute;
        top: 38px;
    }
    .p2p-create-modal .modal-header {
        margin-bottom: 20px;
    }
    .p2p-create-modal .input-group-text {
        max-width: 30%;
    }
    .p2p-create-modal .modal-footer {
        padding-left: 0;
    }
    .p2p-fundraiser-error{
        width: 100% !important;
    }
}
@media only screen and (max-width: 666px) {
    .p2p_fundraiser_management .page-title {
        flex-direction: column;
        align-items: center;
    }
    .p2p_fundraiser_management .page-title .page-name {
        font-weight: 700 !important;
        font-size: 30px !important;
        text-align: center;
    }
    .p2p_fundraiser_management .page-title button {
        margin-top: 20px;
    }
    .p2p_fundraiser_management .page-title .create-btn {
        font-size: 1rem !important;
    }
    .p2p_fundraiser_management .fundraiser-manage-blank-page {
        max-width: 344px;
        margin: auto;
    }
    .p2p_fundraiser_management .fundraiser-card {
        width: 344px !important;
        box-shadow: 0 3px 3px 0 rgba(47, 73, 117, 0.2) !important;
    }
    .p2p_fundraiser_management .fundraiser-card .detail .neonfront-profile-dropdown .up-arrow {
        left: 95px !important;
    }
    .p2p_fundraiser_management .fundraiser-list {
        grid-template-columns: repeat(1, 1fr) !important;
        justify-content: center;
    }
    .p2p_fundraiser_management .fundraiser-list .grid-item {
        display: flex;
        justify-content: center !important;
    }
    .p2p_fundraiser_management .filter {
        justify-content: center !important;
    }
    .p2p_fundraiser_management .dropdown-filters {
        display: none !important;
    }
    .p2p_fundraiser_management .dropdown-filters2 {
        width: 50px !important;
        display: flex !important;
    }
    .p2p_fundraiser_management .dropdown-filters2 .pfsb-body .filter-item .neonfront-search-value .neon-multi-select .list {
        right: 0 !important;
    }
}

@media only screen and (max-width: 920px) and (min-width: 666px) {
    .p2p_fundraiser_management .fundraiser-card .detail .neonfront-profile-dropdown .up-arrow {
        left: 95px !important;
    }
    .p2p_fundraiser_management .fundraiser-list {
        grid-template-columns: repeat(2, 1fr) !important;
        justify-content: center;
    }
    .p2p_fundraiser_management .fundraiser-list .grid-item {
        display: flex;
        justify-content: center !important;
    }
}

.p2p_fundraiser_management {
    display: block;
}
.p2p_fundraiser_management .page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.p2p_fundraiser_management .page-title .page-name {
    font-family: Lato;
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #002D41;
}
.p2p_fundraiser_management .page-title .create-btn {
    width: 245px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--portal_primary_color);
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: var(--portal_primary_color);
}
.p2p_fundraiser_management .page-title .create-btn i {
    margin-right: 15px;
    color: var(--portal_primary_color);
}
.p2p_fundraiser_management .filter {
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.p2p_fundraiser_management .filter label {
    position: relative;
}
.p2p_fundraiser_management .filter input {
    padding-right: 2.6rem !important;
    padding-left: .75rem !important;
    background-image: none !important;
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    width: 288px;
    height: 44px;
}
.p2p_fundraiser_management .filter .search-icon {
    line-height: 44px;
    color: #54698D;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.p2p_fundraiser_management .filter .dropdown-filters {
    display: flex;
    justify-content: space-around;
    width: calc(100% - 300px);
}
.p2p_fundraiser_management .filter .dropdown-filters2 {
    height: 100%;
    display: none;
    align-items: center;
    justify-content: flex-end;
}
.p2p_fundraiser_management .filter .dropdown-filters2 .show-filter-button {
    width: 50px;
    text-align: end;
    position: relative;
}
.p2p_fundraiser_management .filter .dropdown-filters2 .filters-search-box-up-arrow {
    position: absolute;
    top: -6px;
    left: 235px;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-left: solid 1px #E5E5E5;
    border-top: solid 1px #E5E5E5;
}
.p2p_fundraiser_management .filter .dropdown-filters2 .pfsb-header {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #E5E5E5;
    font-family: Lato;
    font-size: .875rem;
    font-weight: 600;
    color: #002D41;
}
.p2p_fundraiser_management .filter .dropdown-filters2 .pfsbh-title {
    margin-left: 10px;
}
.p2p_fundraiser_management .filter .dropdown-filters2 .pfsbh-close {
    color: #0074D9;
    font-size: .875rem;
    font-weight: 500;
    cursor: pointer;
    margin-right: 10px;
}
.p2p_fundraiser_management .filter .dropdown-filters2 .filters-search-box {
    z-index: 999;
    left: -200px;
    width: 254px;
    margin-top: 10px;
    position: absolute;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 2px 0 #2F497524;
}
.p2p_fundraiser_management .filter .dropdown-filters2 .pfsb-body {
    margin-left: 10px;
}
.p2p_fundraiser_management .filter .dropdown-filters2 .filter-item {
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p2p_fundraiser_management .filter .neonfront-search-label {
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    color: rgba(0, 45, 65, 1);
}
.p2p_fundraiser_management .fundraiser-card {
    position: relative;
    width: 288px;
    height: 364px;
    border-radius: 8px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
}
.p2p_fundraiser_management .fundraiser-card .captain-flag {
    padding: 0 10px 0 10px;
    position: absolute;
    top: 5px;
    left: 12px;
    font-family: Lato;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.2);
    min-width: 124px;
    max-width: 256px;
    text-align: center;
    min-height: 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}
.p2p_fundraiser_management .fundraiser-card .captain-flag i {
    margin-right: 10px;
}
.p2p_fundraiser_management .fundraiser-card .captain-flag span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.p2p_fundraiser_management .fundraiser-card .cover {
    width: 100%;
    height: 169px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.p2p_fundraiser_management .fundraiser-card .cover img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
}
.p2p_fundraiser_management .fundraiser-card .cover-alt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.p2p_fundraiser_management .fundraiser-card .cover-alt img {
    margin-top: 25px;
    width: auto !important;
    height: auto !important;
}
.p2p_fundraiser_management .fundraiser-card .detail {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 124px;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-1 .status {
    border-radius: 13px;
    width: 135px;
    text-align: center;
    height: 20px;
    font-family: Lato;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-1 .active {
    background-color: #A0D899;
    color: #002D41;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-1 .inactive {
    background-color: rgba(192, 200, 215, 1);
    color: rgba(0, 45, 65, 1);
}
.p2p_fundraiser_management .fundraiser-card .detail .line-1 .dropdown-item {
    cursor: pointer;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-1 .dropdown-item i {
    margin-right: 10px;
    width: 18px;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-1 .red {
    color: rgba(220, 20, 60, 1);
}
.p2p_fundraiser_management .fundraiser-card .detail .line-1 .grey {
    color: grey;
    cursor: not-allowed;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-1 .grey i {
    cursor: not-allowed;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-2 {
    margin-top: 5px;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-2 .fundraiser-name {
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #002D41;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-2 .fundraiser-description {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #002D41;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-3 {
    margin-top: 5px;
    width: 100%;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-3 .progress-box {
    border-radius: 4px;
    width: 100%;
    height: 8px;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-3 .progress {
    border-radius: 4px 0 0 4px;
    background-color: var(--portal_primary_color);
    width: 45%;
    height: 100%;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-3 .percent100 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.p2p_fundraiser_management .fundraiser-card .detail .line-3 .goal {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #002D41;
    margin-top: 5px;
    padding-left: 3px;
}
.p2p_fundraiser_management .fundraiser-card .card-bottom {
    padding-left: 10px;
    padding-right: 10px;
}
.p2p_fundraiser_management .fundraiser-card .card-bottom .view-btn {
    width: 100%;
    height: 44px;
    background-color: var(--portal_primary_color);
    color: var(--portal_primary_text_color);
    border-radius: 4px;
    border: none;
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}
.p2p_fundraiser_management .fundraiser-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 25px;
    column-gap: 20px;
}
.p2p_fundraiser_management .fundraiser-list > .grid-item:nth-child(3n+1) {
    display: flex;
    justify-content: start;
}
.p2p_fundraiser_management .fundraiser-list > .grid-item:nth-child(3n+2) {
    display: flex;
    justify-content: center;
}
.p2p_fundraiser_management .fundraiser-list > .grid-item:nth-child(3n+3) {
    display: flex;
    justify-content: end;
}
.update_error_msg {
    font-size: 12px;
    font-weight: 400;
    color: red;
}
.fundraiser_detail .back_dom {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    color: #002D41;
    cursor: pointer;
}
.fundraiser_detail .back_dom i {
    margin-right: 10px;
}
.fundraiser_detail .border_b {
    border-bottom: 1px solid #002D41;
}
.fundraiser_detail .info_dom {
    display: flex;
    align-items: center;
    margin-top: 15px;
    flex-wrap: wrap;
}
.fundraiser_detail .info_dom .text {
    font-weight: 600;
    font-size: 36px;
    color: #002D41;
    margin-right: 30px;
}
.fundraiser_detail .info_dom .btn {
    width: 135px;
    height: 20px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C6E7C1;
    color: #006100;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
.fundraiser_detail .info_dom .inactive_color {
    color: #002D41;
    background: rgba(84, 105, 141, 0.15);
}
.fundraiser_detail .main_dom {
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}
.fundraiser_detail .main_dom .left {
    width: 288px;
    margin-right: 100px;
}
.fundraiser_detail .main_dom .left .goal_meter {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    color: #002D41;
}
.fundraiser_detail .main_dom .left .goal_meter span {
    font-weight: 700;
    font-size: 22px;
    margin-right: 8px;
}
.fundraiser_detail .main_dom .left .btn_row {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}
.fundraiser_detail .main_dom .left .btn_row .btn_left {
    margin-right: 10px;
}
.fundraiser_detail .main_dom .left .btn_row .btn {
    height: 44px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid var(--portal_primary_color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--portal_primary_color);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.fundraiser_detail .main_dom .left .btn_row .btn i {
    margin-right: 8px;
}
.fundraiser_detail .main_dom .left .btn_row .btn_size_normal {
    width: 50%;
}
.fundraiser_detail .main_dom .left .btn_row .btn_size_large {
    width: 100%;
}
.fundraiser_detail .main_dom .left .btn_row .btn_color_red {
    border-color: #DC143C;
    color: #DC143C;
}
.fundraiser_detail .main_dom .left .btn_row .btn_color_black {
    border-color: #000;
    color: #000;
}
.fundraiser_detail .main_dom .right {
    width: 560px;
    min-height: 457px;
}
.fundraiser_detail .main_dom .right .tab_dom {
    width: 100%;
    height: 55px;
    display: flex;
    justify-content: space-between;
    font-family: Lato;
    font-weight: 600;
    font-size: 20px;
}
.fundraiser_detail .main_dom .right .tab_dom .tab {
    height: 30px;
    cursor: pointer;
}
.fundraiser_detail .main_dom .right .tab_dom .active_tab {
    border-bottom: 2px solid var(--portal_primary_color);
}
.fundraiser_detail .main_dom .right .content_dom {
    width: 100%;
    background: #FFF;
    border-radius: 12px;
    min-height: 200px;
    box-shadow: 0 4px 4px 0 #0000001F;
    font-family: Lato;
}
.fundraiser_detail .main_dom .right .content_dom .content_title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.fundraiser_detail .main_dom .right .btn_row {
    display: flex;
    margin-top: 25px;
}
.fundraiser_detail .main_dom .right .btn_row .join-btn {
    width: 175px;
}
.fundraiser_detail .main_dom .right .btn_row .disband-btn,
.fundraiser_detail .main_dom .right .btn_row .disband-btn i{
    color: #DC143C !important;
    border-color: #DC143C !important;
}
.fundraiser_detail .main_dom .right .btn_row .btn_right {
    margin-left: 20px;
}
.fundraiser_detail .main_dom .right .btn_row .create-btn {
    width: 175px;
}
.fundraiser_detail .main_dom .right .btn_row .btn {
    height: 44px;
    background: #FFF;
    border-radius: 4px;
    border: 1px solid var(--portal_primary_color);
    display: flex;
    align-items: center;
    color: var(--portal_primary_color);
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.fundraiser_detail .main_dom .right .btn_row .btn i {
    margin-left: 5px;
    margin-right: 10px;
    color: var(--portal_primary_color);
}
.fundraiser_detail .main_dom .right .btn_row .disable_btn {
    background: #98A5BB;
    color: #FFF;
    cursor: not-allowed;
    border: none;
}
.fundraiser_detail .main_dom .right .details_dom {
    font-weight: 400;
    font-size: 12px;
    color: #002D41;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    overflow: hidden;
    hyphens: auto;
}
.fundraiser_detail .main_dom .right .details_dom .font_large {
    font-weight: 500;
    font-size: 16px;
    word-break: break-all;
}
.fundraiser_detail .main_dom .right .details_dom .font_normal {
    font-weight: 400;
    font-size: 14px;
}
.fundraiser_detail .main_dom .right .details_dom .copy_style {
    display: flex;
    align-items: center;
    width: 130px;
    line-height: 20px;
    cursor: pointer;
    border-bottom: 1px solid;
}
.fundraiser_detail .main_dom .right .details_dom .copy_style i {
    margin-right: 5px;
}
.fundraiser_detail .main_dom .right .content_padding {
    padding: 20px 60px;
}
.fundraiser_detail .main_dom .right .updates_dom .update_btn_box {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 15px;
}
.fundraiser_detail .main_dom .right .updates_dom .update_btn {
    width: 162px;
    height: 44px;
    background: var(--portal_primary_color);
    border-radius: 4px;
    border: 1px solid var(--portal_primary_color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--portal_primary_text_color);
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}
.fundraiser_detail .main_dom .right .updates_dom .disable_btn {
    background: #98A5BB;
    color: #FFF;
    cursor: not-allowed;
    border: none;
}
.fundraiser_detail .main_dom .right .updates_dom .empty_post_dom {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.fundraiser_detail .main_dom .right .updates_dom .update_list {
    margin-top: 30px;
}
.fundraiser_detail .main_dom .right .updates_dom .update_list .update_item {
    min-height: 118px;
    border-top: 1px solid #E6E9EE;
    padding: 20px 30px;
    font-weight: 400;
    font-size: 14px;
    color: #002D41;
}
.fundraiser_detail .main_dom .right .updates_dom .update_list .update_item .header_dom {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 18px;
    align-items: center;
}
.fundraiser_detail .main_dom .right .updates_dom .update_list .update_item .footer_dom {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
}
.fundraiser_detail .main_dom .right .updates_dom .view_more_btn {
    width: 200px;
    margin: 20px auto 10px auto;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    color: #002D41;
    border-bottom: 1px solid #002D41;
    cursor: pointer;
    text-align: center;
}
.fundraiser_detail .main_dom .right .page_content {
    margin-top: 20px;
    font-family: Lato;
}
.fundraiser_detail .main_dom .right .page_content .field_item {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
}
.fundraiser_detail .main_dom .right .page_content .field_item .field_label {
    color: #54698D;
    font-size: 13px;
    line-height: 30px;
}
.fundraiser_detail .main_dom .right .page_content .field_item input[type='text'] {
    width: 100%;
    height: 44px;
    border: 1px solid #C0C8D7;
    border-radius: 4px;
    padding: 0 15px;
}
.fundraiser_detail .main_dom .right .page_content .field_item input[type='text'].is-invalid {
    padding-right: 35px;
    padding-left: 10px;
}
.fundraiser_detail .main_dom .right .page_content .field_item .field_textarea {
    width: 100%;
    min-height: 100px;
    padding: 15px;
    color: #002D41;
    font-size: 16px;
    border: 1px solid #C0C8D7;
    border-radius: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.fundraiser_detail .main_dom .right .page_content .field_item .field_textarea::-webkit-scrollbar {
    display: none;
}
.fundraiser_detail .main_dom .right .page_content .field_item .radio-label {
    color: #54698D;
    font-size: 13px;
    margin-left: 10px;
    cursor: pointer;
    word-break: break-all;
    white-space: normal;
    max-width: 90%;
}
.fundraiser_detail .main_dom .right .page_content .field_item .field_img_dom {
    width: 288px;
}
.fundraiser_detail .main_dom .right .page_content .field_item .field_img_dom .field_img {
    width: 100%;
    height: 162px;
    border-radius: 8px;
    border: 1px solid;
}
.fundraiser_detail .main_dom .right .page_content .field_item .field_img_dom .img_action .remove_ac {
    color: #DC143C;
}
.fundraiser_detail .main_dom .right .page_content .photo-btn {
    cursor: pointer;
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
}
.fundraiser_detail .main_dom .right .page_content .photo-btn a {
    text-decoration: none;
}
.fundraiser_detail .main_dom .right .page_content .save_btn_box {
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 15px;
}
.fundraiser_detail .main_dom .right .page_content .save_btn {
    width: 162px;
    height: 44px;
    background: var(--portal_primary_color);
    border-radius: 4px;
    border: 1px solid var(--portal_primary_color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--portal_primary_text_color);
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}
.fundraiser_detail .main_dom .right .page_content .disable_btn {
    background: #98A5BB;
    color: #FFF;
    cursor: not-allowed;
    border: none;
}
.fundraiser_detail .member_top_info {
    justify-content: space-between;
}
.fundraiser_detail .member-sort-filter {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 8px 0;
}
.fundraiser_detail .member_total_sty {
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #002D41;
}
.fundraiser_detail .member_item {
    display: flex;
    align-items: center;
    padding: 10px 50px 10px 20px;
    min-height: 74px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 1px 8px 0px #2F497533, 0px 3px 4px 0px #2F49751F, 0px 3px 3px 0px #2F497524;
    margin-top: 15px;
    position: relative;
}
.fundraiser_detail .member_item .photo_sty {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: #FFF center;
    color: #36517D;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
    background-size: cover;
}
.fundraiser_detail .member_item .content_sty {
    padding-left: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.fundraiser_detail .member_item .content_sty .name_sty {
    min-width: 148px;
    font-family: Roboto;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}
.fundraiser_detail .member_item .content_sty .name_sty div {
    padding-right: 5px;
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
}
.fundraiser_detail .member_item .content_sty .name_sty span {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
.fundraiser_detail .member_item .content_sty .goal_sty {
    min-width: 200px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
}
.fundraiser_detail .member_item .content_sty .goal_sty span {
    font-size: 16px;
    font-weight: 700;
}
.fundraiser_detail .member_item .action_sty {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
}
.p2p-input-group-text {
    font-size: .8rem !important;
}
.fundraiser_detail .meter {
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #E6E9EE;
    margin-top: 8px;
}
.fundraiser_detail .meter .progress-bar {
    background: var(--portal_primary_color);
    border-radius: 4px;
}
.fundraiser_detail .landing-center-left-frame-pagination {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
}
.fundraiser_detail .landing-center-left-frame-pagination span {
    color: #36517D;
    text-align: center;
    font-family: Lato, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    min-width: 22px;
}
.fundraiser_detail .landing-center-left-frame-pagination .selected {
    color: #FFF !important;
    background: var(--portal_primary_color) !important;
    border-radius: 50%;
}
.fundraiser_detail .landing-center-left-frame-pagination .disabled {
    cursor: not-allowed !important;
    color: #C6CBD5 !important;
}
.fundraiser_detail .p2p-dropdowm-item {
    cursor: pointer;
}
.fundraiser_detail .p2p-dropdowm-item i {
    margin-right: 8px;
}
.fundraiser_detail .warring_sty {
    color: #DC143C;
}
.fundraiser_detail .cover {
    width: 100%;
    height: 169px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.fundraiser_detail .cover .img_dom {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media screen and (min-width: 1196px) and (max-width: 1285px) {
    .fundraiser_detail .main_dom .left {
        margin-right: 10px !important;
    }
}
@media screen and (max-width: 370px) {
    .tab_dom{
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1195px) {
    .fundraiser_detail .main_dom .right .btn_row .btn_right {
        margin-left: 0;
        margin-top: 20px;
    }
    .fundraiser_detail .member_item {
        align-items: start !important;
    }
    .fundraiser_detail .main_dom .left {
        margin-bottom: 30px !important;
    }
    .fundraiser_detail .info_dom .text {
        margin-right: 0 !important;
    }
    .style_phone {
        width: 100% !important;
        max-width: 100% !important;
        justify-content: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .main_dom .right .btn_row {
        flex-direction: column;
    }
    .back_dom {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 18px;
    }
    .btn_style_phone {
        padding: 0 20px;
    }
    .btn_row_style_phone {
        display: none !important;
    }
    .detail_padding {
        padding: 20px 10px;
    }
    .content_padding {
        padding: 20px 10px !important;
    }
    .update_item {
        padding: 20px 5px !important;
    }
    .content_sty {
        display: block !important;
    }
    .member_top_info {
        display: block !important;
        margin-top: 15px !important;
    }
    .member_total_sty {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .invite-btn {
        width: 250px !important;
        margin: 0 auto;
    }
    .member-sort-filter {
        justify-content: center !important;
    }
    .goal_sty {
        margin-top: 10px;
    }
    .p2p-input-phone-sty {
        font-size: 1rem !important;
    }
}
.overview-panel {
    width: 100%;
}
.overview-panel .fundraiser-card {
    position: relative;
    width: 288px;
    height: 355px;
    border-radius: 8px;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.07);
}
.overview-panel .fundraiser-card .captain-flag {
    padding: 0 10px 0 10px;
    position: absolute;
    top: 5px;
    left: 12px;
    font-family: Lato;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.2);
    min-width: 124px;
    max-width: 256px;
    text-align: center;
    min-height: 24px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}
.overview-panel .fundraiser-card .captain-flag i {
    margin-right: 10px;
}
.overview-panel .fundraiser-card .captain-flag span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.overview-panel .fundraiser-card .cover {
    width: 100%;
    height: 169px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.overview-panel .fundraiser-card .cover img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
}
.overview-panel .fundraiser-card .cover-alt {
    display: flex;
    justify-content: center;
    align-items: center;
}
.overview-panel .fundraiser-card .cover-alt img {
    margin-top: 25px;
    width: auto !important;
    height: auto !important;
}
.overview-panel .fundraiser-card .detail {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 110px;
}
.overview-panel .fundraiser-card .detail .line-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.overview-panel .fundraiser-card .detail .line-1 .status {
    border-radius: 13px;
    width: 135px;
    text-align: center;
    height: 20px;
    font-family: Lato;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
}
.overview-panel .fundraiser-card .detail .line-1 .active {
    background-color: #A0D899;
    color: #002D41;
}
.overview-panel .fundraiser-card .detail .line-1 .inactive {
    background-color: rgba(192, 200, 215, 1);
    color: rgba(0, 45, 65, 1);
}
.overview-panel .fundraiser-card .detail .line-2 .fundraiser-name {
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
    color: #002D41;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.overview-panel .fundraiser-card .detail .line-1 .dropdown-item {
    cursor: pointer;
}
.overview-panel .fundraiser-card .detail .line-1 .dropdown-item i {
    margin-right: 10px;
    width: 18px;
}
.overview-panel .fundraiser-card .detail .line-1 .red {
    color: rgba(220, 20, 60, 1);
}
.overview-panel .fundraiser-card .detail .line-1 .grey {
    color: grey;
    cursor: not-allowed;
}
.overview-panel .fundraiser-card .detail .line-1 .grey i {
    cursor: not-allowed;
}
.overview-panel .fundraiser-card .detail .line-2 {
    margin-top: 5px;
}
.overview-panel .fundraiser-card .detail .line-2 .fundraiser-description {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #002D41;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.overview-panel .fundraiser-card .detail .line-3 {
    margin-top: 8px;
    width: 100%;
}
.overview-panel .fundraiser-card .detail .line-3 .progress-box {
    border-radius: 4px;
    width: 100%;
    height: 8px;
}
.overview-panel .fundraiser-card .detail .line-3 .progress {
    border-radius: 4px 0 0 4px;
    background-color: var(--portal_primary_color);
    width: 45%;
    height: 100%;
}
.overview-panel .fundraiser-card .detail .line-3 .percent100 {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px!important;
}
.overview-panel .fundraiser-card .detail .line-3 .goal {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #002D41;
    margin-top: 5px;
    padding-left: 3px;
}
.overview-panel .fundraiser-card .card-bottom {
    padding-left: 10px;
    padding-right: 10px;
}
.overview-panel .fundraiser-card .card-bottom .view-btn {
    width: 100%;
    height: 44px;
    background-color: var(--portal_primary_color);
    color: var(--portal_primary_text_color);
    border-radius: 4px;
    border: none;
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.overview-panel .fundraiser-list {
    display: flex;
    flex-wrap: wrap;
}
.overview-panel .fundraiser-list > .grid-item {
    margin-bottom: 34px;
}
.overview-panel .fundraiser-list > .grid-item:nth-child(3n+1) {
    margin-right: 34px;
}
.overview-panel .fundraiser-list > .grid-item:nth-child(3n+2) {
    margin-right: 34px;
}


.overview-panel .welcome-section {
    min-height: 202px;
    box-shadow: 0px 4px 4px 0px #0000001F;
    border-radius: 12px;
    background-color: #FFFFFF;
    padding: 28px 45px;
    display: flex;
    margin-bottom: 38px;
}
.overview-panel .welcome-section .welcome-text {
    width: 63%;
    color: #002D41;
}
.overview-panel .welcome-section .welcome-text-title {
    font-family: Lato;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
}
.overview-panel .welcome-section .welcome-text-desc {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
}
.overview-panel .welcome-section .welcome-icon {
    width: 37%;
    font-size: 96px;
    color: var(--portal_primary_color);
    text-align: center;
    padding-left: 30px;
}
.overview-panel .summary-section {
    min-height: 490px;
    display: flex;
}
.overview-panel .summary-section .section-title {
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #002D41;
    text-align: center;
    margin-bottom: 18px;
}
.overview-panel .summary-section .recent-supporter-section {
    width: 37%;
    height: 100%;
    margin-right: 30px;
}
.overview-panel .summary-section .recent-supporter-section .share-desc {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    color: #002D41;
    padding-right: 8px;
}
.overview-panel .summary-section .recent-supporter-section .btn_size_normal {
    width: 70%;
    min-width: 243px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
    color: var(--portal_primary_color);
}
.overview-panel .summary-section .recent-supporter-section .supporter-list {
    min-height: 92px;
    margin-bottom: 18px;
}
.overview-panel .summary-section .recent-supporter-section .supporter-list .supporter-card {
    width: 98%;
    min-height: 82px;
    box-shadow: 0px 2px 4px 0px #0000001F;
    border-radius: 12px;
    background-color: #FFFFFF;
    padding: 10px 30px 15px 18px;
    margin: 0 auto 16px;
}
.overview-panel .summary-section .recent-supporter-section .supporter-list .supporter-card .timestamp-line {
    font-family: Lato;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #36517D;
}
.overview-panel .summary-section .recent-supporter-section .supporter-list .supporter-card .activity-line {
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #002D41;
    margin-top: 3px;
}
.overview-panel .summary-section .recent-supporter-section .supporter-list .supporter-card .comment-line {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #36517D;
    margin-top: 14px;
}
.overview-panel .summary-section .recent-supporter-section .supporter-list::-webkit-scrollbar {
    width: 3px;
}
.overview-panel .summary-section .recent-supporter-section .view-all-supporters {
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #002D41;
    text-align: center;
}
.overview-panel .summary-section .glance-section {
    width: 60%;
    height: 100%;
}
.overview-panel .summary-section .glance-section .stats-panel {
    box-shadow: 0px 4px 4px 0px #0000001F;
    border-radius: 12px;
    background-color: #FFFFFF;
}
.overview-panel .summary-section .glance-section .stats-panel .glance-navi-items {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overview-panel .summary-section .glance-section .stats-panel .glance-navi-items .glance-item-label {
    font-family: Lato;
    font-weight: 600;
    font-size: 20px;
    color: #002D41;
    cursor: pointer;
    min-width: 137px;
    text-align: center;
}
.overview-panel .summary-section .glance-section .stats-panel .glance-navi-items .glance-item-label.is-active {
    border-bottom: 2px solid var(--portal_primary_color);
}
.overview-panel .summary-section .glance-section .stats-panel .glance-data-section {
    min-height: 200px;
    width: 100%;
    margin-top: 18px;
}
.overview-panel .summary-section .glance-section .stats-panel .glance-data-section .goal-meter {
    height: 100%;
    width: 100%;
}
.overview-panel .summary-section .glance-section .stats-panel .glance-data-section .goal-meter .total-transaction-line {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    color: #002D41;
    text-align: center;
    margin-top: 10px;
}
.overview-panel .summary-section .glance-section .stats-panel .glance-data-section .goal-meter .view-all-activity {
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    color: #002D41;
    text-align: center;
    margin-top: 5px;
    padding-bottom: 20px;
}
.overview-panel .summary-section .glance-section .stats-panel .glance-data-section .top-supporter {
    height: 100%;
    width: 100%;
    padding: 10px 60px 10px 60px;
}
.overview-panel .summary-section .glance-section .stats-panel .glance-data-section .top-supporter .supporter-data-line {
    min-height: 62px;
    border-top: 1px solid #E6E9EE;
}
.overview-panel .summary-section .glance-section .stats-panel .glance-data-section .top-supporter .supporter-data-line .line-item-1 {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    color: #002D41;
    display: flex;
    margin: 5px 0px 3px 0px;
}
.overview-panel .summary-section .glance-section .stats-panel .glance-data-section .top-supporter .supporter-data-line .line-item-2 {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    color: #002D41;
    min-height: 21px;
    display: flex;
    justify-content: end;
}
.overview-panel .summary-section .glance-section .stats-panel .glance-data-section .top-supporter::-webkit-scrollbar {
    width: 3px;
}
.overview-panel .fundraiser-section {
    margin-top: 35px;
}
.overview-panel .fundraiser-section .fs-section-title {
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    color: #002D41;
    height: 45px;
    text-align: center;
}
.overview-panel .fundraiser-section .fs-section-tail {
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    color: #002D41;
    text-align: center;
    margin-top: 30px;
}

.overview-panel .glance-data-section .no-goal-meter {
    text-align: center;
    padding: 30px 0 18px 0;
}

.overview-panel .glance-data-section .no-goal-meter .raised-title {
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    color: #002D41;
}

.overview-panel .glance-data-section .no-goal-meter .raised-amount {
    font-family: Lato;
    font-weight: 700;
    font-size: 40px;
    color: #002D41;
    line-height: 42px;
}

@media screen and (max-width: 967px) {
    .overview-panel .fundraiser-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        row-gap: 25px;
        column-gap: 20px;
    }

    .overview-panel .welcome-section {
        padding: 15px 10px !important;
    }
    .overview-panel .welcome-section .welcome-text {
        width: 100% !important;
    }
    .overview-panel .summary-section {
        flex-direction: column-reverse;
        height: auto;
    }
    .overview-panel .glance-section {
        width: 100% !important;
    }
    .overview-panel .glance-section .glance-navi-items .glance-item-label {
        line-height: 15px;
    }
    .overview-panel .glance-section .glance-data-section .top-supporter {
        padding: 10px 25px !important;
    }
    .overview-panel .recent-supporter-section {
        width: 100% !important;
        margin-top: 40px;
    }
    .overview-panel .fundraiser-section {
        margin-top: 50px;
    }
    .overview-panel .welcome-icon {
        display: none;
    }
    .overview-panel .fundraiser-card {
        width: 100% !important;
        box-shadow: 0 3px 3px 0 rgba(47, 73, 117, 0.2)!important;
    }
    .overview-panel .fundraiser-card .detail .neonfront-profile-dropdown .up-arrow {
        left: 95px !important;
    }
    .overview-panel .fundraiser-list {
        grid-template-columns: repeat(1, 1fr) !important;
        justify-content: center;
    }
    .overview-panel .fundraiser-list .grid-item {
        display: flex;
        justify-content: center !important;
    }
    .overview-panel .fundraiser-list > .grid-item {
        margin-bottom: 0px;
    }
    .overview-panel .fundraiser-list > .grid-item:nth-child(3n+1) {
        margin-right: 0px;
    }
    .overview-panel .fundraiser-list > .grid-item:nth-child(3n+2) {
        margin-right: 0px;
    }
}
/* -------------------------------------
 * Bar container
 * ------------------------------------- */
:root{
    --goal-meter-widget-color: rgba(var(--goal-meter-widget-r),var(--goal-meter-widget-g),var(--goal-meter-widget-b),var(--goal-meter-widget-a));
    --goal-meter-widget-meter-a: calc(0.15*var(--goal-meter-widget-a));
    --goal-meter-widget-mr:calc(255*(1 - var(--goal-meter-widget-a)) + var(--goal-meter-widget-r)*var(--goal-meter-widget-a));
    --goal-meter-widget-mg:calc(255*(1 - var(--goal-meter-widget-a)) + var(--goal-meter-widget-g)*var(--goal-meter-widget-a));
    --goal-meter-widget-mb:calc(255*(1 - var(--goal-meter-widget-a)) + var(--goal-meter-widget-b)*var(--goal-meter-widget-a));
    --goal-meter-widget-meter-color: rgb(var(--goal-meter-widget-mr),var(--goal-meter-widget-mg),var(--goal-meter-widget-mb));
    --goal-meter-widget-br:calc(255*(1 - var(--goal-meter-widget-meter-a)) + var(--goal-meter-widget-r)*var(--goal-meter-widget-meter-a));
    --goal-meter-widget-bg:calc(255*(1 - var(--goal-meter-widget-meter-a)) + var(--goal-meter-widget-g)*var(--goal-meter-widget-meter-a));
    --goal-meter-widget-bb:calc(255*(1 - var(--goal-meter-widget-meter-a)) + var(--goal-meter-widget-b)*var(--goal-meter-widget-meter-a));
    --goal-meter-widget-meter-backgroundColor: rgb(var(--goal-meter-widget-br),var(--goal-meter-widget-bg),var(--goal-meter-widget-bb))
}

.goal-meter-widget-linear .goal-meter-widget-linear-bottom .float-end .value {
    color: var(--goal-meter-widget-color);
}

.neonfront_content_campaign .text-end .value {
    color: var(--goal-meter-widget-color);
}

.goal-meter-widget-circular {
    display: inline-block;
    margin-top: 10px;
    position: relative;
    width: 260px;
    height: 260px;
    border-radius: 50%;
}
.goal-meter-widget-circular:after, .goal-meter-widget-circular:before {
    content: '';
    width: 15px;
    height: 15px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -10px;
    background: var(--goal-meter-widget-meter-color);
    position: absolute;
    z-index: 999;
}
.goal-meter-widget-circular:after {
    z-index: 998;
    box-shadow: none;
    transform: translate(0, -120px);
}
.goal-meter-widget-circular>.content {
    position: absolute;
    padding-top: 90px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    color: #002D41;
    line-height: 30px;
    left: 15px;
    top: 15px;
    width: 230px;
    height: 230px;
    background-color: #ffff;
    border-radius: 50%;
    text-align: center;
}
.goal-meter-widget-circular>.content .line-1 {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #002D41;
    line-height: 12px;
}
.goal-meter-widget-circular>.content .line-2 {
    font-family: Lato;
    font-weight: 700;
    color: #002D41;
    font-size: 24px;
    line-height: 32px;
}
.goal-meter-widget-circular>.content .line-3 {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    color: #002D41;
    line-height: 12px;
}
/* -------------------------------------
 * Mixin for progress-% class
 * ------------------------------------- */

@keyframes progress-track
{
    0%   {background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 100%, transparent 50%, transparent)}
    10% {background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(102deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));}
    20% {background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(114deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));}
    30% {background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(126deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));}
    40% {background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(138deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));}
    50% {background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(150deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));}
    60% {background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(162deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));}
    70% {background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(184deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));}
    80% {background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(196deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));}
    90% {background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(198deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));}
    100% {background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(198deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));}
}

.progress-0 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-0:after {
    background: var(--goal-meter-widget-meter-backgroundColor);
}
.progress-0:before {
    background: var(--goal-meter-widget-meter-backgroundColor);
    transform: rotate(0deg) translate(0, -120px);
}

.progress-1 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(93.6deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-1:before {
    transform: rotate(3.6deg) translate(0, -120px);
}


.progress-2 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(97.2deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-2:before {
    transform: rotate(7.2deg) translate(0, -120.3px);
}


.progress-3 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(100.8deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-3:before {
    transform: rotate(10.8deg) translate(0, -120.5px);
}


.progress-4 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(104.4deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-4:before {
    transform: rotate(14.4deg) translate(0, -120.6px);
}


.progress-5 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(108deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-5:before {
    transform: rotate(18deg) translate(0, -120.7px);
}


.progress-6 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(111.6deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-6:before {
    transform: rotate(21.6deg) translate(0, -121px);
}


.progress-7 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(115.2deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-7:before {
    transform: rotate(25.2deg) translate(0, -121px);
}


.progress-8 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(118.8deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-8:before {
    transform: rotate(28.8deg) translate(0, -121.4px);
}


.progress-9 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(122.4deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-9:before {
    transform: rotate(32.4deg) translate(0, -121.5px);
}


.progress-10 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(126deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-10:before {
    transform: rotate(36deg) translate(0, -121.6px);
}


.progress-11 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(129.6deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-11:before {
    transform: rotate(39.6deg) translate(0, -122.2px);
}


.progress-12 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(133.2deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-12:before {
    transform: rotate(43.2deg) translate(0, -122.4px);
}


.progress-13 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(136.8deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-13:before {
    transform: rotate(46.8deg) translate(0, -122.6px);
}


.progress-14 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(140.4deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-14:before {
    transform: rotate(50.4deg) translate(0, -122.8px);
}


.progress-15 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(144deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-15:before {
    transform: rotate(54deg) translate(0, -123px);
}


.progress-16 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(147.6deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-16:before {
    transform: rotate(57.6deg) translate(0, -123.2px);
}


.progress-17 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(151.2deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-17:before {
    transform: rotate(61.2deg) translate(0, -123.4px);
}


.progress-18 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(154.8deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-18:before {
    transform: rotate(64.8deg) translate(0, -123.6px);
}


.progress-19 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(158.4deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-19:before {
    transform: rotate(68.4deg) translate(0, -123.8px);
}


.progress-20 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(162deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-20:before {
    transform: rotate(72deg) translate(0, -124px);
}


.progress-21 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(165.6deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-21:before {
    transform: rotate(75.6deg) translate(0, -124.2px);
}


.progress-22 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(169.2deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-22:before {
    transform: rotate(79.2deg) translate(0, -124.4px);
}


.progress-23 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(172.8deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-23:before {
    transform: rotate(82.8deg) translate(0, -124.6px);
}


.progress-24 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(176.4deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-24:before {
    transform: rotate(86.4deg) translate(0, -124.8px);
}


.progress-25 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(180deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-25:before {
    transform: rotate(90deg) translate(0, -125px);
}


.progress-26 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(183.6deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-26:before {
    transform: rotate(93.6deg) translate(0, -125.2px);
}


.progress-27 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(187.2deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-27:before {
    transform: rotate(97.2deg) translate(0, -125.4px);
}


.progress-28 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(190.8deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-28:before {
    transform: rotate(100.8deg) translate(0, -125.6px);
}


.progress-29 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(194.4deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-29:before {
    transform: rotate(104.4deg) translate(0, -125.8px);
}


.progress-30 {
    /*animation-name: progress-track;*/
    /*animation-delay:1s;*/
    /*animation-duration: 1s;*/
    /*animation-fill-mode:forwards;*/
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(198deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));

}
.progress-30:before {
    transform: rotate(108deg) translate(0, -125.6px);
}


.progress-31 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(201.6deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-31:before {
    transform: rotate(111.6deg) translate(0, -125.4px);
}

.progress-32 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(205.2deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-32:before {
    transform: rotate(115.2deg) translate(0, -125.2px);
}


.progress-33 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(208.8deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-33:before {
    transform: rotate(118.8deg) translate(0, -125.6px);
}


.progress-34 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(212.4deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-34:before {
    transform: rotate(122.4deg) translate(0, -125.6px);
}


.progress-35 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(216deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-35:before {
    transform: rotate(126deg) translate(0, -125.6px);
}


.progress-36 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(219.6deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-36:before {
    transform: rotate(129.6deg) translate(0, -125.7px);
}


.progress-37 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(223.2deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-37:before {
    transform: rotate(133.2deg) translate(0, -125.7px);
}


.progress-38 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(226.8deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-38:before {
    transform: rotate(136.8deg) translate(0, -125.8px);
}


.progress-39 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(230.4deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-39:before {
    transform: rotate(140.4deg) translate(0, -125.8px);
}


.progress-40 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(234deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-40:before {
    transform: rotate(144deg) translate(0, -125.9px);
}


.progress-41 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(237.6deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-41:before {
    transform: rotate(147.6deg) translate(0, -125.9px);
}


.progress-42 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(241.2deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-42:before {
    transform: rotate(151.2deg) translate(0, -126px);
}


.progress-43 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(244.8deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-43:before {
    transform: rotate(154.8deg) translate(0, -125.9px);
}


.progress-44 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(248.4deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-44:before {
    transform: rotate(158.4deg) translate(0, -125.8px);
}


.progress-45 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(252deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-45:before {
    transform: rotate(162deg) translate(0, -125.6px);
}


.progress-46 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(255.6deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-46:before {
    transform: rotate(165.6deg) translate(0, -125.6px);
}


.progress-47 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(259.2deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-47:before {
    transform: rotate(169.2deg) translate(0, -125.4px);
}


.progress-48 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(262.8deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-48:before {
    transform: rotate(172.8deg) translate(0, -125.4px);
}


.progress-49 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-backgroundColor) 50%, transparent 50%, transparent), linear-gradient(266.4deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-49:before {
    transform: rotate(176.4deg) translate(0, -125.2px);
}


.progress-50 {
    background-image: linear-gradient(-90deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-50:before {
    transform: rotate(180deg) translate(0, -125px);
}


.progress-51 {
    background-image: linear-gradient(-86.4deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-51:before {
    transform: rotate(183.6deg) translate(0, -125px);
}


.progress-52 {
    background-image: linear-gradient(-82.8deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-52:before {
    transform: rotate(187.2deg) translate(0, -124.6px);
}


.progress-53 {
    background-image: linear-gradient(-79.2deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-53:before {
    transform: rotate(190.8deg) translate(0, -124.4px);
}


.progress-54 {
    background-image: linear-gradient(-75.6deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-54:before {
    transform: rotate(194.4deg) translate(0, -124.2px);
}


.progress-55 {
    background-image: linear-gradient(-72deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-55:before {
    transform: rotate(198deg) translate(0, -124px);
}


.progress-56 {
    background-image: linear-gradient(-68.4deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-56:before {
    transform: rotate(201.6deg) translate(0, -124.2px);
}


.progress-57 {
    background-image: linear-gradient(-64.8deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-57:before {
    transform: rotate(205.2deg) translate(0, -123.8px);
}


.progress-58 {
    background-image: linear-gradient(-61.2deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-58:before {
    transform: rotate(208.8deg) translate(0, -123.8px);
}


.progress-59 {
    background-image: linear-gradient(-57.6deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-59:before {
    transform: rotate(212.4deg) translate(0, -123.4px);
}


.progress-60 {
    background-image: linear-gradient(-54deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-60:before {
    transform: rotate(216deg) translate(0, -123.4px);
}


.progress-61 {
    background-image: linear-gradient(-50.4deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-61:before {
    transform: rotate(219.6deg) translate(0, -123.2px);
}


.progress-62 {
    background-image: linear-gradient(-46.8deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-62:before {
    transform: rotate(223.2deg) translate(0, -123px);
}


.progress-63 {
    background-image: linear-gradient(-43.2deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-63:before {
    transform: rotate(226.8deg) translate(0, -122.6px);
}


.progress-64 {
    background-image: linear-gradient(-39.6deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-64:before {
    transform: rotate(230.4deg) translate(0, -122.6px);
}


.progress-65 {
    background-image: linear-gradient(-36deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-65:before {
    transform: rotate(234deg) translate(0, -122.4px);
}


.progress-66 {
    background-image: linear-gradient(-32.4deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-66:before {
    transform: rotate(237.6deg) translate(0, -121.2px);
}


.progress-67 {
    background-image: linear-gradient(-28.8deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-67:before {
    transform: rotate(241.2deg) translate(0, -121.2px);
}


.progress-68 {
    background-image: linear-gradient(-25.2deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-68:before {
    transform: rotate(244.8deg) translate(0, -121px);
}


.progress-69 {
    background-image: linear-gradient(-21.6deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-69:before {
    transform: rotate(248.4deg) translate(0, -121px);
}


.progress-70 {
    background-image: linear-gradient(-18deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-70:before {
    transform: rotate(252deg) translate(0, -120.8px);
}


.progress-71 {
    background-image: linear-gradient(-14.4deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-71:before {
    transform: rotate(255.6deg) translate(0, -120.6px);
}


.progress-72 {
    background-image: linear-gradient(-10.8deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-72:before {
    transform: rotate(259.2deg) translate(0, -120.2px);
}


.progress-73 {
    background-image: linear-gradient(-7.2deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-73:before {
    transform: rotate(262.8deg) translate(0, -120.2px);
}


.progress-74 {
    background-image: linear-gradient(-3.6deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-74:before {
    transform: rotate(266.4deg) translate(0, -120px);
}


.progress-75 {
    background-image: linear-gradient(0deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-75:before {
    transform: rotate(270deg) translate(0, -119.8px);
}


.progress-76 {
    background-image: linear-gradient(3.6deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-76:before {
    transform: rotate(273.6deg) translate(0, -119.8px);
}


.progress-77 {
    background-image: linear-gradient(7.2deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-77:before {
    transform: rotate(277.2deg) translate(0, -119.8px);
}


.progress-78 {
    background-image: linear-gradient(10.8deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-78:before {
    transform: rotate(280.8deg) translate(0, -119.6px);
}


.progress-79 {
    background-image: linear-gradient(14.4deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-79:before {
    transform: rotate(284.4deg) translate(0, -119.6px);
}


.progress-80 {
    background-image: linear-gradient(18deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-80:before {
    transform: rotate(288deg) translate(0, -119.6px);
}


.progress-81 {
    background-image: linear-gradient(21.6deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-81:before {
    transform: rotate(291.6deg) translate(0, -119.6px);
}


.progress-82 {
    background-image: linear-gradient(25.2deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-82:before {
    transform: rotate(295.2deg) translate(0, -119.4px);
}


.progress-83 {
    background-image: linear-gradient(28.8deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-83:before {
    transform: rotate(298.8deg) translate(0, -119.4px);
}


.progress-84 {
    background-image: linear-gradient(32.4deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-84:before {
    transform: rotate(302.4deg) translate(0, -119.4px);
}


.progress-85 {
    background-image: linear-gradient(36deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-85:before {
    transform: rotate(306deg) translate(0, -119.3px);
}


.progress-86 {
    background-image: linear-gradient(39.6deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-86:before {
    transform: rotate(309.6deg) translate(0, -119.3px);
}


.progress-87 {
    background-image: linear-gradient(43.2deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-87:before {
    transform: rotate(313.2deg) translate(0, -119.2px);
}


.progress-88 {
    background-image: linear-gradient(46.8deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-88:before {
    transform: rotate(316.8deg) translate(0, -119.2px);
}


.progress-89 {
    background-image: linear-gradient(50.4deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-89:before {
    transform: rotate(320.4deg) translate(0, -119.1px);
}


.progress-90 {
    background-image: linear-gradient(54deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-90:before {
    transform: rotate(324deg) translate(0, -119.1px);
}


.progress-91 {
    background-image: linear-gradient(57.6deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-91:before {
    transform: rotate(327.6deg) translate(0, -119px);
}


.progress-92 {
    background-image: linear-gradient(61.2deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-92:before {
    transform: rotate(331.2deg) translate(0, -119px);
}


.progress-93 {
    background-image: linear-gradient(64.8deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-93:before {
    transform: rotate(334.8deg) translate(0, -119px);
}


.progress-94 {
    background-image: linear-gradient(68.4deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-94:before {
    transform: rotate(338.4deg) translate(0, -119.1px);
}


.progress-95 {
    background-image: linear-gradient(72deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-95:before {
    transform: rotate(342deg) translate(0, -119.2px);
}


.progress-96 {
    background-image: linear-gradient(75.6deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-96:before {
    transform: rotate(345.6deg) translate(0, -119.3px);
}


.progress-97 {
    background-image: linear-gradient(79.2deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-97:before {
    transform: rotate(349.2deg) translate(0, -119.4px);
}


.progress-98 {
    background-image: linear-gradient(82.8deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-98:before {
    transform: rotate(352.8deg) translate(0, -119.6px);
}


.progress-99 {
    background-image: linear-gradient(86.4deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-99:before {
    transform: rotate(356.4deg) translate(0, -119.8px);
}


.progress-100 {
    background-image: linear-gradient(90deg, var(--goal-meter-widget-meter-color) 50%, transparent 50%, transparent), linear-gradient(270deg, var(--goal-meter-widget-meter-color) 50%, var(--goal-meter-widget-meter-backgroundColor) 50%, var(--goal-meter-widget-meter-backgroundColor));
}
.progress-100:before {
    transform: rotate(360deg) translate(0, -120px);
}

.goal-meter-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.goal-meter-widget-circular>.content .line-1.goal-met {
    margin-bottom: -5px;
}
.goal-meter-widget-circular>.content .line-1.goal-met i{
    margin-right: 10px;
    font-size: 24px;
    vertical-align: middle;
}
.goal-meter-widget-circular>.content .line-1.goal-met-desc {
    margin-top: unset!important;
}

.box {
    margin: auto;
}
@media only screen and (max-width: 666px) {
    .p2p-fundraiser-activity .fundraiser-activity-title {
        flex-direction: column;
        justify-content: center !important;
    }
    .p2p-fundraiser-activity .fundraiser-activity-title .fundraiser-activity-title-name {
        font-weight: 700 !important;
        font-size: 30px !important;
        text-align: center;
    }
    .p2p-fundraiser-activity .fundraiser-activity-title .fundraiser-activity-export-btn {
        margin-top: 20px;
        font-size: 1rem!important;
    }
}

.p2p-fundraiser-activity .fundraiser-activity-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.p2p-fundraiser-activity .fundraiser-activity-title .fundraiser-activity-title-name {
    font-family: Lato;
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #002D41;
}

.fundraiser-activity-export-btn i {
    margin-right: 10px;
    color: var(--portal_primary_color);
}
.fundraiser-activity-export-btn {
    width: 121px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--portal_primary_color);
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: var(--portal_primary_color);
}

@media only screen and (max-width: 666px) {
    .p2p-fa-list .p2p-fal-summary {
        flex-direction: column !important;
    }
    .p2p-fa-list .p2p-fal-summary .p2p-fal-summary-section {
        height: 90px!important;
    }
    .p2p-fa-list .p2p-fal-filter {
        justify-content: center !important;
    }
    .p2p-fa-list .p2p-fal-tool-bar {
        flex-direction: column-reverse;
        gap: 25px;
    }
    .p2p-fa-list .p2p-fal-tool-bar div {
        width: 100%;
    }
    .p2p-fa-list .p2p-fal-tool-bar .fundraiser-activity-export-btn {
        margin-top: 20px;
        font-size: 1rem!important;
    }
    .p2p-fa-list .fal-dropdown-filters {
        display: none !important;
    }
    .p2p-fa-list .fal-dropdown-filters2 {
        width: 50px!important;
        display: flex !important;
    }
    .p2p-fa-list .fal-dropdown-filters2 .pfsb-body .filter-item .neonfront-search-value .neon-multi-select .list {
        left: -60px !important;
    }
    .p2p-fa-list .p2p-fal-data-list .p2p-fal-record-container {
        width: 95% !important;
        padding: 16px 20px !important;
    }
    .p2p-fa-list .p2p-fal-blank-page {
        max-width: 344px;
        margin: auto;
    }
}

.p2p-fa-list .p2p-fal-summary {
    display: flex;
    justify-content: space-around;
}
.p2p-fa-list .p2p-fal-summary .p2p-fal-summary-section {
    height: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Lato;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    justify-content: center;
}
.p2p-fa-list .p2p-fal-summary .p2p-fal-summary-section .p2p-fal-summary-tag-name {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
}
.p2p-fa-list .p2p-fal-summary .p2p-fal-summary-section .p2p-fal-summary-tag-val {
    font-size: 24px;
    color: #000000;
}
.p2p-fa-list .p2p-fal-summary .p2p-fal-summary-section .p2p-fal-summary-total-raised {
    font-weight: 700;
    font-size: 24px;
    color: #000000;
}
.p2p-fa-list .p2p-fal-tab-box {
    display: flex;
    justify-content: center;
    height: 34px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.p2p-fa-list .p2p-fal-tab-box .p2p-fal-blank-tab {
    width: 110px;
}
.p2p-fa-list .p2p-fal-tab-box .p2p-fal-tab {
    height: 100%;
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0;
    color: #002D41;
    text-align: center;
    cursor: pointer;
}
.p2p-fa-list .p2p-fal-tab-box .p2p-fal-tab-checked {
    border-bottom: 2px solid var(--portal_primary_color);
}
.p2p-fa-list .p2p-fal-tool-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p2p-fa-list .p2p-fal-tool-bar .form-check-input {
    height: 20px;
    width: 40px;
    cursor: pointer;
}
.p2p-fa-list .p2p-fal-tool-bar .form-check-label {
    margin-top: 3px;
    margin-left: 10px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #36517D;
}
.p2p-fa-list .p2p-fal-filter {
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.p2p-fa-list .p2p-fal-filter label {
    position: relative;
}
.p2p-fa-list .p2p-fal-filter label input {
    padding-right: 2.6rem!important;
    padding-left: .75rem!important;
    background-image: none!important;
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    width: 288px;
    height: 44px;
}
.p2p-fa-list .p2p-fal-filter .search-icon {
    line-height: 44px;
    color: #54698D;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
.p2p-fa-list .p2p-fal-filter .fal-dropdown-filters {
    display: flex;
    justify-content: space-around;
    width: 60%;
}
.p2p-fa-list .p2p-fal-filter .fal-dropdown-filters2 {
    height: 100%;
    display: none;
    align-items: center;
    justify-content: flex-end;
}
.p2p-fa-list .p2p-fal-filter .fal-dropdown-filters2 .show-filter-button {
    width: 50px;
    text-align: end;
    position: relative;
}
.p2p-fa-list .p2p-fal-filter .fal-dropdown-filters2 .filters-search-box-up-arrow {
    position: absolute;
    top: -6px;
    left: 235px;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-left: solid 1px #E5E5E5;
    border-top: solid 1px #E5E5E5;
}
.p2p-fa-list .p2p-fal-filter .fal-dropdown-filters2 .pfsb-header {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #E5E5E5;
    font-family: Lato;
    font-size: .875rem;
    font-weight: 600;
    color: #002D41;
}
.p2p-fa-list .p2p-fal-filter .fal-dropdown-filters2 .pfsbh-title {
    margin-left: 10px;
}
.p2p-fa-list .p2p-fal-filter .fal-dropdown-filters2 .pfsbh-close {
    color: #0074D9;
    font-size: .875rem;
    font-weight: 500;
    cursor: pointer;
    margin-right: 10px;
}
.p2p-fa-list .p2p-fal-filter .fal-dropdown-filters2 .filters-search-box {
    z-index: 999;
    left: -200px;
    width: 254px;
    margin-top: 10px;
    position: absolute;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 2px 0 #2F497524;
}
.p2p-fa-list .p2p-fal-filter .fal-dropdown-filters2 .pfsb-body {
    margin-left: 10px;
}
.p2p-fa-list .p2p-fal-filter .fal-dropdown-filters2 .filter-item {
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p2p-fa-list .neonfront-search-label {
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    color: rgba(0, 45, 65, 1);
}
.p2p-fa-list .p2p-fal-embedMode-filter {
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.p2p-fa-list .p2p-fal-embedMode-filter .fal-embedMode-dropdown-filters {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.p2p-fa-list .p2p-fal-data-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.p2p-fa-list .p2p-fal-data-list .p2p-fal-record-container {
    width: 100%;
    margin: auto;
    /*min-height: 78px;*/
    border-radius: 12px;
    padding: 16px 40px;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(47, 73, 117, 0.2);
}
.p2p-fa-list .p2p-fal-data-list .p2p-fal-record-basic-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
.p2p-fa-list .p2p-fal-data-list .p2p-fal-record-base {
    font-weight: 500;
    font-size: 18px;
    font-family: Lato;
    line-height: 100%;
    letter-spacing: 0;
    color: #002D41;
}
.p2p-fa-list .p2p-fal-data-list .p2p-fal-record-base .weight-700 {
    font-weight: 700;
}
.p2p-fa-list .p2p-fal-data-list .p2p-fal-record-time {
    font-weight: 400;
    font-size: 14px;
    font-family: Lato;
    line-height: 100%;
    letter-spacing: 0;
    color: #002D41;
    min-width: 100px;
    text-align: right;
}
.p2p-fa-list .p2p-fal-data-list .p2p-fal-record-fundraiser-name {
    font-family: Lato;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0px;
    color: #002D41;
}
.p2p-fa-list .p2p-fal-data-list .p2p-fal-record-comment {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0px;
}
.p2p-fa-list .p2p-fal-data-list .p2p-fal-record-comment span {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    cursor: pointer;
}
.p2p-fa-list .p2p-fal-data-list .p2p-fal-record-comment-action i {
    cursor: pointer;
}
.p2p-fa-list .p2p-fal-data-list .p2p-fal-record-comment-action span {
    font-family: Lato;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0px;
    text-align: center;
    color: #54698D;
    margin-left: 5px;
}
.p2p-fa-list .p2p-fal-data-list .p2p-fal-record-comment-action .not-allow {
    color: #C1C7D0;
    cursor: not-allowed;
}
.p2p-fa-list .p2p-fal-data-list .p2p-fal-view-hidden-comment {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0px;
}
.p2p-fa-list .p2p-fal-data-list .p2p-fal-view-hidden-comment span {
    font-family: Lato;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    cursor: pointer;
}
.p2p-fa-list .p2pFalBlankBox {
    width: 100%;
    font-family: Lato;
    line-height: 140%;
    letter-spacing: 0;
    text-align: center;
    color: #002D41;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p2p-fa-list .p2pFalBlankBox .p2pFalBlankLine1 {
    max-width: 430px;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
}
.p2p-fa-list .p2pFalBlankBox .p2pFalBlankLine2 {
    max-width: 430px;
    font-weight: 400;
    font-size: 16px;
}
.p2p-fa-list .p2pFalBlankBox .p2pFalShareBtn i {
    margin-right: 10px;
    color: var(--portal_primary_color);
}
.p2p-fa-list .p2pFalBlankBox .p2pFalShareBtn {
    margin-top: 15px;
    width: 240px;
    height: 44px;
    font-family: Lato;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--portal_primary_color);
    color: var(--portal_primary_color);
}

.p2p-fal-loading {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
}
.p2p-fal-loading .loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--portal_primary_color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
.p2pFalInput {
    width: 288px;
    height: 44px;
    background-color: #FFFFFF;
    border-radius: 4px;
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    border: 1px solid #ced4da;
}
.p2pFalInputBoxShadow {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.p2pFalInput input {
    height: 100%;
    width: 244px;
    border: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: .75rem !important;
}
.p2pFalInput input:focus {
    outline: none;
}
.p2pFalInput i {
    margin-left: 10px;
    height: 100%;
    color: #54698D;
    cursor: pointer;
}
