@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


.h-380px {
    height: 380px !important;
}

.h-20vh {
    height: 20vh !important;
}
.h-50vh {
    height: 50vh !important;
}

.h-60vh {
    height: 60vh !important;
}

.h-70vh {
    height: 70vh !important;
}

.h-72vh {
    height: 72vh !important;
}

.h-75vh {
    height: 75vh !important;
}

.h-77vh {
    height: 77vh !important;
}
.h-80vh {
    height: 80vh !important;
}

.h-100vh {
    height: 100vh !important;
}

.min-h-60vh {
    min-height: 60vh !important;
}
max-h-90vh {
    max-height: 90vh !important;
}










.w-90vw {
    width: 90vw !important;
}

.w-100vw {
    width: 100vw !important;
}
.h-90 {
    height: 90% !important;
}
.h-60 {
    height: 60% !important;
}
.h-40 {
    height: 40% !important;
}
.h-70 {
    height: 70% !important;
}
.h-33 {
    height: 33.3333% !important;
}
.h-30 {
    height: 30% !important;
}
.h-66 {
    height: 66.6666% !important;
}
.w-90 {
    width: 90% !important;
}

.w-66 {
    width: 66.6666% !important;
}

.w-33 {
    width: 33.3333% !important;
}
@media (min-width: 1440px) {

    .w-xxl-33 {
        width: 33.3333% !important;
    }
}

    .chat-toast, .call-toast, .incall-toast {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 1;
    }



    @media (min-width: 1200px) {
        .container {
            max-width: 1140px !important;
        }
    }

    .content {
        padding-top: 1.1rem;
        font-family: "Muli", sans-serif;
    }

    .hero-1-bg {
        padding: 130px 0 110px;
        background: rgba(90, 79, 220, 0.025);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height:100vh;
    }

        .hero-1-bg .hero-1-title {
            font-size: 52px;
        }

        .hero-1-bg .subscribe-form form {
            position: relative;
            max-width: 600px;
            margin: 0px auto;
        }

        .hero-1-bg .subscribe-form input {
            padding: 17px 20px;
            width: 100%;
            border: none;
            outline: none !important;
            padding-right: 160px;
            padding-left: 20px;
            background-color: #fff;
            border-radius: 4px;
        }

        .hero-1-bg .subscribe-form button {
            position: absolute;
            top: 5px;
            right: 5px;
        }

        .hero-1-bg .subscribe-form ::placeholder {
            font-size: 16px;
            color: #868e96;
        }

    .navbar-toggler {
        font-size: 24px;
        margin-top: 5px;
        margin-bottom: 0px;
        color: #fff;
    }

        .navbar-toggler:focus {
            box-shadow: none !important;
        }

        .navbar-toggler:focus {
            outline: none;
        }

    .nav-item .nav-link {
        display: inline-block;
        color: #3b3950;
        text-decoration: none;
        font-family: "Muli", sans-serif;
    }

    .section {
        padding-top: 80px;
        padding-bottom: 80px;
        position: relative;
    }

