/* /Components/EchovitaDialog.razor.rz.scp.css */
dialog[b-vt4vsw2uec] {
    width: 100%;
    margin: 0 auto;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .625rem;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    height: fit-content;
    max-height: 90vh;
    overscroll-behavior: contain;
    top: 50%;
    transform: translateY(-50%);
}
    dialog.dialog-content[b-vt4vsw2uec] {
        display: flex;
        flex-direction: column;
    }

dialog.dialog-sm[b-vt4vsw2uec] {
    max-width: 300px;
}

dialog.dialog-md[b-vt4vsw2uec] {
    max-width: 500px;
}

dialog.dialog-lg[b-vt4vsw2uec] {
    max-width: 800px;
}

dialog.dialog-xl[b-vt4vsw2uec] {
    max-width: 1140px;
}

@media (min-width: 576px) {
    dialog.dialog-sm[b-vt4vsw2uec] {
        max-width: 400px;
    }
}

@media (min-width: 768px) {
    dialog.dialog-md[b-vt4vsw2uec] {
        max-width: 600px;
    }

    dialog.dialog-lg[b-vt4vsw2uec] {
        max-width: 900px;
    }
}

@media (min-width: 992px) {
    dialog.dialog-xl[b-vt4vsw2uec] {
        max-width: 1200px;
    }
}

@media (min-width: 1200px) {
    dialog.dialog-xl[b-vt4vsw2uec] {
        max-width: 1400px;
    }
}

dialog[b-vt4vsw2uec]::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    overscroll-behavior: contain;
    overflow: hidden;
}

.dialog-header[b-vt4vsw2uec] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7eaf3;
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
}
/* /Components/FloatingCandle.razor.rz.scp.css */
.square-lg video[b-06pdpkt557] {
    height: 120px !important;
    width: auto;
}

.square-lg[b-06pdpkt557] {
    width: 120px;
    height: 120px;
}
/* /Components/FlowerProgressBar.razor.rz.scp.css */

.step.step-current[b-mnimf1dwo5] {
    box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
    color: #fff;
    background-color: #069 !important;
    border: 3px solid #069 !important;
    border-radius: 100%;
    font-weight: 600 !important;
    text-align: center !important;
    transition: border 1500ms ease-out,background-color 1500ms ease-out,box-shadow 1500ms ease-out,width 1500ms ease-out,border-radius 200ms ease-out;
}

.step[b-mnimf1dwo5] {
    height: 50px;
    width: 50px;
    font-size: 24px;
    /*    padding-top: 4px;*/
    border-radius: 100%;
    overflow: hidden;
    -webkit-transition: border 1500ms ease-out,background-color 1500ms ease-out,box-shadow 1500ms ease-out,width 1500ms ease-out,border-radius 200ms ease-out;
    -webkit-transform: translate3d(0,0,0);
    -moz-transition: border 1500ms ease-out,background-color 1500ms ease-out,box-shadow 1500ms ease-out,width 1500ms ease-out,border-radius 200ms ease-out;
    -o-transition: border 1500ms ease-out,background-color 1500ms ease-out,box-shadow 1500ms ease-out,width 1500ms ease-out,border-radius 200ms ease-out;
    transition: border 1500ms ease-out,background-color 1500ms ease-out,box-shadow 1500ms ease-out,width 1500ms ease-out,border-radius 200ms ease-out;
    background: #069;
    color: #fff;
    text-align: center !important;
    font-weight: 600 !important;
    border: 3px solid #069;
}


.progress-horizontal[b-mnimf1dwo5] {
    position: relative;
    top: 19px;
    width: 100%;
    height: 13px;
}

@media (max-width: 991.98px) {
    .progress-horizontal[b-mnimf1dwo5] {
        top: 20px;
        height: 9px;
    }
}

.progress-bar-horizontal[b-mnimf1dwo5] {
    position: absolute;
    width: 0%;
    -webkit-transition: width 1s ease-out;
    -moz-transition: width 1s ease-out;
    -o-transition: width 1s ease-out;
    transition: width 1s ease-out;
}

