h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.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."
    }

#blazor-error-ui {
    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 {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-content a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    color: #424242 !important;
    font-size: 14px !important;
    font-weight: 600;
    text-align: inherit;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.menu li:hover .dropdown-content {
    display: block;
}

.platform-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.mt-25 {
    margin-top: 25px;
}

.full-width {
    width: 100%;
}

#request_form_section {
    scroll-margin-top: 145px;
}

.request_form_section .title-section {
    margin: 0 auto 36px;
    max-width: 760px;
    text-align: center;
}

.request_form_section .title-section.color-white .title,
.request_form_section .title-section.color-white h1 {
    color: #fff !important;
}

.request_form_section .title-section .sub-title,
.request_form_section .title-section .sub-title p {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
    margin: 0 auto;
    max-width: 700px;
}

.request_form_section .request-demo-form-wrap {
    margin: 0 auto;
    max-width: 650px;
}

.request_form_section .request-demo-form {
    column-gap: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 22px;
}

.request_form_section .request-demo-form p {
    float: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.request_form_section .request-demo-form .full-width,
.request_form_section .request-demo-form .independentCheck,
.request_form_section .request-demo-form .form-submit,
.request_form_section .request-demo-form .request-demo-status {
    grid-column: 1 / -1;
}

.request_form_section .request-demo-form label {
    color: #fff;
    display: block;
    margin: 0 0 10px;
}

.request_form_section .request-demo-form input[type="email"],
.request_form_section .request-demo-form input[type="text"] {
    background: rgb(53, 66, 79);
    border: 0;
    border-radius: 3px;
    color: #fff;
    height: 46px;
    padding: 9px 12px;
    width: 100%;
}

.request_form_section .request-demo-form .independentCheck {
    align-items: center;
    display: flex;
    gap: 8px;
}

.request_form_section .request-demo-form .independentCheck input {
    flex: 0 0 auto;
    height: auto;
    margin: 0;
    width: auto;
}

.request_form_section .request-demo-form .independentCheck label {
    margin: 0;
}

.request_form_section .request-demo-form .form-submit {
    margin-top: 24px;
}

.request_form_section .request-demo-form .btn_rpf_sbmt {
    background: #00aeff;
    border: 0;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    min-width: 108px;
    padding: 0 28px;
    text-transform: uppercase;
}

.request_form_section .request-demo-form .btn_rpf_sbmt:hover,
.request_form_section .request-demo-form .btn_rpf_sbmt:focus {
    background: rgb(53, 66, 79);
}

.request_form_section .request-demo-status {
    margin: 0;
}

.pricing-wrap {
    padding: 0;
    border-radius: 0;
    margin-bottom: 80px;
}

.province-select-label {
    display: block;
    margin: 0 0 10px;
    text-align: left;
}

.map-frame {
    border: 0;
}

.product-copy {
    margin-top: 40px;
}

.product-image {
    height: 315px;
    overflow: hidden;
}

.product-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.custom-box-shadow {
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
    padding: 14px;
    border-radius: 4px;
    margin-bottom: 1%;
    margin-top: 1%;
    background-color: #fff;
}

.contact_us_box_above {
    text-align: center;
}

.tp-banner-container,
.tp-banner {
    min-height: 550px;
}

.tp-banner {
    display: block;
}

.tp-banner.docem-hero-fallback-ready,
.tp-banner.docem-hero-fallback-active {
    background-image: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)), var(--docem-hero-image) !important;
    background-position: center;
    background-size: cover;
    display: block !important;
    min-height: 550px;
    opacity: 1 !important;
    overflow: hidden;
    position: relative;
    visibility: visible !important;
}

.tp-banner.docem-hero-fallback-ready .tp-loader,
.tp-banner.docem-hero-fallback-active .tp-loader {
    display: none !important;
    visibility: hidden !important;
}

.tp-banner.docem-hero-fallback-ready > ul,
.tp-banner.docem-hero-fallback-active > ul {
    display: block !important;
    height: 550px !important;
    list-style: none;
    margin: 0;
    padding: 0;
    visibility: visible !important;
}

.tp-banner.docem-hero-fallback-ready > ul > li,
.tp-banner.docem-hero-fallback-active > ul > li {
    display: none !important;
    visibility: hidden !important;
}

.tp-banner.docem-hero-fallback-ready > ul > li:first-child,
.tp-banner.docem-hero-fallback-active > ul > li:first-child {
    display: block !important;
    height: 550px !important;
    position: relative !important;
    visibility: visible !important;
}

.tp-banner.docem-hero-fallback-ready > ul > li:first-child > img,
.tp-banner.docem-hero-fallback-active > ul > li:first-child > img {
    height: 100% !important;
    inset: 0;
    object-fit: cover;
    opacity: 0;
    position: absolute !important;
    width: 100% !important;
}

.tp-banner.docem-hero-fallback-ready .tp-caption,
.tp-banner.docem-hero-fallback-active .tp-caption {
    left: max(24px, calc((100% - 1170px) / 2 + 15px)) !important;
    opacity: 1 !important;
    position: absolute !important;
    transform: none !important;
    visibility: visible !important;
    z-index: 5 !important;
}