.wc-box {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18), 0 6px 12px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
}

    .wc-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28), 0 10px 20px rgba(0, 0, 0, 0.18);
    }

        .wc-box .wc-box-icon {
            font-size: 30px;
            height: 60px;
            width: 60px;
            line-height: 60px;
            border-radius: 50%;
            margin: 0 auto;
        }

        

            .wc-box:hover .wc-box-icon {
                background: rgba(255, 255, 255, 0.12) !important;
                color: #fff !important;
                box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.04);
            }

            .wc-box:hover .wc-title {
                color: #fff;
            }

            .wc-box:hover .wc-subtitle {
                color: rgba(255, 255, 255, 0.5) !important;
            }

    .wc-box, .wc-box-icon, .wc-title, .wc-subtitle {
        transition: all 0.5s;
    }

        .wc-box.wc-box-primary .wc-box-icon {
            background: rgba(90, 79, 220, 0.12);
            color: #5a4fdc;
        }

        .wc-box.wc-box-primary:hover {
            background: #5a4fdc;
            box-shadow: 0 5px 18px rgba(90, 79, 220, 0.4);
        }

        .wc-box.wc-box-secondary .wc-box-icon {
            background: rgba(108, 117, 125, 0.12);
            color: #6c757d;
        }

        .wc-box.wc-box-secondary:hover {
            background: #6c757d;
            box-shadow: 0 5px 18px rgba(108, 117, 125, 0.4);
        }

        .wc-box.wc-box-success .wc-box-icon {
            background: rgba(20, 207, 159, 0.12);
            color: #14cf9f;
        }

        .wc-box.wc-box-success:hover {
            background: #14cf9f;
            box-shadow: 0 5px 18px rgba(20, 207, 159, 0.4);
        }

        .wc-box.wc-box-info .wc-box-icon {
            background: rgba(79, 204, 220, 0.12);
            color: #4fccdc;
        }

        .wc-box.wc-box-info:hover {
            background: #4fccdc;
            box-shadow: 0 5px 18px rgba(79, 204, 220, 0.4);
        }

        .wc-box.wc-box-warning .wc-box-icon {
            background: rgba(255, 187, 19, 0.12);
            color: #ffbb13;
        }

        .wc-box.wc-box-warning:hover {
            background: #ffbb13;
            box-shadow: 0 5px 18px rgba(255, 187, 19, 0.4);
        }

        .wc-box.wc-box-danger .wc-box-icon {
            background: rgba(244, 57, 88, 0.12);
            color: #f43958;
        }

        .wc-box.wc-box-danger:hover {
            background: #f43958;
            box-shadow: 0 5px 18px rgba(244, 57, 88, 0.4);
        }

        .wc-box.wc-box-dark .wc-box-icon {
            background: rgba(59, 57, 80, 0.12);
            color: #3b3950;
        }

        .wc-box.wc-box-dark:hover {
            background: #3b3950;
            box-shadow: 0 5px 18px rgba(59, 57, 80, 0.4);
        }

        .wc-box.wc-box-muted .wc-box-icon {
            background: rgba(158, 156, 185, 0.12);
            color: #9e9cb9;
        }

        .wc-box.wc-box-muted:hover {
            background: #9e9cb9;
            box-shadow: 0 5px 18px rgba(158, 156, 185, 0.4);
        }

        .wc-box.wc-box-light .wc-box-icon {
            background: rgba(251, 250, 253, 0.12);
            color: #fbfafd;
        }

        .wc-box.wc-box-light:hover {
            background: #fbfafd;
            box-shadow: 0 5px 18px rgba(251, 250, 253, 0.4);
        }

        .wc-box.wc-box-body-bg .wc-box-icon {
            background: rgba(255, 255, 255, 0.12);
            color: #ffffff;
        }

        .wc-box.wc-box-body-bg:hover {
            background: #ffffff;
            box-shadow: 0 5px 18px rgba(255, 255, 255, 0.4);
        }

        .wc-box.wc-box-black .wc-box-icon {
            background: rgba(0, 0, 0, 0.12);
            color: #000;
        }

        .wc-box.wc-box-black:hover {
            background: #000;
            box-shadow: 0 5px 18px rgba(0, 0, 0, 0.4);
        }

        .wc-box.wc-box-white .wc-box-icon {
            background: rgba(255, 255, 255, 0.12);
            color: #fff;
        }

        .wc-box.wc-box-white:hover {
            background: #fff;
            box-shadow: 0 5px 18px rgba(255, 255, 255, 0.4);
        }

    /*
// 8. Features
*/
    .feather-bg-img {
        background-position: center center;
        background-size: cover;
    }

    /*
// 9. Pricing
*/
    .pricing-box {
        background: #fff;
        box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
    }

        .pricing-box .pricing-icon-bg {
            background: rgba(90, 79, 220, 0.12);
            color: #5a4fdc;
            display: block;
            height: 80px;
            width: 80px;
            line-height: 100px;
            margin: 0 auto;
            border-radius: 20% 20% 4% 20% / 20% 20% 4% 20%;
            box-shadow: 0 0 0 7px rgba(90, 79, 220, 0.03);
            transition: all 0.5s;
        }

        .pricing-box .pricing-item li {
            padding: 10px 0;
        }

        .pricing-box .pr-btn {
            position: relative;
            z-index: 1;
        }

        .pricing-box:hover .pricing-icon-bg, .pricing-box.active .pricing-icon-bg {
            background-color: #5a4fdc;
            box-shadow: 0 0 0 7px rgba(90, 79, 220, 0.06);
            color: #fff;
            border-radius: 4% 20% 20% 20% / 4% 20% 20% 20%;
        }

    /*
// 10. Contacts us
*/
    .form-control:focus {
        box-shadow: none;
        background-color: #fbfafd;
        border-color: #ced4da;
    }

    textarea.form-control {
        height: auto !important;
    }

    .custom-form .form-group {
        margin-bottom: 1rem;
    }

    .custom-form label {
        margin-bottom: 10px;
    }

    .custom-form .alert-warning {
        padding: 10px;
    }

    .form-control {
        padding: 8px 10px;
        font-size: 14px;
        height: 40px;
        background-color: rgba(59, 57, 80, 0.01);
        border: 1px solid rgba(158, 156, 185, 0.3);
    }

        .form-control::placeholder {
            color: #b0aec6;
            font-size: 14px;
        }

    .contact-loader {
        display: none;
    }

    #success_page {
        background-color: rgba(20, 207, 159, 0.25);
        padding: 10px 20px;
        border-radius: 4px;
    }

    /*
// 11. Footer
*/
    .footer {
        background: #292838;
        padding: 70px 0 40px;
    }

        .footer .footer-social-icon-content .footer-social-icon {
            color: rgba(255, 255, 255, 0.5);
            transition: all 0.5s;
        }

            .footer .footer-social-icon-content .footer-social-icon:hover {
                color: #fff;
            }

        .footer .footer-sub-menu li {
            padding: 6px 0;
        }

            .footer .footer-sub-menu li .footer-link {
                color: rgba(255, 255, 255, 0.6);
                font-size: 15px;
                transition: all 0.5s;
            }

                .footer .footer-sub-menu li .footer-link:hover {
                    color: #fff;
                    margin-left: 5px;
                }

    .footer-alt {
        background: #23222f;
    }

    .lading-c {
        background-image: url("../media/logo/icon.svg");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: 120px;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        height: 230px;
        position: absolute;
        width: 200px;
        -moz-animation: turn 2.8s infinite linear;
        -o-animation: turn 2.8s infinite linear;
        -webkit-animation: turn 2.8s infinite linear;
        animation: turn 3.8s infinite linear;
    }

    .revenue-management-table thead, .appointment-management-table thead, .expense-management-table thead {
        background-color: var(--bs-text-secondary) !important;
    }

    .revenue-management-table tfoot, .appointment-management-table tfoot, .expense-management-table tfoot {
        background-color: var(--bs-text-secondary) !important;
    }

    .editor-overlay {
        z-index: 3;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.8;
        display: none;
    }

