@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/AppointmentFeatures/UI/AppointmentUI.razor.rz.scp.css */

.sectionBox[b-yl3lf52val] {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);    
}



    .appointment-date-section h5[b-yl3lf52val] {
        color: #333;
        font-weight: 600;
        font-size: 1.25rem;
    }

    .appointment-date-section .btn-group .btn[b-yl3lf52val] {
        padding: 0.375rem 0.75rem;
    }

    .appointment-date-section .btn-outline-secondary[b-yl3lf52val],
    .appointment-date-section .btn-light[b-yl3lf52val] {
        border: 1px solid #dee2e6;
        transition: all 0.3s ease;
    }

    .appointment-date-section .btn-primary[b-yl3lf52val] {
        background-color: #0d6efd;
        border-color: #0d6efd;
        color: white;
    }

    .appointment-date-section .btn-outline-secondary:hover:not(:disabled)[b-yl3lf52val] {
        background-color: #f8f9fa;
        border-color: #0d6efd;
        color: #0d6efd;
    }

    .appointment-date-section .btn:disabled[b-yl3lf52val] {
        opacity: 0.4;
        cursor: not-allowed;
    }

    .appointment-date-section .btn .fw-bold[b-yl3lf52val] {
        text-transform: uppercase;
    }





    .appointment-time-section .btn[b-yl3lf52val] {
        min-width: 100px;
        padding: 0.6rem 1.2rem;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .appointment-time-section .btn-outline-secondary[b-yl3lf52val] {
        border: 1px solid #dee2e6;
        color: #495057;
    }

        .appointment-time-section .btn-outline-secondary:hover[b-yl3lf52val] {
            background-color: #e7f1ff;
            border-color: #0d6efd;
            color: #0d6efd;
        }

    .appointment-time-section .btn-primary[b-yl3lf52val] {
        background-color: #0d6efd;
        border-color: #0d6efd;
        color: white;
        box-shadow: 0 2px 6px rgba(13, 110, 253, 0.3);
    }



    .client-info-section h6[b-yl3lf52val] {
        color: #333;
        font-weight: 600;
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .client-info-section .form-control[b-yl3lf52val] {
        border: 1px solid #dee2e6;
        padding: 0.6rem 0.75rem;
        transition: all 0.3s ease;
    }

        .client-info-section .form-control:focus[b-yl3lf52val] {
            border-color: #0d6efd;
            box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
        }

/* Payment Section Styles */
.payment-section h5[b-yl3lf52val] {
    color: #333;
    font-weight: 600;
    font-size: 1.25rem;
}

.payment-section .form-select[b-yl3lf52val],
.payment-section .form-control[b-yl3lf52val] {
    border: 1px solid #dee2e6;
    padding: 0.6rem 0.75rem;
    transition: all 0.3s ease;
}

    .payment-section .form-select:focus[b-yl3lf52val],
    .payment-section .form-control:focus[b-yl3lf52val] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
    }

.payment-qr-section[b-yl3lf52val] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
}