.progress[b-mnimf1dwo5] {
    background-color: #77838f;
    /*background-color: #e7f0fc;*/
}
/* /Components/FormField.razor.rz.scp.css */
.form-field[b-je4nncynhm] {
    position: relative;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
    vertical-align: top;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 0 !important;
    font-size: 1rem !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    width: 100%; /* might remove one day */
}


    .form-field label[b-je4nncynhm] {
        position: absolute;
        transform: translate(0, -50%);
        padding: 0 0.25rem;
        /*        background: white;*/
        color: #778189;
        font-size: 0.925rem;
        transition: all 0.2s ease;
        pointer-events: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: calc(100% - 1.5rem);
        border-radius: 4px;
        inset-block-start: 50%;
        inset-inline-end: auto;
        inset-inline-start: 0.78rem;
    }

    .form-field textarea+label[b-je4nncynhm] {
        top:1.5rem;
    }

[b-je4nncynhm] .form-field-content > .form-control,
[b-je4nncynhm] .form-field-content > input {
    width: 100%;
}

[b-je4nncynhm] .form-field-content > * {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    /*    --rz-input-hover-background-color: transparent;
    --rz-input-focus-background-color: transparent;*/
    outline: none;
    border: none !important;
}

.form-field .form-control:focus ~ label[b-je4nncynhm],
.form-field .form-control:not(:placeholder-shown) ~ label[b-je4nncynhm],
.form-field input:focus ~ label[b-je4nncynhm],
.form-field .input:not(:placeholder-shown) ~ label[b-je4nncynhm],
.form-field.label-up .form-field-content > label[b-je4nncynhm],
.form-field.state-focused .form-field-content > label[b-je4nncynhm] {
    transform: translate(0,0);
    /*    transform: translate(4px, -18px);*/
    font-size: 0.85rem;
    color: var(--ev-form-field-label-color);
    inset-inline-end: auto;
    inset-block-start: -0.67rem;
    padding-block-start: 0;
    padding-block-end: 0;
    background: linear-gradient(to bottom, #ffffff 0%, #fbfbfb 50%, #ffffff 52%, #ffffff 100%);
}

[b-je4nncynhm] .form-field .form-control {
    padding-top: 1.25rem;
    padding-bottom: 0.25rem;
}

    [b-je4nncynhm] .form-field .form-control::placeholder {
        opacity: 0;
    }



.form-field-content[b-je4nncynhm] {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    /*    margin-block: 0.5rem 0;*/
    margin-inline: 0;
    box-shadow: none;
    transition: all 0.1s linear, width 0, height 0;
    color: #1b1c1d;
    background-color: #fff;
    border: 1px solid #c2c5ca;
}

    .form-field-content.invalid-state[b-je4nncynhm] {
        border-color: #E13C47;
    }


.form-field:hover .form-field-content[b-je4nncynhm] {
    box-shadow: var(--rz-form-field-hover-shadow);
    background-color: #fff;
    border-color: #97a8b8;
}

.form-field.state-focused .form-field-content[b-je4nncynhm] {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(26, 26, 29, .08);
    border-color: rgba(0, 102, 153, .5);
    outline: none;
    outline-offset: 0;
}

.form-field-end[b-je4nncynhm] {
    display: flex;
    flex: 0;
    align-items: center;
    white-space: nowrap;
    padding-block: 0;
    padding-inline: var(--ev-form-field-end-padding);
}
.form-field:not(.state-focused) .form-field-content.invalid-state > label[b-je4nncynhm] {
    color: #E13C47 !important;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r1io8fzd2k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r1io8fzd2k] {
    flex: 1;
}

.sidebar[b-r1io8fzd2k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-r1io8fzd2k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r1io8fzd2k]  a, .top-row[b-r1io8fzd2k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r1io8fzd2k]  a:hover, .top-row[b-r1io8fzd2k]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r1io8fzd2k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-r1io8fzd2k] {
        justify-content: space-between;
    }

    .top-row[b-r1io8fzd2k]  a, .top-row[b-r1io8fzd2k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r1io8fzd2k] {
        flex-direction: row;
    }

    .sidebar[b-r1io8fzd2k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r1io8fzd2k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r1io8fzd2k]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r1io8fzd2k], article[b-r1io8fzd2k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-r1io8fzd2k] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-r1io8fzd2k] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/LocalLoading.razor.rz.scp.css */
