/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wit6vrjrxk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wit6vrjrxk] {
    flex: 1;
}

.sidebar[b-wit6vrjrxk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wit6vrjrxk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wit6vrjrxk]  a, .top-row[b-wit6vrjrxk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wit6vrjrxk]  a:hover, .top-row[b-wit6vrjrxk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wit6vrjrxk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wit6vrjrxk] {
        justify-content: space-between;
    }

    .top-row[b-wit6vrjrxk]  a, .top-row[b-wit6vrjrxk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wit6vrjrxk] {
        flex-direction: row;
    }

    .sidebar[b-wit6vrjrxk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wit6vrjrxk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wit6vrjrxk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wit6vrjrxk], article[b-wit6vrjrxk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wit6vrjrxk] {
    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-wit6vrjrxk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-6urn987ei9] {
    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-6urn987ei9] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-6urn987ei9] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-6urn987ei9] {
    font-size: 1.1rem;
}

.bi[b-6urn987ei9] {
    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-6urn987ei9] {
    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-6urn987ei9] {
    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-6urn987ei9] {
    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-6urn987ei9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-6urn987ei9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-6urn987ei9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-6urn987ei9]  .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-6urn987ei9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-6urn987ei9]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-6urn987ei9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6urn987ei9] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6urn987ei9] {
        display: none;
    }

    .nav-scrollable[b-6urn987ei9] {
        /* 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/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-blifa67ibj],
.components-reconnect-repeated-attempt-visible[b-blifa67ibj],
.components-reconnect-failed-visible[b-blifa67ibj],
.components-pause-visible[b-blifa67ibj],
.components-resume-failed-visible[b-blifa67ibj],
.components-rejoining-animation[b-blifa67ibj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-blifa67ibj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-blifa67ibj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-blifa67ibj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-blifa67ibj],
#components-reconnect-modal.components-reconnect-retrying[b-blifa67ibj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-blifa67ibj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-blifa67ibj],
#components-reconnect-modal.components-reconnect-failed[b-blifa67ibj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-blifa67ibj] {
    display: block;
}


#components-reconnect-modal[b-blifa67ibj] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-blifa67ibj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-blifa67ibj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-blifa67ibj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-blifa67ibj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-blifa67ibj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-blifa67ibj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-blifa67ibj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-blifa67ibj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-blifa67ibj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-blifa67ibj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-blifa67ibj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-blifa67ibj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-blifa67ibj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-blifa67ibj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-blifa67ibj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-blifa67ibj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-blifa67ibj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-blifa67ibj {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Careers.razor.rz.scp.css */
#contact-sec[b-kvnr4ue8ct] {
    margin-bottom: 0 !important;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
#contact-form-sec[b-e8yac51erd] {
    margin-bottom: 0 !important;
    background-image: url('/images/contact_bg_1.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#contact-form-sec .title-area[b-e8yac51erd],
#contact-form-sec .contact-form[b-e8yac51erd] {
    position: relative;
    z-index: 1;
}
/* /Components/Pages/HotelsAutomationSystem.razor.rz.scp.css */
.hotels-automation-page[b-3glrk7pqas] {
    background-color: #ffffff;
}

.hotels-page-shell[b-3glrk7pqas] {
    background-color: #ffffff;
}

.hotels-page-shell .breadcumb-wrapper[b-3glrk7pqas] {
    margin-bottom: 0;
}

.hotels-page-shell .space[b-3glrk7pqas],
.hotels-page-shell section[b-3glrk7pqas] {
    background-color: #ffffff;
}

.hotels-automation-page .footer-wrapper.footer-layout26[b-3glrk7pqas] {
    background-color: #ffffff;
    padding-top: 56px;
}

.hotels-automation-page .footer-wrapper.footer-layout26 .widget-area[b-3glrk7pqas] {
    background-color: #181a20;
    border-radius: 38px;
    padding: clamp(40px, 4vw, 64px);
    box-shadow: none;
}

.hotels-automation-page .footer-wrapper.footer-layout26 .about-text[b-3glrk7pqas],
.hotels-automation-page .footer-wrapper.footer-layout26 .desc[b-3glrk7pqas],
.hotels-automation-page .footer-wrapper.footer-layout26 .desc a[b-3glrk7pqas],
.hotels-automation-page .footer-wrapper.footer-layout26 .menu li a[b-3glrk7pqas],
.hotels-automation-page .footer-wrapper.footer-layout26 .widget_title[b-3glrk7pqas],
.hotels-automation-page .footer-wrapper.footer-layout26 .title[b-3glrk7pqas] {
    color: #ffffff;
}

.hotels-automation-page .footer-wrapper.footer-layout26 .widget_title.style3[b-3glrk7pqas]:before,
.hotels-automation-page .footer-wrapper.footer-layout26 .widget_title.style3[b-3glrk7pqas]:after {
    opacity: 1;
}

.hotels-automation-page .footer-wrapper.footer-layout26 .menu li[b-3glrk7pqas] {
    margin-bottom: 14px;
}

.hotels-automation-page .footer-wrapper.footer-layout26 .menu li:last-child[b-3glrk7pqas] {
    margin-bottom: 0;
}

.hotels-automation-page .footer-wrapper.footer-layout26 .copyright-wrap[b-3glrk7pqas] {
    margin-top: 0;
    background-color: #0f1014;
}

.hotels-automation-page .footer-wrapper.footer-layout26 .copyright-text[b-3glrk7pqas],
.hotels-automation-page .footer-wrapper.footer-layout26 .copyright-text a[b-3glrk7pqas],
.hotels-automation-page .footer-wrapper.footer-layout26 .footer-menu li a[b-3glrk7pqas] {
    color: #ffffff;
}

@media (max-width: 991px) {
    .hotels-automation-page .footer-wrapper.footer-layout26[b-3glrk7pqas] {
        padding-top: 40px;
    }

    .hotels-automation-page .footer-wrapper.footer-layout26 .widget-area[b-3glrk7pqas] {
        border-radius: 28px;
        padding: 32px 24px;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
#service-sec .row.gy-4 > [class*="col-"][b-x9uc95rkod] {
    display: flex;
}

#service-sec .service-card6[b-x9uc95rkod] {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

#service-sec .service-card6 .service-overlay[b-x9uc95rkod] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#service-sec .service-card6 .box-icon[b-x9uc95rkod] {
    flex: 0 0 auto;
}

#service-sec .service-card6 .box-title[b-x9uc95rkod] {
    width: 100%;
    margin-bottom: 18px;
    line-height: 1.25;
}