.qr-code-container[b-yl3lf52val] {
    display: inline-block;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.payment-section .btn-lg[b-yl3lf52val] {
    padding: 0.8rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

    .payment-section .btn-lg:hover[b-yl3lf52val] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    }

/* Booking Confirmed Section Styles */
.booking-confirmed-section[b-yl3lf52val] {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.booking-confirmed-section .success-icon[b-yl3lf52val] {
    animation: scaleIn-b-yl3lf52val 0.5s ease-out;
}

@keyframes scaleIn-b-yl3lf52val {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.booking-confirmed-section h4[b-yl3lf52val] {
    color: #198754;
    font-weight: 700;
    font-size: 1.8rem;
}

.booking-confirmed-section .lead[b-yl3lf52val] {
    font-size: 1.1rem;
    line-height: 1.6;
}

.appointment-details-card[b-yl3lf52val] {
    background: white;
    border-radius: 8px;
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.detail-item[b-yl3lf52val] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem 0;
}

.detail-label[b-yl3lf52val] {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value[b-yl3lf52val] {
    font-size: 1rem;
    color: #333;
}

.booking-confirmed-section .btn-lg[b-yl3lf52val] {
    padding: 0.8rem 2rem;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

    .booking-confirmed-section .btn-lg:hover[b-yl3lf52val] {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(13, 110, 253, 0.3);
    }

.booking-confirmed-section .alert[b-yl3lf52val] {
    border-radius: 8px;
    border: none;
    background-color: #d1ecf1;
    color: #0c5460;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .appointment-date-section .btn[b-yl3lf52val] {
        padding: 0.5rem;
        font-size: 0.85rem;
    }

    .appointment-time-section .btn[b-yl3lf52val] {
        min-width: 80px;
        padding: 0.5rem 0.8rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .appointment-date-section[b-yl3lf52val],
    .appointment-time-section[b-yl3lf52val],
    .client-info-section[b-yl3lf52val] {
        padding: 1rem;
    }

        .appointment-time-section .btn[b-yl3lf52val] {
            min-width: auto;
            width: 100%;
        }
}





/*////////////////////*/

.wizard-steps[b-yl3lf52val] {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .wizard-steps .step[b-yl3lf52val] {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        flex: 1;
    }

    .wizard-steps .step-number[b-yl3lf52val] {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #e9ecef;
        color: #6c757d;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        transition: all 0.3s ease;
    }

    .wizard-steps .step.active .step-number[b-yl3lf52val] {
        background: #0d6efd;
        color: white;
    }

    .wizard-steps .step.completed .step-number[b-yl3lf52val] {
        background: #198754;
        color: white;
    }

    .wizard-steps .step-label[b-yl3lf52val] {
        font-size: 0.875rem;
        font-weight: 500;
        color: #6c757d;
        text-align: center;
    }

    .wizard-steps .step.active .step-label[b-yl3lf52val] {
        color: #0d6efd;
        font-weight: 600;
    }

    .wizard-steps .step.completed .step-label[b-yl3lf52val] {
        color: #198754;
    }

    .wizard-steps .step-line[b-yl3lf52val] {
        height: 2px;
        background: #e9ecef;
        flex: 1;
        margin: 0 1rem;
        align-self: flex-start;
        margin-top: 25px;
        transition: all 0.3s ease;
    }

        .wizard-steps .step-line.completed[b-yl3lf52val] {
            background: #198754;
        }

@media (max-width: 768px) {
    .wizard-steps[b-yl3lf52val] {
        padding: 1rem;
    }

        .wizard-steps .step-label[b-yl3lf52val] {
            font-size: 0.75rem;
        }

        .wizard-steps .step-number[b-yl3lf52val] {
            width: 40px;
            height: 40px;
            font-size: 1rem;
        }

        .wizard-steps .step-line[b-yl3lf52val] {
            margin: 0 0.5rem;
            margin-top: 20px;
        }
}
/* /Components/BlogsFeatures/UI/PopularBlogUI.razor.rz.scp.css */
.bItem[b-579nou278i] {
    background: linear-gradient(180deg, #BDF3F7 0%, #fff 100%);
    padding: 27px;
    border-radius: 41px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    margin-bottom: 14px;
}

    .bItem img[b-579nou278i] {
        border-radius: 23px;
    }
/* /Components/CommonPagesFeatures/MenuItemComponent.razor.rz.scp.css */
/*.dropdown > .nav-link {
    color: #212529;
    text-align: start;
   
    
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
   
}
*/
/* /Components/CommonPagesFeatures/Other_PageMaster.razor.rz.scp.css */
[b-czmcl7036b] .ActionsColumn {
    width: 150px;
}
/* /Components/CommonPagesFeatures/PageMenuCom.razor.rz.scp.css */
/* /Components/Layout/CommonLayout.razor.rz.scp.css */
.sb-sidenav[b-1r6st0oq2y] {
    height: calc(100vh - 56px);
}
#layoutSidenav #layoutSidenav_nav[b-1r6st0oq2y] {
    transform: translateX(0);
    width: 225px;
}
.SidebarMenuOffcanvas[b-1r6st0oq2y]{
   
    max-width:225px;
}

#layoutSidenav #layoutSidenav_content[b-1r6st0oq2y] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    flex-grow: 1;
    min-height: calc(100vh - 56px);
    margin-left: 0;
}


#blazor-error-ui[b-1r6st0oq2y] {
    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-1r6st0oq2y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */



#blazor-error-ui[b-gno0km4sq5] {
    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-gno0km4sq5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



/*    //////////////////////*/
.TopMenu[b-gno0km4sq5] {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}


.topE[b-gno0km4sq5] {
    color: #000000;
    transition: var(--animation1);
}
.topE:hover[b-gno0km4sq5], topE:focus[b-gno0km4sq5] {
    text-decoration: underline;
    color: var(--color3);
}
/*.TopBox {
    background-color: #fff;
    padding: 19px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #d20737;
    text-decoration: none;
    font-weight: bold;
    transition: var(--animation1)
}*/
/*  .TopBox:hover {
        background-color: var(--color3);
        color: #fff;
    }*/
.TopBox[b-gno0km4sq5] {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-weight: 600;
    margin-bottom: -8px;
    font-size: 15px;
    font-weight: bold;
    color: #d20737;
    padding: 19px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


    .TopBox span[b-gno0km4sq5] {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-radius: 50%;
        background-color: var(--color3);
        -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 30px;
    }

    .TopBox:hover[b-gno0km4sq5] {
        color: #ffffff;
        text-decoration: none !important;
    }

        .TopBox:hover span[b-gno0km4sq5] {
            width: 225%;
            height: 562.5px;
        }



/*//////////////*/


.social-box[b-gno0km4sq5] {
    position: relative;
}

    .social-box li[b-gno0km4sq5] {
        position: relative;
        margin-left: 4px;
        line-height: 1.2em;
        display: inline-block;
    }

        .social-box li a[b-gno0km4sq5] {
            position: relative;
            width: 50px;
            height: 50px;
            color: var(--color1);
            font-size: 27px;
            line-height: 50px;
            text-align: center;
            border-radius: 50px;
            display: inline-block;
            background-color: #ffffff;
            -webkit-transition: all 300msease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: var(--animation1);
        }

            .social-box li a:hover[b-gno0km4sq5] {
                color: #ffffff;
                background-color: var(--color1);
            }

        .social-box li:last-child[b-gno0km4sq5] {
            padding-right: 0px;
            margin-right: 0px;
        }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4vem88pb03] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-4vem88pb03] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-4vem88pb03] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4vem88pb03] {
    font-size: 1.1rem;
}

.bi[b-4vem88pb03] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-4vem88pb03] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-4vem88pb03] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-4vem88pb03] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-4vem88pb03] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4vem88pb03] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4vem88pb03] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4vem88pb03]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-4vem88pb03]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-4vem88pb03]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-4vem88pb03] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4vem88pb03] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4vem88pb03] {
        display: none;
    }

    .nav-scrollable[b-4vem88pb03] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.hero[b-j076ssyrgh] {
    background-image: url(../img/slider.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .hero .overlay[b-j076ssyrgh] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: .5;
        background: #222222;
        z-index: 0;
    }

.hero_inner[b-j076ssyrgh] {
    color: #fff;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

    .hero_inner h1[b-j076ssyrgh] {
        font-size: 60px;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    .hero_inner p[b-j076ssyrgh] {
        color: #FFFFFF;
        font-size: 18px;
        width: 55%;
        padding: 20px 0px 36px 0px;
    }

.heroOName[b-j076ssyrgh] {
    font-family: "Yellowtail", cursive;
    font-weight: 400;
    font-style: normal;
}


/*////////////////*/
.Sec1[b-j076ssyrgh] {
    margin-top: -50px;
    margin-bottom: 5rem;
}

    .Sec1 .Box[b-j076ssyrgh] {
        background-color: white;
        border-radius: 5px;
        padding: 51px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        transition: var(--animation1);
        margin-bottom: 25px;
    }
        .Sec1 .Box:hover[b-j076ssyrgh] {
            background-color: rgb(235, 235, 235);
            border-radius: 0px;
            color: #000000;
            margin-top: -20px;
            border-top-left-radius: 22px;
            border-bottom-right-radius: 22px;
        }



/*///////////////////////*/

#section1[b-j076ssyrgh] {
    overflow: hidden;
    padding: 50px;
    background-position: 50% 0;
    background-attachment: fixed;
    background-image: url(../img/back1.jpg);
    background-position: 30% 0, 0 0, 50% 0;
    background-repeat: no-repeat;
    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
}

    #section1 .icon[b-j076ssyrgh] {
        font-size: 3rem;
        padding-right: 20px;
    }

    #section1 h2[b-j076ssyrgh] {
    }

    #section1 .vr-line[b-j076ssyrgh] {
        background-color: #cfcfcf;
        width: 1px;
    }