.loader[b-9vifzhhfgw] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate-b-9vifzhhfgw 1s linear infinite
}

    .loader[b-9vifzhhfgw]::before {
        content: "";
        box-sizing: border-box;
        position: absolute;
        inset: 0px;
        border-radius: 50%;
        border: 5px solid #069;
        animation: prixClipFix-b-9vifzhhfgw 2s linear infinite;
    }

@keyframes rotate-b-9vifzhhfgw {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix-b-9vifzhhfgw {
    0% {
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)
    }

    25% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)
    }

    50% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)
    }

    100% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)
    }
}
/* /Components/ObituariesSearchBlock.razor.rz.scp.css */
#search-form-name .custom-select[b-zewmdh2vcg] {
    padding: 0px 26px 0px;
    color: #848484 !important;
    background-image: none !important;
}

#search-form-name .form-control[b-zewmdh2vcg] {
    height: 46px;
    /*border-top-color: #e7eaf3 !important;*/
}

#search-form-name .citySelector[b-zewmdh2vcg] {
    outline: 0px;
    color: #848484 !important;
    border-width: 0px 0px 0px 5px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-image: initial;
    border-left-style: solid;
    border-left-color: rgba(50,50,93,.25);
    box-shadow: none !important;
    width: 100%;
}

#search-form-name .badge-pill-in[b-zewmdh2vcg] {
    background-color: #0076b1;
    margin-left: -10px;
}
/* /Components/Pages/Candles/CandleConfirmation.razor.rz.scp.css */

[b-l1fnapa4ym] .abstract-shapes-18-0 {
    fill: #28a745;
}
/* /Components/Pages/Candles/LightCandle.razor.rz.scp.css */
#headerBasic[b-nw80uouvdq] {
    position: relative !important;
}

.shadow-soft-dark-right[b-nw80uouvdq] {
    box-shadow: 0.9rem 0.8rem 1.5rem 0.05rem rgba(0,0,0,.128) !important;
}

.shadow-soft-dark-right-lg[b-nw80uouvdq] {
    box-shadow: 0.9rem 0.8rem 1.5rem 0.05rem rgba(0,0,0,.128) !important;
}

.eh-card-checked[b-nw80uouvdq] {
    border: 3px rgb(180, 149, 97) solid;
    color: rgb(180, 149, 97);
    box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
    font-weight: 700;
}

[b-nw80uouvdq] .eh-card-checked::after {
    color: rgb(180, 149, 97);
    content: "\f00c";
    bottom: 1px;
    right: 7px;
}

.stop-color-primary[b-nw80uouvdq] {
    stop-color: transparent !important;
}

.stop-color-white[b-nw80uouvdq] {
    stop-color: transparent !important;
}

[b-nw80uouvdq] .tinysteps-container .text-primary {
    color: #b49561 !important;
}

.video-background[b-nw80uouvdq] {
    opacity: 1;
    max-width: none;
    width: 100%;
    position: absolute;
    left: 56%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sticky-footer[b-nw80uouvdq] {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    max-width: 294px;
    bottom: -162px;
    position: -webkit-sticky;
    position: sticky !important;
    position: fixed;
    z-index: 20000;
    transition: all 1s ease 0s;
}

.square-md img[b-nw80uouvdq] {
    height: 92px !important;
    width: auto;
}

.square-md[b-nw80uouvdq] {
    width: 100px;
    height: 100px;
}


.border-xl[b-nw80uouvdq] {
    border-width: 0px !important;
}


.text-warning[b-nw80uouvdq] {
    color: rgb(180, 149, 97) !important;
}

.bg-gradient-warm[b-nw80uouvdq] {
    background-image: linear-gradient(to right, rgb(238, 168, 73), rgb(180, 149, 97));
}

.btn-warning[b-nw80uouvdq] {
    color: #fff !important;
    background-color: rgb(180, 149, 97) !important;
    border-color: rgb(180, 149, 97) !important;
}

    .btn-warning:hover[b-nw80uouvdq] {
        background-color: rgb(180, 149, 97) !important;
        border-color: rgb(180, 149, 97) !important;
    }

#orange-section[b-nw80uouvdq] {
    background: -webkit-linear-gradient(to right, rgb(238, 163, 72), rgb(180, 149, 97));
    background: linear-gradient(to right, rgb(238, 163, 72), rgb(180, 149, 97));
    background-repeat: no-repeat;
    padding-bottom: 4rem;
}

