@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}*/

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    border-color: var(--green);
}


.step-item .step-icon input[type=radio].form-control {
    width: 50% !important;
}

.invalid {
    border: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.dark #preloader {
    background-color: #232323;
}

#keeploader,
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f7f7f7;
    z-index: 999999;
}

.preloader {
    width: 150px;
    height: 150px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*margin-left: -25px;
    margin-top: -25px;*/
}

    .preloader span {
        position: absolute;
        display: inline-block;
        width: 150px;
        height: 150px;
        border-radius: 30px;
        background: var(--neon-green);
        -webkit-animation: preloader 1.3s linear infinite;
        animation: preloader 1.3s linear infinite;
    }

        .preloader span:nth-last-child(2) {
            animation-delay: -0.4s;
            -webkit-animation-delay: -0.4s;
            background: var(--neon-blue-dark);
        }

        .preloader span:last-child {
            animation-delay: -0.8s;
            -webkit-animation-delay: -0.8s;
        }

.fundcard::before {
    position: absolute;
    top: 3px;
    left:1px;
    z-index:1;
    /*right: 572px;*/
    content: '';
    background: #283593;
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
    z-index:0
}

.fundcard::after {
    position: absolute;
    content: attr(data-label);
    top: -10px;
    z-index:1;
    left:-5px;
    /*right: px;*/
    padding: 0.5rem;
    width: 115px;
    height: 28px;
    padding-top: 2px;
    font-size: 11px;
    background: #3949ab;
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

    i.fa-info-circle {
        float: right;
        padding-right: 70px;
        margin-right: -5.5rem;
        margin-top: 3px;
    }
/*@media only screen and (min-width: 600px) {
    i.fa-info-circle {
        float: right;
        padding-right: 82px;
        margin-right: -5.5rem;
        margin-top: 3px;
    }
    }*/
.vertical-card::before {
    position: absolute;
    top: 3px;
    /*right: 371px;*/
    left:-15px;
    z-index:-1;
    content: '';
    background: #283593;
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
}

.vertical-card::after {
    position: absolute;
    content: attr(data-label);
    top: -12px;
    z-index:1;
    left:-21px;
    /*right: 290px;*/
    padding: 0.5rem;
    width: 115px;
    height: 28px;
    padding-top: 2px;
    font-size: 11px;
    background: #3949ab;
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}

.tooltiptext {
    visibility: hidden;
    width: 170px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /*Position the tooltip*/
    position: absolute;
    z-index: 1;
    top: -7px;
    left: 30px;
    line-height: initial;
}

    .info-tag:hover .tooltiptext {
        visibility: visible;
    }

    .info-tag-v:hover .tooltiptext {
        visibility: visible;
    }

    .info-tag {
        position: absolute;
        right: 500px;
        top: -29px;
    }


    .info-tag-v {
        position: absolute;
        right: 300px;
        top: -31px;
    }


    @keyframes preloader {
        0% {
            transform: scale(0, 0);
            opacity: 0.5;
        }

        100% {
            transform: scale(1, 1);
            opacity: 0;
        }
    }

    @-webkit-keyframes preloader {
        0% {
            -webkit-transform: scale(0, 0);
            opacity: 0.5;
        }

        100% {
            -webkit-transform: scale(1, 1);
            opacity: 0;
        }
    }

    .card-body.loader.active {
        display: initial;
        opacity: 80%;
    }

    .card-body.loader {
        z-index: 10;
        position: absolute;
        height: -webkit-fill-available;
        width: -webkit-fill-available;
        display: none;
        opacity: 0;
        transition-delay: 2s;
    }

    embed.card-img {
        min-height: 250px;
        object-fit: cover;
    }

        embed.card-img.card-pdf {
            height: 80vh;
        }

        embed.card-img.video {
            min-height: 450px;
        }

    .avatar.avatar-lg {
        width: 3.5rem;
        height: 3.5rem;
    }

    .page-title-area.no-header {
        min-height: 100px;
        padding-bottom: 100px;
    }

        .page-title-area.no-header:before {
            background: linear-gradient(180deg, black, #efeeec 80%);
            opacity: .75;
        }

        .page-title-area.no-header .page-title-wrapper {
            padding-top: 150px !important;
        }

    .plus-minus .updown {
        cursor: pointer;
    }

    embed.card-img-top {
        max-height: 125px;
        vertical-align: middle;
        border-style: none;
        object-fit: cover;
    }

    .copy-link.left {
        position: absolute;
        bottom: 7.5px;
        left: 20px;
    }

    .copy-link.right {
        position: absolute;
        bottom: 7.5px;
        right: 20px;
    }

    .avatar-img {
        width: 100%;
    }

    img.avatar-img.no-width {
        width: unset;
    }

    .z-index-90 {
        z-index: 90;
    }


    .text-xxl {
        font-size: 2.5em !important;
    }

    .text-xl {
        font-size: 2.25em !important;
    }

    .text-lg {
        font-size: 2em !important;
    }

    .text-mdlg {
        font-size: 1.5em !important;
    }

    .text-md2 {
        font-size: 1.2em !important;
    }

    .text-md {
        font-size: 1em !important;
    }

    .text-sm {
        font-size: 0.75em !important;
    }

    .text-xs {
        font-size: 0.5em !important;
    }

    .badge-soft-danger {
        background-color: rgb(253 237 241) !important;
    }

    .badge-soft-primary {
        background-color: rgb(235 242 255) !important;
    }

    .badge-super {
        vertical-align: super !important;
        padding: 0 !important;
    }

    .scroll-section .card-header {
        border-radius: 0.25rem 0.25rem 0 0 !important;
    }

    #fundraiser_status .step-item {
        padding-right: .5rem;
        padding-left: .5rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    #fundraiser_status .step-icon {
        margin-right: .5rem;
    }

    @media (min-width: 689px) {
        #fundraiser_status.step-sm.step-inline .step-title::after {
            margin-left: .5rem;
        }
    }

    @media (min-width: 689px) {
        .step .step-icon::after {
            display: none;
        }
    }

    @media (max-width: 689px) {
        .step-sm.step-inline .step-title::after {
            display: none;
        }
    }

    @media (min-width: 689px) {
        .step-sm .step-item {
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex: 1;
            flex: 1;
            margin-bottom: 0;
        }

        #fundraiser_status.step-sm .step-item {
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex: 1;
            flex: 1;
            margin-bottom: 0;
        }
    }

    .step-item-between .step-item:last-child {
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: auto;
    }

    .step-icon-primary {
        background: var(--neon-blue-dark);
        transform: translateY(-7 px );
    }

    .step-icon-soft-primary {
        color: #377dff;
        background-color: #e8eef9;
    }

    .step-icon-soft-success {
        color: #28a745;
        background-color: #e0f7ee;
    }

    .step-icon-success {
        color: #fff;
        background-color: #00c9a7;
    }

        .step-icon-success
        .step-icon-success:hover,
        .features.step-icon-soft-success:hover {
            color: white;
            background-color: #28a745;
        }

    .step-icon-soft-danger {
        color: #dc3545;
        background-color: #f9e7eb;
    }

    .step-icon-danger,
    .step-icon-danger:hover,
    .features.step-icon-soft-danger:hover {
        color: white;
        background-color: #dc3545;
    }

    .step-icon-soft-warning {
        color: #fbc91e;
        background-color: #fff9c4;
    }

    .step-icon-warning,
    .step-icon-warning:hover,
    .features.step-icon-soft-warning:hover {
        color: white;
        background-color: #fbc91e;
    }

        .step-icon-primary h6,
        .step-icon-success h6,
        .step-icon-warning h6,
        .step-icon-danger h6 {
            color: white;
        }

    @media (min-width: 689px) {
        .step-sm.step-inline .step-item {
            overflow: hidden;
        }
    }

    .step-inline .step-content-wrapper {
        -ms-flex-align: center;
        align-items: center;
    }

    .step .step-content-wrapper {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }


    #fundraiser_status .step-icon {
        margin-right: 0.5rem;
    }

    @media (min-width: 576px) {
        .step-sm.step-inline .step-icon {
            margin-bottom: 0;
        }
    }

    @media (min-width: 576px) {
        .step-sm .step-icon {
            margin-bottom: 1rem;
        }
    }

    .step .step-icon {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.09375rem;
        font-weight: 600;
        width: 2.625rem;
        height: 2.625rem;
        border-radius: 50%;
        margin-right: 1rem;
    }

    .step-sm.step-inline .step-title::after {
        position: absolute;
        top: 1.3125rem;
        width: 100%;
        height: 1.0625rem;
        border-top: 0.125rem solid #e7eaf3;
        content: "";
    }

    .step-icon-primary {
        color: #fff;
        background-color: #377dff;
    }

    .step .step-content {
        -ms-flex: 1;
        flex: 1;
    }

    .step-inline .step-title {
        display: inline-block;
    }

    .step-title {
        display: block;
        color: #1e2022;
        font-weight: 600;
    }

    @media (max-width: 991px) {
        .scroll-section.card > .card-body {
            padding: 1.25rem !important;
        }
    }

    .pointer {
        cursor: pointer;
    }

    .font-monospace {
        font-family: monospace !important;
    }

    .show-html {
        display: initial !important;
    }

    .hide-html {
        display: none !important;
    }

    .show-edit {
        display: initial !important;
    }

    .hide-edit {
        display: none !important;
    }

    .auto-height {
        height: auto !important;
    }

    .badge {
        display: inline-block;
        padding: .3125em .5em;
        font-size: 75%;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        transition: all .2s ease-in-out;
    }

    .btn-ghost-secondary {
        color: #71869d;
        background-color: transparent;
    }

    label.col-form-label {
        color: black;
    }

    .divider {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .divider::after, .divider::before {
            -ms-flex: 1 1 0%;
            flex: 1 1 0%;
            border-top: .0625rem solid #e7eaf3;
            content: "";
            margin-top: .0625rem;
        }

        .divider::before {
            margin-right: 1.5rem;
        }

        .divider::after {
            margin-left: 1.5rem;
        }

    .scroll-section.card {
        border: 1px solid rgba(0,0,0,.124) !important;
        border-radius: 0.25rem 0.25rem 0 0 !important;
        margin-top: 50px;
    }

        .scroll-section.card > .card-body {
            padding: 40px 30px;
        }

        .scroll-section.card .card-header {
            padding: 0.75rem 1.25rem;
            margin-bottom: 0;
            border-bottom: 1px solid rgba(0,0,0,.125);
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

    .page-title-area.no-header .page-title-wrapper .page-title {
        font-size: 50px !important;
    }

    .btn-sm {
        padding: 5px 25px !important;
        font-size: 1rem !important;
    }

    .btn-xs {
        padding: 0px 2.5px !important;
    }

    .btn-icon {
        padding: 0px !important;
        line-height: 1.15;
    }

    input.js-file-attach.custom-file-btn-input {
        display: none;
    }

    .card-btn-toggle {
        display: inline-block;
        color: #377dff;
    }

    .card-btn-toggle-active {
        display: block;
    }

    .card-btn-toggle-default {
        display: none;
    }

    #myTabContent-02 .card-title.h4 {
        margin: 0;
    }

    #myTabContent-02 .card-title.h4 {
        margin: 0;
    }

    .close {
        right: 2.5px;
        top: 0px;
    }

    .form_accordian .card-header {
        padding: 0px !important;
    }

        .form_accordian .card-header .btn-link {
            background: #dddddd;
        }

            .form_accordian .card-header .btn-link.collapsed {
                position: relative;
                color: white;
                background: #23293e;
            }

        .form_accordian .card-header .btn-link {
            display: flex;
            justify-content: space-between;
        }

    #navbarSettings .nav-link.section-scroll {
        font-size: 17px;
        width: 100%;
        text-align: left;
        padding-left: 25px;
    }

    .card-header .card-title.h4 {
        margin: 0;
    }

    .profile-cover-avatar {
        display: flex;
        margin: -5.75rem auto 0.5rem auto;
    }

    .avatar.avatar-xxl {
        width: 125px;
        height: 125px;
    }

    .avatar-uploader {
        cursor: pointer;
        display: inline-block;
        transition: .2s;
        margin-bottom: 0;
    }

    .card > .profile-cover, .card > .profile-cover .profile-cover-img, .card > .profile-cover .profile-cover-img-wrapper {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card {
        box-shadow: 0 6px 12px rgb(140 152 164 / 8%);
    }

    .profile-cover-avatar.avatar-uploader:hover {
        border-color: #377dff;
    }

    .profile-cover-avatar.avatar:not(img) {
        background-color: #fff;
    }

    .profile-cover-avatar.avatar-border-lg {
        border: 0.1875rem solid #fffc;
    }

    .profile-cover-avatar.avatar-circle {
        border-radius: 50% !important;
    }

    .avatar-uploader:hover .avatar-uploader-icon {
        color: #fff;
        background-color: #377dff;
    }

    .header-margin {
        border-top: #1a1e2d 60px solid;
        padding-top: 50px;
    }

    .avatar-uploader .loading-text {
        margin-top: 45px !important;
        margin-left: 25px !important;
        display: block;
    }

    .floating-label-input {
        position: relative;
        /*height: 60px;*/
    }

        .floating-label-input input {
            width: 100%;
            height: 100%;
            position: relative;
            background: transparent;
            border: 0 none;
            outline: none;
            vertical-align: middle;
            font-size: 20px;
            font-weight: bold;
            z-index: 1;
            opacity: .7;
        }

            .floating-label-input input:empty ~ label {
                position: absolute;
                top: calc(50% - 12.5px );
                font-size: 15px;
                left: 10px;
                color: #000000;
                transition: all 0.3s;
                height: 0px;
                padding-left: 2px;
                z-index: 0;
            }

            .floating-label-input input:valid:focus ~ label,
            .floating-label-input input:focus ~ label,
            .floating-label-input input:focus ~ active {
                top: -15px;
                font-size: 12px;
                color: #33bb55;
                background: white;
                height: 15px;
                padding: 0 2px 25px 2px;
                border-radius: 5px;
                z-index: 2;
            }

            .floating-label-input input:valid ~ label {
                top: -15px;
                font-size: 12px;
                color: #91979c;
                height: 15px;
                padding: 0 2px 25px 2px;
                border-radius: 5px;
                z-index: 2;
            }

        .floating-label-input .line {
            position: absolute;
            height: 1px;
            width: 100%;
            bottom: 0;
            background: #000;
            left: 0;
        }

            .floating-label-input .line:after {
                content: "";
                display: block;
                width: 0;
                background: #33bb55;
                height: 1px;
                transition: all 0.5s;
            }

        .floating-label-input input:focus ~ .line:after, .floating-label-input input:focus ~ .line:after, .floating-label-input input:valid ~ .line:after {
            width: 100%;
        }

.pan-label-input input ~ label {
    position: absolute;
    top: calc(50% - 12.5px );
    font-size: 15px;
    left: 10px;
    color: #bdbbba;
    transition: all 0.3s;
    height: 0px;
    padding-left: 2px;
    z-index: 0;
}
.pan-label-input input:focus ~ label {
    top: -15px;
    font-size: 12px;
    color: #33bb55;
    background: white;
    height: 15px;
    padding: 0 2px 25px 2px;
    border-radius: 5px;
    z-index: 2;
}
            /*<div class="floating-label-input" >
<input type="text" id="id" required/ >
<label for="id" > User ID</label >
<span class="line" > </span >
</div>*/
            .disabled {
    cursor: not-allowed !important;
    pointer-events: none;
}

    .loginline.custom-checkbox .custom-control-label::before {
        border: solid .5px #8192b0;
    }

    .legend-indicator {
        display: inline-block;
        width: .5rem;
        height: .5rem;
        background-color: #bdc5d1;
        border-radius: 50%;
        margin-right: .4375rem
    }

    .Edit,
    .Created {
        background-color: #dc3545 !important;
        color: white !important;
    }

    .Under-Review,
    .Verification-Pending {
        background-color: #007bff !important;
    }

    .Rejected {
        background-color: #fd7e14 !important;
    }

    .Verified {
        background-color: #bed7f1 !important;
    }

    .Publish {
        background-color: #ffc107 !important;
    }

    .Withdrawn,
    .Expired,
    .Sad-Demise,
    .End-Date,
    .Goal-Achieved,
    .Closed {
        background-color: black !important;
        color: white !important;
    }

    .line-height-1 {
        line-height: 1;
    }

    .line-height-md {
        line-height: 1.4;
    }

    .external-login.google {
        position: absolute;
        right: 0px;
        width: 13px;
        bottom: 2.5px;
        background-color: white;
        padding: 2px;
        border-radius: 10px;
    }

    .external-login.facebook {
        position: absolute;
        right: -3px;
        width: 17px;
        bottom: -3px;
    }

    .external-login.partial.facebook {
        right: -6px;
        bottom: -2px;
    }

    .external-login.partial.google {
        right: -4px;
        bottom: 2px;
    }

    @media (max-width: 480px) {
        .feature_card_badge::after {
            top: -8px !important;
            right: 256px !important;
        }

        .feature_card_badge::before {
            top: 6px !important;
            right: 337px !important;
        }

        .popular_card_badge::after {
            top: -8px !important;
            right: 256px !important;
        }

        .popular_card_badge::before {
            top: 6px !important;
            right: 337px !important;
        }

        .info-tag {
            position: absolute;
            /*right: 245px;*/
            top: -29px;
            left:120px;
        }

        .info-tag-v {
            position: absolute;
            /*right: 243px;*/
            top: -21px;
            left:113px;
        }
    }

@media (max-width: 768px) {
    .info-tag {
        position: absolute;
        /*right: 245px;*/
        top: -29px;
        left: 120px;
    }
    .info-tag-v {
        position: absolute;
        right: 425px;
        top: -21px;
        left: 113px;
    }
}

@media (max-width: 1024px) {
    .info-tag {
        position: absolute;
        right: 662px;
        top: -29px;
        left: 115px;
    }
    .info-tag-v {
        position: absolute;
        right: 425px;
        top: -21px;
        left: 113px;
    }
}
@media (max-width: 1201px) {
    .info-tag {
        position: absolute;
        right: 378px;
        top: -30px;
        /*left: 115px;*/
    }

    @media (max-width: 480px) {
        .category-img {
            width: 117px;
            height: 117px;
        }

        .info-tag-v {
            position: absolute;
            right: 425px;
            top: -34px;
            left: 99px;
        }
    }

    @media (max-width: 720px) {
        .info-tag {
            position: absolute;
            right: 436px;
            top: -30px;
            left: 105px;
        }

        .info-tag-v {
            position: absolute;
            right: 425px;
            top: -33px;
            left: 99px;
        }
    }

    @media (max-width: 1024px) {
        .info-tag {
            position: absolute;
            right: 680px;
            top: -33px;
            left: 105px;
        }

        .info-tag-v {
            position: absolute;
            right: 475px;
            top: -33px;
            left: 96px;
        }
    }

    @media (max-width: 575px) {
        .info-tag-v {
            position: absolute;
            right: 475px;
            top: -33px;
            left: 96px;
        }
    }

        @media (max-width: 1200px) {
            .info-tag-v {
                position: absolute;
                right: 475px;
                top: -33px;
                left: 96px;
            }
        }