#service-sec .service-card6 .box-title a[b-x9uc95rkod] {
    color: inherit;
}

#service-sec .service-card6 .box-text[b-x9uc95rkod] {
    width: 100%;
    margin-bottom: 32px;
}

#service-sec .service-card6 .th-btn[b-x9uc95rkod] {
    margin-top: auto;
}

#blog-sec .blog-box2[b-x9uc95rkod] {
    background-color: var(--white-color);
    box-shadow: 0 5px 15px rgba(0, 31, 96, 0.06);
    padding: 30px;
    border-radius: 30px;
}

#blog-sec .blog-box2.style5[b-x9uc95rkod] {
    background: #eff1f9;
    border-radius: 24px;
    box-shadow: none;
}

#blog-sec .blog-box2 .blog-img[b-x9uc95rkod] {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

#blog-sec .blog-box2 .blog-img img[b-x9uc95rkod] {
    width: 100%;
    border-radius: 15px;
    transition: 0.4s ease-in-out;
    display: block;
}

#blog-sec .blog-box2.style5 .box-title[b-x9uc95rkod] {
    font-size: 24px;
    font-weight: 500;
}

#blog-sec .blog-box2 .box-title[b-x9uc95rkod] {
    margin-bottom: 14px;
}

#blog-sec .blog-box2 .blog-tag[b-x9uc95rkod] {
    position: relative;
    padding: 4.5px 20.5px;
    font-family: var(--body-font);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    border-radius: 15px;
    max-width: 142px;
    display: block;
    margin: -15px auto 28px;
    z-index: 2;
    text-align: center;
}

#blog-sec .blog-box2.style5 .blog-tag[b-x9uc95rkod] {
    background: linear-gradient(89.96deg, #5484ff 17.55%, #642cdc 87.6%);
    border: 1px solid #ffffff;
    border-radius: 15px;
}