.text-beige[b-nw80uouvdq] {
    color: #916e42;
}




.bg-trans-1[b-nw80uouvdq] {
    background-color: rgba(46, 46, 46, 0.41);
}

.bg-dark-2[b-nw80uouvdq] {
    background-color: #232324;
}

.rounded-top[b-nw80uouvdq] {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}

.rounded-bottom[b-nw80uouvdq] {
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}
[b-nw80uouvdq] #option-message-select {
    color: #778189;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.3;
    padding-right: 28px;
    border: none;
    box-shadow: none;
    width: auto;
    height: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23778189' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    text-overflow: clip;
}

[b-nw80uouvdq] .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #b49561 !important;
    border-color: #b49561;
}


.badge-warning[b-nw80uouvdq] {
    background-color: rgb(180, 149, 97);
}

[b-nw80uouvdq] .wave-4 {
    height: 120px;
    width: 100%;
}
/* /Components/Pages/Candles/Relight.razor.rz.scp.css */
#card-errors[b-ianvhct9gt] {
    color: #e5424d;
    font-size: 0.95rem;
    margin-top: 0.5rem;
}

#orange-section[b-ianvhct9gt] {
    background: -webkit-linear-gradient(to right, rgb(238, 163, 72), rgb(180, 149, 97));
    background: linear-gradient(to right, rgb(238, 163, 72), rgb(180, 149, 97));
    background-repeat: no-repeat;
    padding-bottom: 4rem;
}


[b-ianvhct9gt] .wave-4 {
    height: 120px;
    width: 100%;
}


.rounded-top[b-ianvhct9gt] {
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}

.rounded-bottom[b-ianvhct9gt] {
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.btn-group-toggle.toggle-custom a.active[b-7bai0wg8z0],
.btn-group-toggle.toggle-custom button.active[b-7bai0wg8z0] {
    border: none !important;
}

.btn-group-toggle.toggle-custom a[b-7bai0wg8z0],
.btn-group-toggle.toggle-custom button[b-7bai0wg8z0] {
    padding: 0.5rem 0 0.5rem 3rem !important;
}

[b-7bai0wg8z0] .custom-select:has(option[value=""]:checked) {
    color: #6e7687;
} 
/* /Components/Pages/Flowers/SendFlowersCheckout.razor.rz.scp.css */

.navbar[b-324yzifqlq] {
    border-bottom: none !important;
}

.search-glass[b-324yzifqlq] {
    display: none;
}

.container[b-324yzifqlq] {
    max-width: 1200px;
}

.sticky-top-lg[b-324yzifqlq] {
    position: relative !important;
}

@media screen and (max-width: 480px) { /* Or 410 for english */
    #checkout-payment-type label[b-324yzifqlq]:after {
        right: 14px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 600px) {
    #image-flower[b-324yzifqlq] {
        height: 160px;
    }
}
/* /Components/Pages/Flowers/SendFlowersDetails.razor.rz.scp.css */
.text-red[b-5n8h0nnkn9] {
    color: #f66;
}

.sticky-top.navbar[b-5n8h0nnkn9] {
    position: relative;
}

.sticky-top:not(.navbar)[b-5n8h0nnkn9] {
    top: 20px;
}

.navbar[b-5n8h0nnkn9] {
    border-bottom: none !important;
}

.container[b-5n8h0nnkn9] {
    max-width: 1200px;
}
@media only screen and (max-width: 767px) {
    [b-5n8h0nnkn9] #opt .card:nth-last-child(2) {
        display: none!important;
    }
}
@media (min-width: 767px) {
    .event-list[b-5n8h0nnkn9]{
        display: block!important;
    }
}

