@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);
}

label.form-control.input-label,
#content.main select.form-control {
    padding: 0.35rem 0.875rem;
}

.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;
}

#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: 100%;
        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;
        }

@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: flex;
    opacity: 80%;
}

.card-body.loader {
    z-index: 10;
    display: none;
    opacity: 0;
    transition-delay: 2s;
}

.page-loader.active {
    display: flex;
    opacity: 80%;
}

.page-loader {
    position: fixed !important;
    inset: 0px;
    z-index: 1050;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    text-align: center !important;
    font-weight: bold;
    transition: visibility 0s linear 500ms;
    visibility: visible;
    display: none;
    place-content: center;
}

embed.card-img {
    /*min-height: 250px;*/
    object-fit: cover;
    /*commect by suleman at 17/02/2022 for proper view image on doc prview*/
    /*height: 995px;*/  
}

    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;
}

.btn .badge {
    line-height: 15px;
}
.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;
}

.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%;
    }
/*<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;
}

.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;
}
.card-text {
    overflow-wrap: anywhere;
}
@media (min-width: 1200px) {
    .navbar-brand-logo {
        max-width: unset !important;
    }
}

.sortablejs-custom-handle .card {
    cursor: pointer;
}

.sortablejs-custom-handle {
    cursor: none;
}
    ._admin #navbarSettings .nav-link.section-scroll {
        font-size: 15px;
    }

    .step-date {
        display: block;
        position: absolute;
        line-height: .5;
    }

    .hs-unfold.edit label.input-label.justify-content-center {
        place-items: center;
    }

    .hs-unfold.edit label.input-label {
        font-size: .75rem;
    }

    .hs-unfold.edit input.form-control {
        /* min-width: 331px; */
        height: calc(1em + 1.21875rem);
    }

    .hs-unfold.edit .hs-unfold-content.dropdown-unfold {
        background-color: #ffffff;
        min-width: 400px;
    }
.border-radius-top-left {
    border-radius: 10px 0 0 0 !important;
}
.border-radius-top-right {
    border-radius: 0 10px 0 0 !important;
}
.border-radius-bottom-left {
    border-radius: 0 0 0 10px;
}

.border-radius-bottom-right {
    border-radius: 0 0 10px 0;
}
.badge-spans span {
    margin: 3px 5px;
}
.badge-spans {
    white-space: pre-wrap !important;
}
.badge-soft-FundCreator {
    color: #ff37b8;
    background-color: #ff37af1a;
}
.badge-soft-Volunteer {
    color: #3ad130;
    background-color: #56ff371a;
}
.badge-soft-Moderator {
    color: #f19e21;
    background-color: #e78f0c1a;
}
.badge-soft-SuperAdmin {
    color: #f30707;
    background-color: #f702021a;
}
.badge-soft-PortalUser {
    color: #377dff;
    background-color: #377dff1a;
}
.badge-soft-PainCareAdmin {
    color: #bf5ec1;
    background-color: #a828dd1a;
}
.badge-soft-CampaignManager {
    color: #7e7c81;
    background-color: #dbdbd559;
}
.badge-soft-Donor {
    color: #2f972f;
    background-color: #91ff0038;
}

.btn {
    padding: 0.35rem 0.875rem !important;
    font-size: .775rem !important;
}
.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;
}

.success-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 10px;
}