#blog-sec .blog-box2 .blog-meta[b-x9uc95rkod] {
    margin: -0.3rem 0 18px 0;
}

#blog-sec .blog-box2 .blog-meta span[b-x9uc95rkod],
#blog-sec .blog-box2 .blog-meta a[b-x9uc95rkod] {
    font-size: 16px;
}

#blog-sec .blog-box2 .line-btn[b-x9uc95rkod] {
    text-transform: capitalize;
}

#blog-sec .blog-box2.style5 .line-btn[b-x9uc95rkod] {
    color: var(--title-color);
}

#blog-sec .blog-box2.style5 .line-btn[b-x9uc95rkod]:before {
    background-color: var(--theme-color);
}

#blog-sec .blog-box2:hover .blog-img img[b-x9uc95rkod] {
    transform: scale(1.08);
}

.brand-sec9[b-x9uc95rkod] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.brand-sec9 .sec-text6[b-x9uc95rkod] {
    width: 477px;
    color: rgba(255, 255, 255, 0.82);
    display: block;
    margin: auto;
}

.brand-sec9 .brand-box.style4[b-x9uc95rkod] {
    width: 240px;
    height: 90px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #edf0f4;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow: none;
}

.brand-sec9 .brand-box.style4 img[b-x9uc95rkod] {
    max-width: 100%;
    max-height: 42px;
    width: auto;
}

.brand-sec9 .brand-box-special[b-x9uc95rkod] {
    padding: 17px 40px;
}

.brand-sec9 .brand-box-special img[b-x9uc95rkod] {
    width: 68px;
    max-height: none;
}

@media (max-width: 1199px) {
    .brand-sec9 .brand-box.style4[b-x9uc95rkod] {
        width: 210px;
    }
}

@media (max-width: 767px) {
    #service-sec .row.gy-4 > [class*="col-"][b-x9uc95rkod] {
        display: block;
    }

    .brand-sec9 .sec-text6[b-x9uc95rkod] {
        max-width: 100%;
    }

    .brand-sec9 .brand-box.style4[b-x9uc95rkod] {
        width: 100%;
        max-width: 240px;
    }
}
/* /Components/Pages/LeadManagementCrm.razor.rz.scp.css */
#workflow-automation-sec[b-1jyqqfrb0a],
#workflow-automation-sec.shape-mockup-wrap[b-1jyqqfrb0a],
#workflow-automation-sec.workflow-automation-shell[b-1jyqqfrb0a] {
    background-color: #ffffff !important;
    margin-inline: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

#workflow-automation-sec .shape-mockup img[b-1jyqqfrb0a] {
    opacity: 0.12;
}
/* /Components/Pages/PaidAdvertisingServices.razor.rz.scp.css */
.saas_two_feature_section .s2-feature_right[b-5z5td5r1sk] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    padding-left: 0;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list.s2-pink.wow.fadeFromUp.animated[b-5z5td5r1sk] {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
    min-height: 100%;
    width: auto;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box[b-5z5td5r1sk] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: none;
    flex: 1 1 auto;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon[b-5z5td5r1sk] {
    width: 72px;
    height: 72px;
    min-width: 72px;
    position: relative;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 72px;
    margin-right: 28px;
    overflow: hidden;
    line-height: 1;
    float: none;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon[b-5z5td5r1sk]::after {
    content: "";
    position: absolute;
    inset: 5px;
    width: auto;
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    border: 4px solid #ffffff;
    border-radius: 50%;
    pointer-events: none;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon i[b-5z5td5r1sk] {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 28px;
    transform: none;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_text_box p[b-5z5td5r1sk] {
    margin-bottom: 0;
}

.saas_two_feature_section .s2-feature_right .s2-feature_list:hover[b-5z5td5r1sk] {
    margin-left: 0;
}

@media (max-width: 991px) {
    .saas_two_feature_section .s2-feature_right[b-5z5td5r1sk] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .saas_two_feature_section .s2-feature_right .s2-feature_list.s2-pink.wow.fadeFromUp.animated[b-5z5td5r1sk] {
        display: block;
    }

    .saas_two_feature_section .s2-feature_right .s2-feature_list .s2-feature_icon[b-5z5td5r1sk] {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