.custom-control-label[b-5n8h0nnkn9]::before {
    margin-top: 7px;
}

.custom-control-label[b-5n8h0nnkn9]::after {
    margin-top: 7px;
}

.sticky-top-lg[b-5n8h0nnkn9] {
    position: relative !important;
}

.search-glass[b-5n8h0nnkn9] {
    display: none;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.navbar .container[b-iyijns81v8] {
    max-width: 100%;
}

.container:not(#container-general-menu)[b-iyijns81v8] {
    max-width: 1200px;
}

.eh-container-medium[b-iyijns81v8] {
    max-width: 1280px !important;
}

.btn[b-iyijns81v8] {
    font-weight: 800 !important;
}

.testimonial .shadow-hover[b-iyijns81v8] {
    border: 1px solid lightgray;
    border-radius: 5px;
}

.testimonial-swiper .swiper-slide[b-iyijns81v8],
.message[b-iyijns81v8] {
    border: none !important;
    outline: none !important;
}
.message[b-iyijns81v8] {
    min-height: 116px;
}

.testimonial-carousel-controls[b-iyijns81v8] {
    /* One div has to control max width in order for slider to work */
    /*    overflow: hidden;
    max-width:100%;*/
    position: relative;
}

    .testimonial-carousel-controls .control[b-iyijns81v8] {
        position: absolute;
        transform: translateY(-50%);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 2px solid #fff;
        z-index: 2;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.prev[b-iyijns81v8] {
    left: 0;
}

.next[b-iyijns81v8] {
    right: 0;
}

@media screen and (min-width: 768px) {
    .testimonial .shadow-hover:hover[b-iyijns81v8] {
        box-shadow: 2px 2px 2px 2px lightgray;
        transform: scale(1.02);
    }

    .message[b-iyijns81v8] {
        max-height: 145px;
        overflow-y: auto;
    }
}

@media screen and (max-width: 992px) {
    .testimonial-carousel-controls[b-iyijns81v8] {
        max-height: 700px;
/*        overflow: hidden;*/
    }
    .swiper[b-iyijns81v8]{
        overflow:unset;
    }

    .testimonial-carousel-controls .control[b-iyijns81v8] {
        display: none !important;
    }
    .message[b-iyijns81v8] {
        min-height: 231px;
        max-height: 231px;
        overflow-y: auto;
    }
}

.testimonial-swiper .swiper-slide[b-iyijns81v8] {
    padding: 0.5rem;
}
/* /Components/Pages/Obituaries/ObituarySearch.razor.rz.scp.css */
.container[b-lbhiho9rpp] {
    max-width: 1280px !important;
}
/*Bad style - cas de partial view style different*/
[b-lbhiho9rpp] #form-search-obituary-page .custom-select.no-arrow {
    background-color: white !important;
    background: no-repeat right 1rem center/8px 10px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") !important;
}

[b-lbhiho9rpp] #form-search-obituary-page .navbar .container {
    max-width: 100% !important;
}
[b-lbhiho9rpp] #form-search-obituary-page .bg-lighter {
    background-color: #ccccd6 !important;
}

[b-lbhiho9rpp] #form-search-obituary-page .custom-select {
    padding: 0px 26px 0px;
    color: #848484 !important;
    background-image: none !important;
}

[b-lbhiho9rpp] #form-search-obituary-page .form-control {
    height: 46px;
    /*border-top-color: #e7eaf3 !important;*/
}

/*.citySelector {
    outline: 0px;
    color: #848484 !important;
    border-width: 0px 0px 0px 5px;
    border-top-style: initial;
    border-right-style: initial;
    border-bottom-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-image: initial;
    border-left-style: solid;
    border-left-color: rgba(50,50,93,.25);
    box-shadow: none !important;
    width: 100%;
}*/

.badge-pill-in[b-lbhiho9rpp] {
    background-color: #0076b1;
    margin-left: -10px;
}
/* /Components/Pages/Trees/Trees.razor.rz.scp.css */
#SVGwave2Shape .bg-img-hero[b-oo66ra45mn] {
    background-image: url(/assets/images/photos/trees_background_video.jpg);
    background-size: cover;
}