/*    /////////////////////////*/
/*////////////*/
.Numbers_block[b-j076ssyrgh] {
    padding: clamp(28px, 2.5vw, 120px) 0;
    background-color: #EBEBEB;
    position: relative;
}

    .Numbers_block .gavel-vector[b-j076ssyrgh] {
        position: absolute;
        top: -6.406vw;
        right: 0;
        width: 15vw;
        height: 6.416vw;
    }

    .Numbers_block .Numbers_content[b-j076ssyrgh] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: clamp(8px, 0.625vw, 50px);
    }


        .Numbers_block .Numbers_content .block-1[b-j076ssyrgh] {
            display: flex;
            align-items: center;
            gap: clamp(12px, 0.833vw, 72px);
            color: #000;
        }

            .Numbers_block .Numbers_content .block-1 .Numbers_icon[b-j076ssyrgh] {
                font-size: 2rem;
                color: var(--color1);
            }

            .Numbers_block .Numbers_content .block-1 .counter[b-j076ssyrgh] {
                font-size: 2rem;
                font-weight: bold;
                padding: 0;
                margin: 0;
            }

            .Numbers_block .Numbers_content .block-1 .counter_det[b-j076ssyrgh] {
                padding: 0;
                margin: 0;
            }

        .Numbers_block .Numbers_content .vr-line[b-j076ssyrgh] {
            background-color: #cfcfcf;
            height: clamp(28px, 3.698vw, 120px);
            width: 1px;
        }