.tp-banner.docem-hero-fallback-ready .tp-caption[data-y="110"],
.tp-banner.docem-hero-fallback-active .tp-caption[data-y="110"] {
    top: 110px !important;
}

.tp-banner.docem-hero-fallback-ready .tp-caption[data-y="250"],
.tp-banner.docem-hero-fallback-active .tp-caption[data-y="250"] {
    top: 250px !important;
}

.tp-banner.docem-hero-fallback-ready .tp-caption[data-y="360"],
.tp-banner.docem-hero-fallback-active .tp-caption[data-y="360"] {
    top: 360px !important;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.custom-blue-bg {
    align-items: center;
    background-color: #00aeff;
    border-radius: 100px;
    display: flex;
    font-size: 30px;
    height: 60px;
    justify-content: center;
    line-height: 50px;
    width: 60px;
}

.platform-icon-wrapper {
    margin-bottom: 17px;
}

.home_main {
    column-gap: 20px;
    display: flex;
}

.home_feature_index {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
    box-sizing: border-box;
    height: 20vw;
    padding: 14px;
    position: relative;
}

.home_feature_index .box-content {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.testimonials_main {
    background-image: linear-gradient(rgba(27, 42, 56, 0.5), rgba(27, 42, 56, 0.5)), url("/assets/images/parallax/banner 2.jpg") !important;
    background-position: center center !important;
    background-size: cover !important;
    overflow: hidden;
}

.testimonials_main.parallax .overlay {
    background-color: rgba(0, 0, 0, 0.18);
    display: block;
}

.testimonials_main > .container {
    position: relative;
    z-index: 2;
}

.testimonials_main .flat-testimonials {
    margin: 0 auto;
    max-width: 1440px;
}

.testimonials_main .flat-testimonials:not(.owl-loaded) .testimonials:not(:first-child) {
    display: none;
}

.testimonials_main .testimonials.style5 .message {
    background: rgba(255, 255, 255, 0.38) !important;
    color: #fff;
    padding: 47px 55px 34px;
}

.testimonials_main .testimonials.style5 .message blockquote {
    color: #fff;
    line-height: 1.65;
    margin: 0;
}

.testimonials_main .testimonials.style5 .message::after {
    border-color: rgba(255, 255, 255, 0.38) rgba(255, 255, 255, 0.38) transparent transparent;
}

.testimonials_main .testimonials.style5 .avatar {
    padding-left: 0 !important;
    text-align: center;
}

.testimonials_main .testimonials.style5 .name {
    color: #00aeff;
    font-size: 20px !important;
    margin-bottom: 18px;
    padding-top: 12px;
    text-align: center;
}

.testimonials_main .testimonials.style5 .position {
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px !important;
    text-align: center !important;
}

.testimonials_main .owl-theme .owl-dots {
    margin-top: 35px;
    text-align: center;
}

.testimonials_main .owl-theme .owl-dots .owl-dot span {
    border: 2px solid #fff !important;
}

@media (min-width: 992px) {
    .topinfo,
    .header-wrap {
        display: flex;
        align-items: center;
    }

    .header-wrap {
        min-height: 90px;
    }

    .topinfo {
        justify-content: space-between;
    }

    .flat-language,
    .flat-information,
    .flat-analysis {
        display: flex;
        flex: 0 0 auto;
        float: none;
        width: auto;
    }

    .flat-information {
        flex: 1 1 auto;
        justify-content: center;
    }

    .flat-analysis {
        margin: -11px 0;
    }

    .flat-analysis .flat-language {
        padding-left: 0;
    }

    .flat-analysis .flat-language::before {
        display: none;
    }

    .flat-analysis .login {
        display: block;
        background: rgb(53, 66, 79);
        color: #fff;
        padding: 11px 20px 11px 18px;
        box-sizing: border-box;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
    }

    .header-wrap > .col-md-2 {
        align-items: center;
        display: flex;
        flex: 0 0 20%;
        float: none;
        max-width: 20%;
    }

    .header-wrap > .col-md-10 {
        align-items: center;
        display: flex;
        flex: 1 1 auto;
        float: none;
        justify-content: flex-end;
        max-width: 80%;
    }

    .header .logo {
        align-items: center;
        display: flex;
        margin: 0;
    }

    .header .logo a,
    .header .logo img {
        display: block;
    }

    .nav-wrap {
        display: flex;
        justify-content: flex-end;
    }

    #mainnav > ul {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    #mainnav > ul > li > a {
        margin: 0 15px;
    }
}

@media (max-width: 768px) {
    .home_main {
        flex-direction: column;
        gap: 25px;
    }

    .home_feature_index {
        height: 100% !important;
    }

    .request_form_section .request-demo-form {
        grid-template-columns: 1fr;
    }

    .request_form_section .title-section .sub-title,
    .request_form_section .title-section .sub-title p {
        max-width: none;
    }
}

@media (max-width: 991px) {
    #mainnav {
        display: none;
    }

    .dropdown-content {
        position: static;
        display: block;
        border: 0;
        padding-left: 1rem;
    }
}