@media screen and (max-width: 767px) {
    #SVGwave2Shape .bg-img-hero[b-oo66ra45mn] {
        background-image: url(/assets/images/photos/trees_background_video_sm.jpg);
        background-size: cover;
    }
}

.pro-account-0[b-oo66ra45mn] {
    fill: #28a745 !important;
}

.pro-account-1[b-oo66ra45mn] {
    fill: #f8f5e6 !important;
}

.pro-account-2[b-oo66ra45mn] {
    fill: none !important;
    stroke: none !important;
}

.line-height-small[b-oo66ra45mn] {
    line-height: 10px;
}

[b-oo66ra45mn] .hiker-man-3 {
    fill: #28a745 !important;
}

#headerBasic[b-oo66ra45mn] {
    position: relative !important;
}

.fancybox-caption-wrap[b-oo66ra45mn] {
    display: none !important;
}

.fancybox-slide--iframe .fancybox-content[b-oo66ra45mn] {
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff;
}

.text-dark[b-oo66ra45mn] {
    color: #4D5057 !important;
}

.sticky-footer[b-oo66ra45mn] {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    max-width: 176px;
    bottom: -162px;
    position: -webkit-sticky;
    position: sticky !important;
    position: fixed;
    z-index: 20000;
    transition: all 1s ease 0s;
}

.recent-tree-img[b-oo66ra45mn] {
    max-height: 100px !important;
    width: auto;
}

.square-md[b-oo66ra45mn] {
    width: 100px;
    height: 100px;
}

.square-lg[b-oo66ra45mn] {
    width: 160px;
    height: 160px;
}