/*        /////////////////*/
.section2[b-j076ssyrgh] {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* /Components/Pages/Login.razor.rz.scp.css */
body[b-mp658jgerq] {
    background-color: #023585 !important
}
.BackColor[b-mp658jgerq] {
    background-color: #023585 !important
}
/* /Components/Shared/TestimonialSlider.razor.rz.scp.css */
.TestimonialText[b-ktnmzn2upa] {
    background-color: #f3f3f3;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
    .TestimonialText[b-ktnmzn2upa]::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #f3f3f3;
        position: relative;
        bottom: -14px;
    }

        .TItem[b-ktnmzn2upa] {
            width: 500px;
        }

        .carousel-item[b-ktnmzn2upa] {
            padding-bottom: 50px;
        }
/* /Components/SYSPage/PageNotFound.razor.rz.scp.css */

.four_zero_four_bg h1[b-vxdaps88yv] {
    font-size: 80px;
}

.four_zero_four_bg h3[b-vxdaps88yv] {
    font-size: 80px;
}
/* /Shared/Autocomplete.razor.rz.scp.css */
.autocomplete-wrapper[b-256m6ljd3n] {
    position: relative;
}

.autocomplete-wrapper.disabled[b-256m6ljd3n] {
    opacity: 0.6;
    pointer-events: none;
}

.autocomplete-dropdown[b-256m6ljd3n] {
    position: absolute;
    z-index: 1050;
    max-height: 300px;
    overflow-y: auto;
    width: 100%;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.autocomplete-dropdown .list-group-item[b-256m6ljd3n] {
    border-left: none;
    border-right: none;
}

.autocomplete-dropdown .list-group-item:first-child[b-256m6ljd3n] {
    border-top: none;
}

.autocomplete-dropdown .list-group-item:last-child[b-256m6ljd3n] {
    border-bottom: none;
}

.cursor-pointer[b-256m6ljd3n] {
    cursor: pointer;
}

.selected-items .badge[b-256m6ljd3n] {
    display: inline-flex;
    align-items: center;
    padding: 0.5em 0.75em;
}

.selected-items .btn-close[b-256m6ljd3n] {
    font-size: 0.65em;
    padding: 0;
    margin-left: 0.5em;
}
/* /Shared/GenericList.razor.rz.scp.css */
.paginator[b-xlec8d4dis] {
    display: flex;
    border: 1px solid #ccc;
    margin-top: 0.5rem;
    padding: 0.25rem;
    align-items: center;
    background-color: #dedede;
    border-radius: 0.5rem;
}

.pagination-numbers dl[b-xlec8d4dis], ol[b-xlec8d4dis], ul[b-xlec8d4dis] {
    margin-top: 0;
    margin-bottom: 0!important;
}
.page-link[b-xlec8d4dis] {
    border: 1px solid transparent;
    border-color: #dee2e6;
}

.page-item:last-child .page-link[b-xlec8d4dis] {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-text[b-xlec8d4dis] {
    margin: 0 0.5rem;
}

nav[b-xlec8d4dis] {
    display: flex;
    margin-left: auto;
    gap: 0.5rem;
    align-items: center;
}





.icon button[b-xlec8d4dis] {
    border: 0;
    width: 2rem;
    height: 2.37rem;
    background-color: #ffffff;
    background-position-x: center;
    background-position-y: center;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
}

    .icon button[disabled][b-xlec8d4dis] {
        opacity: 0.4;
    }

    .icon button:not([disabled]):hover[b-xlec8d4dis] {
        background-color: #eee;
    }

    .icon button:not([disabled]):active[b-xlec8d4dis] {
        background-color: #aaa;
    }

.go-first[b-xlec8d4dis], .go-last[b-xlec8d4dis] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90) scale(0.8)" transform-origin="12 12"><path d="m 2,1.5 l 10,17.5 l 10,-17.5 l -10,7.75 l -10,-7.75 z"/><rect height="2" width="20" y="20.5" x="2"/></g></svg>');
}

.go-previous[b-xlec8d4dis], .go-next[b-xlec8d4dis] {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g transform="rotate(90)" transform-origin="12 12"><path d="M 2 3.25 L 12 20.75 L 22 3.25 L 12 11 z" /></g></svg>');
}

.go-next[b-xlec8d4dis], .go-last[b-xlec8d4dis] {
    transform: scaleX(-1);
}
/* /Shared/ImageCroppie.razor.rz.scp.css */
.croppie-container[b-fl83897dyg] {
    width: 100%;
    height: 100%;
}

    .croppie-container .cr-image[b-fl83897dyg] {
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: 0 0;
        max-height: none;
        max-width: none;
    }

    .croppie-container .cr-boundary[b-fl83897dyg] {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .croppie-container .cr-viewport[b-fl83897dyg],
    .croppie-container .cr-resizer[b-fl83897dyg] {
        position: absolute;
        border: 2px solid #fff;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5);
        z-index: 0;
    }

    .croppie-container .cr-resizer[b-fl83897dyg] {
        z-index: 2;
        box-shadow: none;
        pointer-events: none;
    }

    .croppie-container .cr-resizer-vertical[b-fl83897dyg],
    .croppie-container .cr-resizer-horisontal[b-fl83897dyg] {
        position: absolute;
        pointer-events: all;
    }

        .croppie-container .cr-resizer-vertical[b-fl83897dyg]::after,
        .croppie-container .cr-resizer-horisontal[b-fl83897dyg]::after {
            display: block;
            position: absolute;
            box-sizing: border-box;
            border: 1px solid black;
            background: #fff;
            width: 10px;
            height: 10px;
            content: '';
        }

    .croppie-container .cr-resizer-vertical[b-fl83897dyg] {
        bottom: -5px;
        cursor: row-resize;
        width: 100%;
        height: 10px;
    }

        .croppie-container .cr-resizer-vertical[b-fl83897dyg]::after {
            left: 50%;
            margin-left: -5px;
        }

    .croppie-container .cr-resizer-horisontal[b-fl83897dyg] {
        right: -5px;
        cursor: col-resize;
        width: 10px;
        height: 100%;
    }

        .croppie-container .cr-resizer-horisontal[b-fl83897dyg]::after {
            top: 50%;
            margin-top: -5px;
        }

    .croppie-container .cr-original-image[b-fl83897dyg] {
        display: none;
    }

    .croppie-container .cr-vp-circle[b-fl83897dyg] {
        border-radius: 50%;
    }

    .croppie-container .cr-overlay[b-fl83897dyg] {
        z-index: 1;
        position: absolute;
        cursor: move;
        touch-action: none;
    }

    .croppie-container .cr-slider-wrap[b-fl83897dyg] {
        width: 75%;
        margin: 15px auto;
        text-align: center;
    }

.croppie-result[b-fl83897dyg] {
    position: relative;
    overflow: hidden;
}

    .croppie-result img[b-fl83897dyg] {
        position: absolute;
    }

.croppie-container .cr-image[b-fl83897dyg],
.croppie-container .cr-overlay[b-fl83897dyg],
.croppie-container .cr-viewport[b-fl83897dyg] {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/

.cr-slider[b-fl83897dyg] {
    -webkit-appearance: none;
    /*removes default webkit styles*/
    /*border: 1px solid white; */ /*fix for FF unable to apply focus style bug */
    width: 300px;
    /*required for proper track sizing in FF*/
    max-width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: transparent;
}

    .cr-slider[b-fl83897dyg]::-webkit-slider-runnable-track {
        width: 100%;
        height: 3px;
        background: rgba(0, 0, 0, 0.5);
        border: 0;
        border-radius: 3px;
    }

    .cr-slider[b-fl83897dyg]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
        margin-top: -6px;
    }

    .cr-slider:focus[b-fl83897dyg] {
        outline: none;
    }
    /*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/

    .cr-slider[b-fl83897dyg]::-moz-range-track {
        width: 100%;
        height: 3px;
        background: rgba(0, 0, 0, 0.5);
        border: 0;
        border-radius: 3px;
    }

    .cr-slider[b-fl83897dyg]::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
        margin-top: -6px;
    }

    /*hide the outline behind the border*/
    .cr-slider:-moz-focusring[b-fl83897dyg] {
        outline: 1px solid white;
        outline-offset: -1px;
    }

    .cr-slider[b-fl83897dyg]::-ms-track {
        width: 100%;
        height: 5px;
        background: transparent;
        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        border-color: transparent; /*leave room for the larger thumb to overflow with a transparent border */
        border-width: 6px 0;
        color: transparent; /*remove default tick marks*/
    }

    .cr-slider[b-fl83897dyg]::-ms-fill-lower {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
    }

    .cr-slider[b-fl83897dyg]::-ms-fill-upper {
        background: rgba(0, 0, 0, 0.5);
        border-radius: 10px;
    }

    .cr-slider[b-fl83897dyg]::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #ddd;
        margin-top: 1px;
    }

    .cr-slider:focus[b-fl83897dyg]::-ms-fill-lower {
        background: rgba(0, 0, 0, 0.5);
    }

    .cr-slider:focus[b-fl83897dyg]::-ms-fill-upper {
        background: rgba(0, 0, 0, 0.5);
    }
/*******************************************/

/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls[b-fl83897dyg] {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

    .cr-rotate-controls button[b-fl83897dyg] {
        border: 0;
        background: none;
    }

    .cr-rotate-controls i[b-fl83897dyg]:before {
        display: inline-block;
        font-style: normal;
        font-weight: 900;
        font-size: 22px;
    }

.cr-rotate-l i[b-fl83897dyg]:before {
    content: '↺';
}

.cr-rotate-r i[b-fl83897dyg]:before {
    content: '↻';
}
/* /Shared/ImageLightbox.razor.rz.scp.css */
.lightbox-overlay[b-8lo9vw908z] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: fadeIn-b-8lo9vw908z 0.3s ease;
}

@keyframes fadeIn-b-8lo9vw908z {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.lightbox-container[b-8lo9vw908z] {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-content[b-8lo9vw908z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: zoomIn-b-8lo9vw908z 0.3s ease;
}

@keyframes zoomIn-b-8lo9vw908z {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.lightbox-image[b-8lo9vw908z] {
    max-width: 90vw;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.lightbox-title[b-8lo9vw908z] {
    color: white;
    font-size: 1.1rem;
    margin-top: 15px;
    text-align: center;
    padding: 0 20px;
}

.lightbox-counter[b-8lo9vw908z] {
    color: white;
    font-size: 0.9rem;
    margin-top: 10px;
    opacity: 0.8;
}

.lightbox-close[b-8lo9vw908z] {
    position: absolute;
    top: -40px;
    right: -40px;
    background: transparent;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, color 0.2s ease;
    z-index: 10000;
}

.lightbox-close:hover[b-8lo9vw908z] {
    transform: scale(1.2);
    color: #ff4444;
}

.lightbox-prev[b-8lo9vw908z],
.lightbox-next[b-8lo9vw908z] {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 4px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    z-index: 10000;
}

.lightbox-prev[b-8lo9vw908z] {
    left: -60px;
}

.lightbox-next[b-8lo9vw908z] {
    right: -60px;
}

.lightbox-prev:hover[b-8lo9vw908z],
.lightbox-next:hover[b-8lo9vw908z] {
    background-color: rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .lightbox-close[b-8lo9vw908z] {
        top: 10px;
        right: 10px;
    }

    .lightbox-prev[b-8lo9vw908z] {
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .lightbox-next[b-8lo9vw908z] {
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .lightbox-prev:hover[b-8lo9vw908z],
    .lightbox-next:hover[b-8lo9vw908z] {
        transform: translateY(-50%) scale(1.1);
    }

    .lightbox-image[b-8lo9vw908z] {
        max-width: 95vw;
        max-height: 70vh;
    }
}
/* /Shared/MessageDialog.razor.rz.scp.css */
.confim-dialog-container[b-1ucvfwu6rv] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    min-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 20000;
    justify-content: center;
}

.confim-dialog[b-1ucvfwu6rv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 20rem;
    border-radius: .5rem;
    position: fixed;
    align-items: center;
}

.modal-dialog[b-1ucvfwu6rv] {
    margin: 0;
}
/* /Shared/ModalPopUp.razor.rz.scp.css */
.modal[b-1d4k1mkrzw] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog[b-1d4k1mkrzw] {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

@media (min-width: 576px) {
    .modal-dialog[b-1d4k1mkrzw] {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.modal-content[b-1d4k1mkrzw] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop[b-1d4k1mkrzw] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade[b-1d4k1mkrzw] {
        opacity: 0;
    }

    .modal-backdrop.show[b-1d4k1mkrzw] {
        opacity: .5;
    }

.modal-header[b-1d4k1mkrzw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-body[b-1d4k1mkrzw] {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer[b-1d4k1mkrzw] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
/* /Shared/ProuctPhotoVideoGallery.razor.rz.scp.css */
.BigImage[b-6qxya24ox7] {
    cursor: pointer;
}
.preview[b-6qxya24ox7] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 996px) {
    .preview[b-6qxya24ox7] {
        margin-bottom: 20px;
    }
}

.preview-pic[b-6qxya24ox7] {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.preview-thumbnail.nav-tabs[b-6qxya24ox7] {
    border: none;
    margin-top: 15px;
}

    .preview-thumbnail.nav-tabs li[b-6qxya24ox7] {
        width: 18%;
        margin-right: 2.5%;
    }

    .preview-thumbnail.nav-tabs .active[b-6qxya24ox7] {
        padding: 3px;
        border-radius: 0.375rem;
        background-color: #f3c6fb;
    }

    .preview-thumbnail.nav-tabs li img[b-6qxya24ox7] {
        max-width: 100%;
        display: block;
    }

    .preview-thumbnail.nav-tabs li a[b-6qxya24ox7] {
        padding: 0;
        margin: 0;
    }

    .preview-thumbnail.nav-tabs li:last-of-type[b-6qxya24ox7] {
        margin-right: 0;
    }

.tab-content[b-6qxya24ox7] {
    overflow: hidden;
}
    .tab-content img[b-6qxya24ox7] {
        width: 100%;
        -webkit-animation-name: opacity;
        animation-name: opacity;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
    }

    .tab-content .img-thumbnail[b-6qxya24ox7] {
        padding: 15px
    }



.BtnThum[b-6qxya24ox7] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    min-height: 65px;
    min-width: 65px;
}
    .BtnThum img[b-6qxya24ox7] {
        border-radius: 0.375rem;
    }

.LogindDiv[b-6qxya24ox7] {
    position: relative;
    text-align: center;
}

    .LogindDiv .LogindText[b-6qxya24ox7] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
/* /Shared/RichTextEditor.razor.rz.scp.css */