.console-overlay {
    z-index: 3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    opacity: 1;
    
}

        .console-overlay > * {
            z-index: 3;
        }

        .console-overlay:after {
            content: "";
            z-index: 2;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            transition: background .3s linear;
        }

    .main-overlay {
        z-index: 9999;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        display: block;
        opacity: 1;
    }

        .main-overlay > * {
            z-index: 1050;
        }

        .main-overlay:after {
            content: "";
            z-index: 1049;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(to top left, #f59d9d 0%, #5a4fdc 100%);
            transition: background .3s linear;
        }

    .loader-text {
        color: #cdd4e0;
        font-size: 2em;
        white-space: nowrap;
        bottom: 0;
        left: 0;
        right: 0;
        top: 120px;
        margin: auto;
        position: absolute;
        height: 0;
        width: 20%;
    }

        .loader-text:before {
            content: attr(data-text);
            position: absolute;
            overflow: hidden;
            bottom: 0;
            left: 0;
            right: 0;
            max-width: 100%;
            margin: auto;
            white-space: nowrap;
            color: #5a4fdc;
            animation: loading 5s infinite;
        }

    @keyframes loading {
        0% {
            max-width: 0;
        }
    }

    @keyframes turn {
        0% {
            transform: rotateY(0deg);
        }

        100% {
            transform: rotateY(359deg);
        }
    }

    .list-container .separator:last-child {
        display: none;
    }

    .block-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
    z-index: 5;
}

        

.block-loader .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .block-loader .container > div {
        width: clamp(10px, 1.2vw, 18px);
        height: clamp(10px, 1.2vw, 18px);
        margin: clamp(4px, 0.6vw, 8px);
        border-radius: 50%;
        background-image: linear-gradient( 145deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0) 100% );
        animation: bounce 1.5s linear infinite;
    }

/* Individual Colors */
.block-loader .yellow {
    background-color: #feb60a;
    animation-delay: 0s;
}

.block-loader .red {
    background-color: #ff0062;
    animation-delay: 0.1s;
}

.block-loader .blue {
    background-color: #00dbf9;
    animation-delay: 0.2s;
}