.slick-track[b-oo66ra45mn] {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-beige[b-oo66ra45mn] {
    background-color: #f8f5e6;
}

.text-beige[b-oo66ra45mn] {
    color: #928779;
}

.border-beige[b-oo66ra45mn] {
    border-color: #f8f5e6;
}

/*SVG*/
[b-oo66ra45mn] .flowers-1 {
    fill: #28a745 !important;
}

[b-oo66ra45mn] .flowers-0 {
    fill: #f8f5e6 !important;
    stroke: #f8f5e6 !important;
}

.border-danger[b-oo66ra45mn] {
    border-color: #279AF1 !important;
}

.bg-danger[b-oo66ra45mn] {
    background-color: #279AF1 !important;
}

.border-primary[b-oo66ra45mn] {
    border-color: #279AF1 !important;
}

.bg-primary[b-oo66ra45mn] {
    background-color: #279AF1 !important;
}

.text-primary[b-oo66ra45mn] {
    color: #279AF1 !important;
}

.border-xl[b-oo66ra45mn] {
    border-width: 0px !important;
}

.btn-soft-dark[href]:hover[b-oo66ra45mn], .btn-soft-dark[href]:focus[b-oo66ra45mn], .btn-soft-dark[href]:active[b-oo66ra45mn], .btn-soft-dark[href].active[b-oo66ra45mn], .btn-soft-dark[type]:hover[b-oo66ra45mn], .btn-soft-dark[type]:focus[b-oo66ra45mn], .btn-soft-dark[type]:active[b-oo66ra45mn], .btn-soft-dark[type].active[b-oo66ra45mn] {
    color: #fff;
    background: #928779;
    box-shadow: none;
}

input:-internal-autofill-selected[b-oo66ra45mn] {
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.check-circle[b-oo66ra45mn] {
    padding-bottom: 6px !important;
    padding-top: 6px !important;
    width: 24px;
    height: 24px;
    padding-left: 6px;
    font-size: 70%;
}

.line-height-small[b-oo66ra45mn] {
    line-height: 20px !important;
}

.badge-sm[b-oo66ra45mn] {
    width: 34px;
    height: 34px;
}

.tooltip[b-oo66ra45mn] {
    z-index: 999999 !important;
}

#Global-loader[b-oo66ra45mn] {
    z-index: 999999;
    background-color: rgba(0, 0, 0, .9);
}


.shadow-light[b-oo66ra45mn] {
    box-shadow: 0 0 60px rgba(0, 0, 0, .16);
}

.transform-rotate-1[b-oo66ra45mn] {
    transform: rotate(-40deg);
    transform-origin: 30% 20%;
}

input.border-checkbox:checked + button.btn-radio[b-oo66ra45mn] {
    color: #4cb944 !important;
    border: 2px solid #4cb944 !important;
}

.bg-package[b-oo66ra45mn], .btn-package[b-oo66ra45mn], [b-oo66ra45mn] .circle-badge, .custom-control-input:checked ~ .custom-control-label[b-oo66ra45mn]::before {
    background-color: #4cb944 !important;
}

.border-package[b-oo66ra45mn], .custom-control-input:checked ~ .custom-control-label[b-oo66ra45mn]::before {
    border-color: #4cb944 !important;
}

[b-oo66ra45mn] .flowers-1 {
    fill: #4cb944 !important;
}

.steps-swiper .swiper-slide[b-oo66ra45mn] {
    height: auto; /* Allows autoHeight to work */
}
/* /Components/Pages/Trees/TreesConfirmation.razor.rz.scp.css */

[b-bzrbqx5o3e] .abstract-shapes-18-0 {
    fill: #28a745;
}
/* /Components/RangeInput.razor.rz.scp.css */
/* Layout Wrapper */
.range-container[b-7sb2xxi2yg] {
    width: 100%;
/*    max-width: 400px;*/
    margin: 20px 0;
}

label[b-7sb2xxi2yg] {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

input[type="range"][b-7sb2xxi2yg] {
    -webkit-appearance: none; /* Hides default styling in Chrome/Safari */
    appearance: none;
    margin: 0;
    padding: 0 6px;
    width: 100%; /* Ensures it spans the container width */
    background: transparent; /* Removes the default white/grey background */
    cursor: pointer;
}

    input[type="range"]:focus[b-7sb2xxi2yg] {
        outline: none; /* Removes default focus ring for custom styling */
    }

/* Distribute datalist labels perfectly below the track */
datalist[b-7sb2xxi2yg] {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    padding: 0 -8px; /* Fixes slight edge misalignments */
}

    datalist option[b-7sb2xxi2yg] {
        font-size: 1.25rem;
        color: #4D5057;
        min-width: 36px;
        text-align: center;
        cursor: pointer;
    }

input[type="range"][b-7sb2xxi2yg]::-webkit-slider-runnable-track {
    background: linear-gradient(to right, 
        var(--range-thumb-color) 0%, 
        var(--range-thumb-color) var(--range-progress, 0%), 
        #e7eaf3 var(--range-progress, 0%), 
        #e7eaf3 100%);
    height: 0.25rem;
    border-radius: 0.125rem;
}

/* Firefox */
input[type="range"][b-7sb2xxi2yg]::-moz-range-track {
    background: #e7eaf3;
    height: 0.25rem;
    border-radius: 0.125rem;
}

/* Firefox progress fill */
input[type="range"][b-7sb2xxi2yg]::-moz-range-progress {
    background-color: var(--range-thumb-color);
    height: 0.25rem;
    border-radius: 0.125rem;
}

input[type="range"][b-7sb2xxi2yg]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Clears default thumb appearance */
    appearance: none;
    background-color: var(--range-thumb-color);
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    margin-top: -0.5rem; /* Centers thumb on track: (track height / 2) - (thumb height / 2) */
}

/* Firefox */
input[type="range"][b-7sb2xxi2yg]::-moz-range-thumb {
    border: none; /* Removes default Firefox border */
    background-color: var(--range-thumb-color);
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    cursor: pointer;
}
/* /Components/Stack.razor.rz.scp.css */
.eh-stack[b-4dkg5mq6pi] {
    box-sizing: border-box;
}

.eh-stack > *[b-4dkg5mq6pi] {
    box-sizing: border-box;
}
/* /Components/TinyCard.razor.rz.scp.css */
.card:has(input:checked)[b-3rjlxeyp3u], .card.selected[b-3rjlxeyp3u] {
    background-color: #069;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    color: #FFF;
    border: 1px solid #069;
}