.block-loader .violet {
    background-color: #da00f7;
    animation-delay: 0.3s;
}

@keyframes bounce {
    0%, 50%, 100% {
        transform: scale(1);
        filter: blur(0);
    }

    25% {
        transform: scale(0.6);
        filter: blur(3px);
    }

    75% {
        transform: scale(1.4);
        filter: blur(3px);
    }
}

    .e-tbar-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        color: var(--bs-text-secondary) !important;
    }

        .e-tbar-btn:hover {
            color: var(--bs-text-primary) !important;
            background: var(--bs-text-light) !important;
        }

        .e-tbar-btn:focus {
            color: var(--bs-text-primary) !important;
            background: var(--bs-text-light) !important;
        }

    .e-schedule .e-month-view .e-appointment {
        background: var(--bs-text-light) !important;
        border: 0px solid #dee2e6 !important;
        color: var(--bs-text-dark) !important;
    }

        .e-schedule .e-month-view .e-appointment:hover, .e-schedule .e-month-view .e-appointment-details:hover {
            color: var(--bs-text-light) !important;
            height: 30px !important;
            border: 1px solid #dee2e6 !important;
            overflow: visible !important;
            border-radius: 10px 10px 10px 10px;
            z-index: 5;
        }

    .fullscreen {
        z-index: 9999 !important;
        position: fixed !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 100% !important;
        display: block !important;
    }

    .was-validated select:invalid + .select2 .select2-selection {
        border-color: var(--bs-danger) !important;
        padding-right: calc(1.5em + 1.55rem);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23F1416C'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F1416C' stroke='none'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right calc(0.375em + 0.3875rem) center;
        background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);
    }

    .was-validated select:valid + .select2 .select2-selection {
        border-color: var(--bs-success) !important;
        padding-right: calc(1.5em + 1.55rem);
        /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2350CD89' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.3875rem) center;
    background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem);*/
    }

    .valid.modified:not([type=checkbox]) {
        outline: 1px solid #26b050;
    }

    .invalid {
        outline: 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;
        }

    .blazor-error-boundary {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
        padding: 1rem 1rem 1rem 3.7rem;
        color: white;
    }

        .blazor-error-boundary::after {
            content: "An error has occurred."
        }

    .search-panes div.dtsp-searchPane div.dataTables_scrollBody, .contract-search-panes div.dtsp-searchPane div.dataTables_scrollBody, .account-search-panes div.dtsp-searchPane div.dataTables_scrollBody {
        height: 120px !important;
    }

    .radio-image {
        width: 100px;
        -webkit-box-shadow: 0px 15px 30px 0px rgba(16,146,147,0.12);
        -moz-box-shadow: 0px 15px 30px 0px rgba(16,146,147,0.12);
        box-shadow: 0px 15px 30px 0px rgba(16,146,147,0.12);
        border-radius: 5px;
        -webkit-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        cursor: pointer;
        display: block;
        margin-bottom: 7px;
    }

    .radio-hidden:checked ~ .radio-image {
        opacity: 0.4;
        transform: scale(1.08);
        border-style: solid !important;
    }

    .radio-hidden {
        position: absolute;
        visibility: hidden;
    }

    .radio-container {
        margin-left: 5px;
        margin-right: 5px;
    }

    .radio-image:hover {
        transform: scale(1.02);
    }

    .wizard-card {
        height: 42vh;
        padding: 0;
    }

    .wizard-table-header-pretty label, .wizard-settings-pretty label {
        margin-bottom: 0 !important;
    }

    .marketing-wizard .content {
        background-color: lightgray;
        padding: 0;
        margin: 0 !important;
        min-height: 31em !important;
    }

    .register-wizard .content {
        padding: 0;
        margin: 0 !important;
        min-height: 31em !important;
    }

    .wizard-table thead {
        background-color: white !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 1;
    }

    .marketing-wizard ul, .register-wizard ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .marketing-wizard > .steps .current-info,
    .marketing-wizard > .steps .number,
    .register-wizard > .steps .current-info,
    .register-wizard > .steps .number {
        display: none;
    }

    .marketing-wizard, register-wizard {
        background: #fff;
        padding: 35px 15px 15px;
        height: 90%;
    }

        .marketing-wizard > .steps a,
        .marketing-wizard > .steps a:hover,
        .marketing-wizard > .steps a:active,
        .register-wizard > .steps a,
        .register-wizard > .steps a:hover,
        .register-wizard > .steps a:active {
            padding: 0;
        }

        .marketing-wizard .steps ul,
        .register-wizard .steps ul {
            display: flex;
            position: relative;
        }

            .marketing-wizard .steps ul li,
            .register-wizard .steps ul li {
                width: 33.3%;
                margin-right: 10px;
            }

                .marketing-wizard .steps ul li a,
                .register-wizard .steps ul li a {
                    display: inline-block;
                    width: 100%;
                    height: 7px;
                    border-radius: 3.5px;
                }

                .marketing-wizard .steps ul li.first a,
                .marketing-wizard .steps ul li.checked a,
                .register-wizard .steps ul li.first a,
                .register-wizard .steps ul li.checked a {
                    transition: all 0.5s ease;
                }

            .marketing-wizard .steps ul:before {
                content: "Choose Template";
                font-size: 22px;
                font-family: "Poppins-SemiBold";
                color: #333;
                top: -38px;
                position: absolute;
            }

            .marketing-wizard .steps ul.step-2:before {
                content: "Select Receiver(s)";
            }

            .marketing-wizard .steps ul.step-3:before {
                content: "Subject/Settings";
            }

    .register-wizard {
        padding: 30px;
    }

        .register-wizard .steps ul:before {
            content: "Company Details";
            font-size: 22px;
            font-family: "Poppins-SemiBold";
            color: #3366ff;
            top: -38px;
            position: absolute;
        }

        .register-wizard .steps ul.step-2:before {
            content: "Company Contact Info";
        }

        .register-wizard .steps ul.step-3:before {
            content: "Company Images";
        }

        .register-wizard .steps ul.step-4:before {
            content: "Owner Details";
        }

        .register-wizard .steps ul.step-5:before {
            content: "Owner Contact Info";
        }

        .register-wizard .steps ul.step-6:before {
            content: "Owner Image";
        }

        .register-wizard .steps ul.step-7:before {
            content: "Agreement";
        }

    .marketing-wizard .option {
        color: #999;
    }

    .marketing-wizard .actions ul,
    .register-wizard .actions ul {
        display: flex;
        margin-top: 30px;
        justify-content: space-between;
    }

    .marketing-wizard .actions li a {
        padding: 0;
        border: none;
        display: inline-flex;
        height: 51px;
        width: 135px;
        align-items: center;
        /*background: #6200ea;*/
        cursor: pointer;
        color: #fff !important;
        position: relative;
        padding-left: 41px;
        text-decoration: none;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        font-weight: 400;
    }

    .register-wizard .actions li a {
        padding: 0;
        border: none;
        display: inline-flex;
        height: 51px;
        width: 135px;
        align-items: center;
        /*background: #6200ea;*/
        cursor: pointer;
        /*color: #fff !important;*/
        position: relative;
        padding-left: 41px;
        text-decoration: none;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        font-weight: 400;
    }

    .marketing-wizard .actions li a:before
    .register-wizard .actions li a:before {
        content: "\f105";
        position: absolute;
        top: 15px;
        right: 41px;
        color: #fff;
        font-family: "Font Awesome 5 Free";
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .marketing-wizard .actions li a:hover:before,
    .register-wizard .actions li a:hover:before {
        -webkit-animation-name: hvr-icon-wobble-horizontal;
        animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .marketing-wizard .actions li[aria-disabled="true"] a,
    .register-wizard .actions li[aria-disabled="true"] a {
        display: none;
    }

    .marketing-wizard .actions li:first-child a,
    .register-wizard .actions li:first-child a {
        padding-left: 48px;
    }

        .marketing-wizard .actions li:first-child a:before,
        .register-wizard .actions li:first-child a:before {
            content: "\f104";
            left: 26px;
        }

    .marketing-wizard .actions li:last-child a,
    .register-wizard .actions li:last-child a {
        padding-left: 29px;
        width: 167px;
        font-weight: 400;
    }

        .marketing-wizard .actions li:last-child a:before,
        .register-wizard .actions li:last-child a:before {
            right: 30px;
        }

    .drawer-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .highlight-item, .highlight-item li.e-list-item[data-value="0"] {
        color: #00f;
    }

    .state .e-input,
    .title .e-input,
    .role .e-input,
    .crew .e-input,
    .trade .e-input
    .phone .e-input,
    .expiry .e-input,
    .credit .e-input,
    .unit .e-input,
    .dob .e-input,
    .category .e-input,
    .property-type .e-input {
        height: 40px !important;
    }

    .badge.badge-xl {
        height: 32px !important;
        min-width: 32px !important;
        font-size: 32px !important;
    }


    .fb-post-text {
        font: 15px/1.333 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
        color: #050505;
        white-space: pre-wrap;
        word-break: break-word;
        letter-spacing: .01px;
    }

    .fb-clamp {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .fb-clamp--1 {
        -webkit-line-clamp: 1;
    }

    .fb-clamp--2 {
        -webkit-line-clamp: 2;
    }

    .fb-clamp--3 {
        -webkit-line-clamp: 3;
    }

    .fb-clamp--4 {
        -webkit-line-clamp: 4;
    }

    .fb-clamp--5 {
        -webkit-line-clamp: 5;
    }

    .fb-post-wrap {
        position: relative;
    }

        .fb-post-wrap .fb-fade {
            position: absolute;
            inset: auto 0 0 0;
            height: 3.5em;
            background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 65%);
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            padding: 0 .25rem .1rem .5rem;
        }

        .fb-post-wrap.expanded .fb-fade {
            display: none;
        }

    .fb-see-more, .fb-see-less {
        border: 0;
        background: transparent;
        cursor: pointer;
        color: #65676b;
        font: inherit;
        padding: .1rem .25rem;
    }

        .fb-see-more:hover, .fb-see-less:hover {
            text-decoration: underline;
        }

    /* ---------- OVERLAY BACKDROP ---------- */
    .busy-overlay {
        position: fixed;
        inset: 0;
        background: linear-gradient( 135deg, rgba(245,159,3,0.10), rgba(173,147,255,0.15), rgba(253,220,4,0.10) );
        backdrop-filter: blur(6px);
        z-index: 10000;
        display: flex;
        align-items: center;
        justify-content: center;
        animation: fadeInOverlay 0.25s ease-out both;
        pointer-events: all;
    }

    @keyframes fadeInOverlay {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* ---------- CONTENT BOX ---------- */
    .busy-content {
        text-align: center;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
        animation: contentPop 0.35s ease-out both;
    }

    @keyframes contentPop {
        from {
            transform: scale(.9);
            opacity: 0;
        }

        to {
            transform: scale(1);
            opacity: 1;
        }
    }

    /* ---------- GLOW RING ---------- */
    .glow-ring {
        padding: 1.6rem;
        border-radius: 50%;
        background: conic-gradient( #F59F03, #FDDB04, #AEA0FF, #F59F03 );
        animation: spinRing 3.5s linear infinite, pulseGlow 2.4s ease-in-out infinite;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    @keyframes spinRing {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    @keyframes pulseGlow {
        0%, 100% {
            box-shadow: 0 0 18px rgba(245,159,3,0.45), 0 0 8px rgba(173,147,255,0.35);
        }

        50% {
            box-shadow: 0 0 28px rgba(253,220,4,0.65), 0 0 16px rgba(173,147,255,0.45);
        }
    }

    /* ---------- TEXT ---------- */
    .busy-title {
        font-size: 1.7rem;
        font-weight: 700;
        text-shadow: 0 2px 6px rgba(0,0,0,0.25), 0 0 6px rgba(173,147,255,0.35);
        animation: floatText 2.2s ease-in-out infinite;
        color: #FFF8E8; /* soft warm white */
    }

    @keyframes floatText {
        0%, 100% {
            transform: translateY(0px);
            opacity: 1;
        }

        50% {
            transform: translateY(-8px);
            opacity: 0.9;
        }
    }

@media print {

    @page {
        margin-top: 20px !important;
        margin-bottom: 10px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }


    .print-footer {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        font-size: 10px !important;
        color: #666 !important;
    }



    .print-footer {
        bottom: 0 !important;
        padding: 6px 15px !important;
        border-top: 1px solid #ddd !important;
        text-align: left !important;
    }

    body {
        
        padding-bottom: 25px !important;
    }
}

.lookup-fade {
    opacity: 0;
    animation: lookupFadeIn 160ms ease-out forwards;
}

@keyframes lookupFadeIn {
    from {
        opacity: 0;
        transform: translateY(-2px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dev-migration-warning {
    background: linear-gradient(90deg, #dc3545, #b02a37);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.95rem;
    border-top: 4px solid #7a1c24;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.45);
}


.lwp-idle-popup {
    border-radius: 12px !important;
    padding: 1.5rem !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important;
    animation: fadeInScale 0.25s ease;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}







